sha512sum
sha512sum pushed to main at sha512sum/utempl 2024-11-30 10:35:20 +00:00
f04bc7e7fb Move import std to examples src begin. (for clangd)
sha512sum pushed to main at Larra/larra 2024-11-26 16:06:05 +00:00
7f5c9cfd49 Merge pull request 'proxy_support' (#3) from proxy_support into main
46b17dd5f5 Successful Connect() with proxy
Compare 2 commits »
sha512sum merged pull request Larra/larra#3 2024-11-26 16:06:03 +00:00
proxy_support
sha512sum approved Larra/larra#3 2024-11-26 16:05:43 +00:00
proxy_support
sha512sum pushed to main at Larra/larra 2024-11-26 15:25:58 +00:00
cd76a71bb7 Merge pull request 'Features: iq::Bind and iq::Roster' (#4) from feature_roster_on_login into main
c52d237dc4 Feature: iq::Roster
f5bea15501 Added unknown stream error handling and fixed clang errors
3180c077a0 Feature: iq::Bind
Compare 4 commits »
sha512sum merged pull request Larra/larra#4 2024-11-26 15:25:57 +00:00
Features: iq::Bind and iq::Roster
sha512sum suggested changes for Larra/larra#3 2024-11-25 11:30:21 +00:00
proxy_support
sha512sum commented on pull request Larra/larra#3 2024-11-25 11:30:21 +00:00
proxy_support

camelCase

sha512sum approved Larra/larra#4 2024-11-25 10:30:44 +00:00
Features: iq::Bind and iq::Roster
sha512sum commented on pull request Larra/larra#4 2024-11-24 14:25:45 +00:00
Features: iq::Bind and iq::Roster

????

sha512sum suggested changes for Larra/larra#4 2024-11-24 14:25:45 +00:00
Features: iq::Bind and iq::Roster
sha512sum commented on pull request Larra/larra#3 2024-11-23 20:11:38 +00:00
proxy_support

Remove old code

sha512sum suggested changes for Larra/larra#3 2024-11-23 20:11:38 +00:00
proxy_support
sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

It would be better to move definitions to a .cpp file to make the header files lighter.

sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

It would be better to move this to a .cpp file to make the header files lighter.

sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

camelCase

sha512sum suggested changes for Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster
sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

camelCase

sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

Use BareJid::Parse when there might not be a BareJid

sha512sum commented on pull request Larra/larra#4 2024-11-23 16:55:52 +00:00
Features: iq::Bind and iq::Roster

Uses std::string for setters even though another type is stored.