Ivan-lis
  • Joined on 2024-09-10
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-24 14:24:56 +00:00
a4e973ca32 Added auto serialization for Bind and Roster
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-23 08:06:58 +00:00
495b58489e Added auto serialization for Bind and Roster
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-22 23:42:24 +00:00
9b25ed1620 Added auto serialization for Bind and Roster
Ivan-lis commented on pull request Larra/larra#4 2024-11-22 23:19:02 +00:00
Features: iq::Bind and iq::Roster

image

Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-22 23:15:50 +00:00
fbfd37e082 Added auto serialization for Bind and Roster
Ivan-lis commented on pull request Larra/larra#4 2024-11-22 23:15:16 +00:00
Features: iq::Bind and iq::Roster

Done

Ivan-lis commented on pull request Larra/larra#4 2024-11-22 23:14:58 +00:00
Features: iq::Bind and iq::Roster

Fixed

Ivan-lis commented on pull request Larra/larra#4 2024-11-22 23:14:38 +00:00
Features: iq::Bind and iq::Roster

Done

Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-21 23:22:14 +00:00
30a5e69d14 Fixed errors and improve roster tests
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-21 23:15:43 +00:00
604b423d1c Fixed errors and improve roster tests
Ivan-lis commented on pull request Larra/larra#4 2024-11-21 22:52:17 +00:00
Features: iq::Bind and iq::Roster

Interesting, looks like last time I did something wrong and got <username="n" server="s"> instead. Will try t use BareJid

Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-21 22:48:17 +00:00
1a9b293dee Fixed errors and improve roster tests
Ivan-lis commented on pull request Larra/larra#4 2024-11-21 22:36:40 +00:00
Features: iq::Bind and iq::Roster

Maybe we can change namings later

Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-21 22:34:18 +00:00
d88f14a66d Fixed errors and improve roster tests
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-18 23:06:09 +00:00
54b3535ebc Fixed errors and improve roster tests
Ivan-lis commented on pull request Larra/larra#4 2024-11-18 12:41:04 +00:00
Features: iq::Bind and iq::Roster

I tried, but roster result should has 'jid' attr, while with Serialization with BareJid I got <NO_NAME username="n" server="s" >

Expected ResultRoster

<iq id='bv1bs71f'
    
Ivan-lis commented on pull request Larra/larra#4 2024-11-17 23:36:57 +00:00
Features: iq::Bind and iq::Roster

image

Ivan-lis created pull request Larra/larra#4 2024-11-17 23:34:48 +00:00
Features: iq::Bind and iq::Roster
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-17 23:31:41 +00:00
7685385559 Feature: iq::Roster
77640de2e9 Feature: iq::Bind
96e65dd2c6 Add constructor from underlayed socket for PrintStream
662392509f Add Serialization and Deserialization generation for std::optional
9273c473f8 Use LLVM 19.1.3 instead LLVM 19.1.1 and continue CI if clang-format failed
Compare 11 commits »
Ivan-lis pushed to feature_roster_on_login at Larra/larra 2024-11-16 13:29:18 +00:00
bd80c9684d Added tests. Found serialize issue