xmpp-rs/src
2017-11-23 16:00:47 +00:00
..
muc Add a generate_element_with_only_attributes macro, and use it wherever it makes sense. 2017-10-31 17:58:11 +00:00
pubsub Split out DateTime parsing into its own module (implement XEP-0082). 2017-10-31 19:41:45 +00:00
attention.rs
blocking.rs blocking: Merge get_children_items into the try_from. 2017-10-31 18:53:51 +00:00
caps.rs caps: Do the same fixes, unbreak blake2 and simplify code. 2017-11-15 23:16:37 +00:00
chatstates.rs
compare_elements.rs
data_forms.rs data_forms: Simplify serialisation using .map(). 2017-10-31 23:33:34 +00:00
date.rs Split out DateTime parsing into its own module (implement XEP-0082). 2017-10-31 19:41:45 +00:00
delay.rs delay: Simplify parsing and add more checks. 2017-10-31 22:27:13 +00:00
disco.rs Implement macro for elements containing children 2017-11-16 21:00:01 +00:00
ecaps2.rs ecaps2: Use the digest() facility to simplify hashing. 2017-11-15 23:15:12 +00:00
eme.rs eme: Restore docstrings. 2017-11-01 00:24:23 +00:00
error.rs
forwarding.rs
hashes.rs
helpers.rs Move Base64 codec into a helper module. 2017-11-23 16:00:47 +00:00
ibb.rs Move Base64 codec into a helper module. 2017-11-23 16:00:47 +00:00
ibr.rs
idle.rs Split out DateTime parsing into its own module (implement XEP-0082). 2017-10-31 19:41:45 +00:00
iq.rs
jingle.rs
jingle_ft.rs jingle_ft: Correctly insert <range/> in <file/>. 2017-10-31 21:44:43 +00:00
jingle_ibb.rs Add a generate_element_with_only_attributes macro, and use it wherever it makes sense. 2017-10-31 17:58:11 +00:00
jingle_message.rs
jingle_s5b.rs jingle_s5b: Actually use the Candidate parser. 2017-10-31 22:31:57 +00:00
lib.rs Move Base64 codec into a helper module. 2017-11-23 16:00:47 +00:00
macros.rs Implement macro for elements containing children 2017-11-16 21:00:01 +00:00
mam.rs mam: Bump jid to 0.3.1, to serialise it directly to a text node. 2017-10-31 22:21:27 +00:00
media_element.rs media_element: Also check for unknown attributes. 2017-10-31 22:04:13 +00:00
message.rs
message_correct.rs Add a generate_element_with_only_attributes macro, and use it wherever it makes sense. 2017-10-31 17:58:11 +00:00
ns.rs
ping.rs
presence.rs
receipts.rs Add a generate_element_with_only_attributes macro, and use it wherever it makes sense. 2017-10-31 17:58:11 +00:00
roster.rs
rsm.rs rsm: Simplify serialisation. 2017-10-31 22:21:50 +00:00
stanza_error.rs
stanza_id.rs Add a generate_element_with_only_attributes macro, and use it wherever it makes sense. 2017-10-31 17:58:11 +00:00
version.rs