xmpp-rs/parsers/src
Emmanuel Gil Peyrot 893a2f8e47 xmpp-parsers: Convert Presence to xso
The two remaining issues, which led to two ignored tests, are that
priority now gets always serialized, and that we don’t reject duplicated
identical xml:lang in statuses.
2024-12-18 15:49:06 +00:00
..
muc xmpp-parsers: Convert the Actor enum into a struct 2024-12-17 18:20:52 +01:00
pubsub xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
util xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
attention.rs
avatar.rs
bind.rs xmpp-parsers: Parse the bind feature in its module, with required 2024-08-06 16:14:42 +02:00
bind2.rs xmpp-parsers: Convert the remaining bind2 elements to xso 2024-08-06 16:36:10 +02:00
blocking.rs xmpp-parsers: Convert blocking to xso 2024-08-05 15:02:25 +00:00
bob.rs
bookmarks.rs parsers/xmpp: MUC bookmarks have nickname typed as ResourcePart 2024-12-18 15:43:09 +00:00
bookmarks2.rs parsers/xmpp: MUC bookmarks have nickname typed as ResourcePart 2024-12-18 15:43:09 +00:00
caps.rs xmpp-parsers: Simplify hash conversion to Vec 2024-12-15 17:17:01 +00:00
carbons.rs xmpp-parsers: Convert Forwarded to xso 2024-08-09 16:08:26 +02:00
cert_management.rs xmpp-parsers: Convert cert_management to xso 2024-08-09 16:08:26 +02:00
chatstates.rs
component.rs
csi.rs
data_forms.rs
data_forms_validate.rs
date.rs
delay.rs
disco.rs Added a test for prosody bug 1664 workaround 2024-12-16 15:19:54 +00:00
ecaps2.rs xmpp-parsers: Simplify hash conversion to Vec 2024-12-15 17:17:01 +00:00
eme.rs
extdisco.rs xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
fast.rs xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
forwarding.rs xmpp-parsers: Convert Forwarded to xso 2024-08-09 16:08:26 +02:00
hashes.rs
http_upload.rs
ibb.rs
ibr.rs
idle.rs
iq.rs parsers: provide stub FromXml/AsXml implementations on Iq 2024-08-12 12:32:12 +02:00
jid_prep.rs
jingle.rs xmpp-parsers: Add support for <alternative-session><sid/></> 2024-12-18 16:08:24 +01:00
jingle_dtls_srtp.rs
jingle_ft.rs xmpp-parsers: Convert Jingle File Transfer to xso 2024-12-15 17:38:56 +00:00
jingle_grouping.rs
jingle_ibb.rs
jingle_ice_udp.rs
jingle_message.rs
jingle_raw_udp.rs
jingle_rtcp_fb.rs
jingle_rtp.rs
jingle_rtp_hdrext.rs
jingle_s5b.rs xmpp-parsers: Convert Jingle to xso 2024-08-09 16:08:26 +02:00
jingle_ssma.rs
jingle_thumbnails.rs xmpp-parsers: Fix jingle thumbnails wrt the XEP changes 2024-12-17 00:27:15 +01:00
legacy_omemo.rs xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
lib.rs xmpp-parsers: Implement XEP-0490: Message Displayed Synchronization 2024-12-15 17:30:24 +00:00
mam.rs xmpp-parsers: Replace all instances of bool attributes with bool 2024-12-16 13:32:49 +00:00
mam_prefs.rs xmpp-parsers: Convert MAM prefs to xso 2024-08-05 15:02:25 +00:00
media_element.rs
message.rs xmpp-parsers: Convert Forwarded to xso 2024-08-09 16:08:26 +02:00
message_correct.rs
message_displayed.rs xmpp-parsers: Implement XEP-0490: Message Displayed Synchronization 2024-12-15 17:30:24 +00:00
mix.rs
mood.rs
nick.rs
ns.rs xmpp-parsers: Implement XEP-0490: Message Displayed Synchronization 2024-12-15 17:30:24 +00:00
occupant_id.rs
oob.rs
openpgp.rs
ping.rs
presence.rs xmpp-parsers: Convert Presence to xso 2024-12-18 15:49:06 +00:00
private.rs
reactions.rs
receipts.rs
roster.rs xmpp-parsers: Convert roster item to xso 2024-08-09 16:08:26 +02:00
rsm.rs
rtt.rs
sasl.rs parsers: add umbrella enum for SASL elements 2024-08-12 12:32:12 +02:00
sasl2.rs parsers: add support for <optional/> in stream management feature 2024-09-01 13:01:29 +02:00
sasl_cb.rs Link is link, remove doc warning 2024-08-11 17:22:31 +00:00
server_info.rs
sm.rs tokio_xmpp: implement high-level, resilient stanza stream 2024-12-17 18:16:02 +01:00
stanza_error.rs
stanza_id.rs
starttls.rs xmpp-parsers: Add test for StartTLS 2024-12-15 17:45:26 +01:00
stream.rs
stream_error.rs parsers: make stream errors more ergonomic for error processing 2024-09-01 08:54:50 +00:00
stream_features.rs tokio_xmpp: implement high-level, resilient stanza stream 2024-12-17 18:16:02 +01:00
stream_limits.rs xmpp-parsers: Implement XEP-0478: Stream Limits Advertisement 2024-08-07 20:59:30 +02:00
time.rs
tune.rs
vcard.rs xmpp-parsers: Convert vCard-temp to xso 2024-12-15 17:38:56 +00:00
vcard_update.rs
version.rs
websocket.rs
xhtml.rs