pep
e503f016a3
xmpp: update to edition 2024
...
Signed-off-by: pep <pep@bouah.net>
2025-11-13 22:41:05 +01:00
Maxime “pep” Buquet
03c7310990
xmpp: Stop proxying tokio-xmpp event in escape-hatch, add our own variants
...
This was causing issues with Clone-ing tokio-xmpp Event-s as they
include Error-s which are typically not Clone-able. Event and Stanza
aren't Clone-able either so might as well do our own stuff here.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2025-09-16 22:57:17 +00:00
Maxime “pep” Buquet
3e794d3f50
xmpp: extend escape-hatch feature to the receiving part
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2025-09-01 17:37:07 +00:00
Jonas Schäfer
35ce86243f
client: use stanzastream!
2024-12-17 18:16:02 +01:00
Jonas Schäfer
ab10e30ac0
Port crates to use new XSO-based xmlstream
2024-08-29 16:47:13 +02:00
23e943825f
xmpp::Agent::wait_for_events cannot error
2024-08-08 15:43:52 +02:00
moparisthebest
38bfba4a18
xmpp crate now supports ServerConnector
2024-01-03 19:34:02 -05:00
12e5299abf
Move handle_message to message::receive module
2023-12-31 13:44:11 +01:00
7622721ec6
Move make_initial_presence to presence::send module
2023-12-31 13:42:00 +01:00
2a1b4db8e9
Move handle_presence to presence::receive module
2023-12-31 13:40:04 +01:00
379d3cfbe6
Move wait_for_events to event_loop module
2023-12-31 13:40:03 +01:00