xmpp-rs/parsers/src
Emmanuel Gil Peyrot 8ddd488b7f parsers/ssma: Use an enum for @semantics.
This one comes from RFC5588.
2021-10-23 15:56:18 +02:00
..
muc Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
pubsub parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
util Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
attention.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
avatar.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
bind.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
blocking.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
bob.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
bookmarks.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
bookmarks2.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
caps.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
carbons.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
cert_management.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
chatstates.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
component.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
csi.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
data_forms.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
date.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
delay.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
disco.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ecaps2.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
eme.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
extdisco.rs parsers: Add support for XEP-0215: External Service Discovery 2021-10-15 15:02:28 +00:00
forwarding.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
hashes.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ibb.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ibr.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
idle.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
iq.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jid_prep.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_dtls_srtp.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_ft.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_grouping.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_ibb.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_ice_udp.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
jingle_message.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_raw_udp.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
jingle_rtcp_fb.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_rtp.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_rtp_hdrext.rs parsers/hdrext: Parse the @id as u16 instead of String 2021-10-23 12:26:19 +02:00
jingle_s5b.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
jingle_ssma.rs parsers/ssma: Use an enum for @semantics. 2021-10-23 15:56:18 +02:00
lib.rs parsers: Add support for XEP-0215: External Service Discovery 2021-10-15 15:02:28 +00:00
mam.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
mam_prefs.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
media_element.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
message.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
message_correct.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
mix.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
mood.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
nick.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ns.rs parsers: Add support for XEP-0215: External Service Discovery 2021-10-15 15:02:28 +00:00
occupant_id.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
openpgp.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ping.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
presence.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00
receipts.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
roster.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
rsm.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
sasl.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
server_info.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
sm.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
stanza_error.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
stanza_id.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
stream.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
time.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
tune.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
version.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
websocket.rs Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
xhtml.rs parsers: Fix some issues reported by clippy. 2021-10-11 16:17:09 +02:00