xmpp-rs/xmpp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
..
disco xmpp: Remove noisy info log 2024-12-20 14:23:38 +01:00
iq parsers: port Iq to use the derive macros 2025-05-13 12:01:21 +00:00
message xmpp: Allow <confirm/> in message with empty body 2025-09-12 14:00:00 +02:00
muc xmpp::muc::room: reverse check for rooms_joined 2025-04-27 16:28:02 +02:00
presence parsers/xmpp: MUC bookmarks have nickname typed as ResourcePart 2024-12-18 15:43:09 +00:00
pubsub xmpp-parsers: Use xso for pubsub events 2025-01-27 15:07:59 +01:00
upload xmpp-parsers: Convert http_upload::Header to xso 2025-01-27 14:45:17 +01:00
agent.rs xmpp: new 'escape-hatch' feature 2025-04-20 13:41:56 +00:00
builder.rs Clean up tls-related feature flags 2025-05-10 22:02:39 +02:00
delay.rs xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
event.rs xmpp: Stop proxying tokio-xmpp event in escape-hatch, add our own variants 2025-09-16 22:57:17 +00:00
event_loop.rs xmpp: Stop proxying tokio-xmpp event in escape-hatch, add our own variants 2025-09-16 22:57:17 +00:00
feature.rs Move ClientFeature to feature module 2023-12-31 13:28:48 +01:00
lib.rs xmpp: document 'escape-hatch' feature 2025-09-01 17:37:07 +00:00