xmpp-rs/src
2017-07-29 03:03:45 +01:00
..
muc Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>. 2017-07-21 01:20:29 +01:00
pubsub Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>. 2017-07-21 01:20:29 +01:00
attention.rs attention, chatstates, eme, ping: Add a docstring on the structs. 2017-07-20 23:47:21 +01:00
caps.rs caps, ecaps2: Make Blake2b panic and update the blake2 crate to 0.6.1. 2017-07-24 23:11:10 +01:00
chatstates.rs attention, chatstates, eme, ping: Add a docstring on the structs. 2017-07-20 23:47:21 +01:00
data_forms.rs data_forms: Remove unneccessary swallowing of an error. 2017-07-29 02:41:42 +01:00
delay.rs Replace .and_then() with .map() wherever it makes sense. 2017-07-21 01:19:34 +01:00
disco.rs disco: Implement disco#items. 2017-07-21 17:33:58 +01:00
ecaps2.rs ecaps2, jingle_s5b: Replace drain() with into_iter(). 2017-07-26 00:04:20 +01:00
eme.rs attention, chatstates, eme, ping: Add a docstring on the structs. 2017-07-20 23:47:21 +01:00
error.rs error: Implement fmt::Display and error::Error. 2017-06-17 03:36:12 +01:00
forwarding.rs ecaps2, forwarding, jingle_s5b, mam: Replace complex into expressions with .map(Element::from). 2017-07-20 20:52:25 +01:00
hashes.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
ibb.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
ibr.rs Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>. 2017-07-21 01:20:29 +01:00
idle.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
iq.rs Replace .and_then() with .map() wherever it makes sense. 2017-07-21 01:19:34 +01:00
jingle.rs jingle: Wrap the disposition in a struct, to get better type safety. 2017-07-29 02:47:33 +01:00
jingle_ft.rs iq, jingle_ft: Simplify item counting with Iterator::count(). 2017-07-20 23:08:23 +01:00
jingle_ibb.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
jingle_message.rs Use TryFrom from the try_from crate, instead of the unstable feature. 2017-07-20 20:03:15 +01:00
jingle_s5b.rs ecaps2, jingle_s5b: Replace drain() with into_iter(). 2017-07-26 00:04:20 +01:00
lib.rs lib: Improve the wording of the docstring. 2017-07-20 23:46:44 +01:00
mam.rs ecaps2, forwarding, jingle_s5b, mam: Replace complex into expressions with .map(Element::from). 2017-07-20 20:52:25 +01:00
media_element.rs Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>. 2017-07-21 01:20:29 +01:00
message.rs Replace .and_then() with .map() wherever it makes sense. 2017-07-21 01:19:34 +01:00
message_correct.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
ns.rs disco: Implement disco#items. 2017-07-21 17:33:58 +01:00
ping.rs attention, chatstates, eme, ping: Add a docstring on the structs. 2017-07-20 23:47:21 +01:00
presence.rs Replace .and_then() with .map() wherever it makes sense. 2017-07-21 01:19:34 +01:00
receipts.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
roster.rs Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>. 2017-07-21 01:20:29 +01:00
rsm.rs rsm: Change if .is_some() { .unwrap() } into if let Some(). 2017-07-29 03:03:45 +01:00
stanza_error.rs Replace .and_then() with .map() wherever it makes sense. 2017-07-21 01:19:34 +01:00
stanza_id.rs Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00