• Joined on 2022-11-01
cel pushed to main at cel/luz 2025-02-12 17:33:32 +00:00
05b0d38490 WIP: rfc 6121 data(base)types
8e6aa698b3 reconnection supervisor command
Compare 2 commits »
cel pushed to main at cel/luz 2025-02-11 22:21:02 +00:00
ec41f1d4ff remove stupid stdout sasl response bit
ad0054ea56 actors complete ?
3634828531 add iq hashmap for iq requests
Compare 3 commits »
cel pushed to main at cel/luz 2025-02-11 07:04:38 +00:00
1ed6317272 supervision and reconnection
cel pushed to main at cel/luz 2025-02-10 17:48:59 +00:00
41c1ba15ef WIP: code cleanup
cel pushed to main at cel/luz 2025-02-08 02:15:56 +00:00
a1d96233e8 WIP: luz actor-based client
b023c6b5f2 WIP: luz initial client
866e134371 delete JabberClient
Compare 3 commits »
cel pushed to main at cel/luz 2025-01-12 21:19:20 +00:00
e6c97ab828 implement stream splitting and closing
cel pushed to main at cel/peanuts 2025-01-12 16:46:52 +00:00
bbb1452905 return error when attempt to read/write more than one root element in document
cel pushed to main at cel/luz 2025-01-02 17:48:35 +00:00
0e5f09b2bd WIP: client
89351e9563 add jabber:iq:stanza parsers
Compare 2 commits »
cel pushed to main at cel/luz 2024-12-22 19:56:10 +00:00
27f90bd85f stream and sink split
cel pushed to main at cel/luz 2024-12-22 18:58:42 +00:00
6385e43e8c implement sink and stream with tokio::spawn
cel pushed to main at cel/peanuts 2024-12-06 06:33:34 +00:00
4f0691de7d remove broken stream implementation
cel pushed to main at cel/luz 2024-12-06 06:31:55 +00:00
595d165479 implement sink and stream properly UNFOLD UNFOLD
cel pushed to main at cel/luz 2024-12-04 19:58:14 +00:00
aaf34b5bca add specs to implement to readme
cel pushed to main at cel/luz 2024-12-04 18:19:04 +00:00
1b91ff6904 use cargo workspace
03764f8ced rename jabber to jabber_stream
21f10a0b43 implement send_stanza
Compare 3 commits »
cel pushed to main at cel/peanuts 2024-12-04 02:36:11 +00:00
1d831b4c4e add write function and remove todo Sink impl
692a9ebce8 create IntoContent trait and add Comment ContentBuilder type
Compare 2 commits »
cel pushed to main at cel/luz 2024-12-04 02:34:18 +00:00
4886396044 implement client
e0373c0520 WIP: connecting fsm
Compare 2 commits »
cel pushed to main at cel/luz 2024-12-03 03:52:08 +00:00
7c2577d196 implement remaining rfc6120 xml schemas
cel pushed to main at cel/luz 2024-12-02 21:50:20 +00:00
be198ca15b implement bind
cel pushed to main at cel/peanuts 2024-12-02 21:49:51 +00:00
547e7c6a30 use trait generic in push_child element builder method
cel pushed to main at cel/luz 2024-11-29 17:08:17 +00:00
859a19820d add sasl failure type