xmpp-rs-mirror/parsers
Emmanuel Gil Peyrot 7bdf7656eb parsers/hdrext: Parse the @id as u16 instead of String
The specification says it can only be in the 1-256, 4096-4351 ranges, so
use the closest type available.  This doesn’t validate that the value is
correct, but that will be done in a future commit.

Thanks gst-meet for making me notice this issue!
2021-10-23 12:26:19 +02:00
..
examples Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
src parsers/hdrext: Parse the @id as u16 instead of String 2021-10-23 12:26:19 +02:00
Cargo.toml Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
ChangeLog Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00
doap.xml parsers: Add support for XEP-0215: External Service Discovery 2021-10-15 15:02:28 +00:00
LICENSE Rename the xmpp-parsers directory to parsers 2021-10-11 08:24:16 +02:00