xmpp-rs/parsers/src
Jonas Schäfer 4853776010
Some checks failed
Build / lint (push) Has been cancelled
Build / test-stable (push) Has been cancelled
Build / test-nightly (push) Has been cancelled
data_forms: ignore incorrect FORM_TYPE fields as per XEP-0068
XEP-0068 is rather explicit that `FORM_TYPE` fields which are not
`type='hidden'` MUST be ignored (in most cases, see comments inside
the code for exceptions). The previous implementation returned an error
instead (and aborted parsing with that), which is obviously not
"ignoring".
2024-05-13 19:56:56 +00:00
..
muc Update edition to 2021 2023-12-15 19:40:09 +00:00
pubsub pubsub: provide accessor function for event's source node's name 2024-05-13 17:16:57 +00:00
util Make TryFrom<Element> chainable 2024-03-03 14:50:29 +00:00
attention.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
avatar.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
bind.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
blocking.rs Make TryFrom<Element> chainable 2024-03-03 14:50:29 +00:00
bob.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
bookmarks.rs Improve documentation 2023-12-16 17:29:00 +01:00
bookmarks2.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
caps.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
carbons.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
cert_management.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
chatstates.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
component.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
csi.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
data_forms.rs data_forms: ignore incorrect FORM_TYPE fields as per XEP-0068 2024-05-13 19:56:56 +00:00
date.rs
delay.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
disco.rs parsers: do not do extensive XEP-0030 validation with disable-validation 2024-04-28 10:48:35 +02:00
ecaps2.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
eme.rs Make TryFrom<Element> chainable 2024-03-03 14:50:29 +00:00
extdisco.rs Update size tests 2024-03-08 16:04:55 +01:00
forwarding.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
hashes.rs Make TryFrom<Element> chainable 2024-03-03 14:50:29 +00:00
http_upload.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
ibb.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
ibr.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
idle.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
iq.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
jid_prep.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
jingle.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
jingle_dtls_srtp.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
jingle_ft.rs Update size tests 2024-03-08 16:04:55 +01:00
jingle_grouping.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_ibb.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_ice_udp.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
jingle_message.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00
jingle_raw_udp.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_rtcp_fb.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_rtp.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_rtp_hdrext.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_s5b.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
jingle_ssma.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
jingle_thumnails.rs Added jingle_thumbnails module. 2024-02-08 16:07:41 +00:00
legacy_omemo.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
lib.rs Added jingle_thumbnails mod to lib.rs. 2024-02-08 16:07:41 +00:00
mam.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
mam_prefs.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
media_element.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
message.rs Add Message::extract_payload function 2024-05-06 09:40:08 +00:00
message_correct.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
mix.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
mood.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
nick.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
ns.rs Added ns::JINGLE_THUMBNAILS 2024-02-08 16:07:41 +00:00
occupant_id.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
openpgp.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
ping.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
presence.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
private.rs Improve documentation 2023-12-16 17:29:00 +01:00
reactions.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
receipts.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
roster.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
rsm.rs Make TryFrom<Element> chainable 2024-03-03 14:50:29 +00:00
rtt.rs Refactored the "helpers" so that they use a common Codec trait; this makes them composable as well. 2024-01-10 19:49:53 +00:00
sasl.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
server_info.rs Remove redundant imports 2024-02-27 22:57:18 +01:00
sm.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
stanza_error.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
stanza_id.rs jid: rewrite public types 2024-04-15 18:21:24 +02:00
stream.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
time.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
tune.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
vcard.rs parsers::vcard: allow linebreaks in binval data 2024-05-04 10:02:53 +00:00
vcard_update.rs Fix last cargo doc warnings 2024-01-27 17:44:48 +00:00
version.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
websocket.rs Update edition to 2021 2023-12-15 19:40:09 +00:00
xhtml.rs Fix size tests on latest Rust release 2024-02-27 12:27:31 +01:00