xmpp-rs/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-05-22 19:00:04 +01:00
..
attention.rs attention: Replace parse_* and serialise with TryFrom<Element> and Into<Element>. 2017-05-01 23:49:44 +01:00
chatstates.rs chatstates, ping, presence: Check for extraneous attributes. 2017-05-21 16:44:35 +01:00
data_forms.rs data_forms: Replace field_type String with a proper enum. 2017-05-21 17:08:05 +01:00
delay.rs delay: Switch to Into/TryFrom. 2017-05-06 20:42:12 +01:00
disco.rs hashes, presence, message, iq, disco: Use get_attr!. 2017-05-22 19:00:04 +01:00
ecaps2.rs ecaps2: Avoid a useless clone. 2017-05-18 23:12:45 +01:00
eme.rs eme: Switch to Into/TryFrom. 2017-05-06 21:03:42 +01:00
error.rs error: Implement From<std::string::ParseError>. 2017-05-06 12:48:42 +01:00
forwarding.rs message: Switch to Into/TryFrom. 2017-05-06 21:21:34 +01:00
hashes.rs hashes, presence, message, iq, disco: Use get_attr!. 2017-05-22 19:00:04 +01:00
ibb.rs jingle_ibb, ibb, rsm: Simplify attribute parsing. 2017-05-21 16:08:25 +01:00
idle.rs Add an idle parser. 2017-05-21 20:22:48 +01:00
iq.rs hashes, presence, message, iq, disco: Use get_attr!. 2017-05-22 19:00:04 +01:00
jingle.rs jingle: Make description and transport optional in content. 2017-05-06 14:58:18 +01:00
jingle_ft.rs jingle_ft: Obtain attributes using the get_attr! macro. 2017-05-21 21:02:06 +01:00
jingle_ibb.rs jingle_ibb, ibb, rsm: Simplify attribute parsing. 2017-05-21 16:08:25 +01:00
jingle_s5b.rs jingle_s5b: Obtain attributes using the get_attr! macro. 2017-05-21 21:00:34 +01:00
lib.rs Add an idle parser. 2017-05-21 20:22:48 +01:00
mam.rs mam: Simplify attribute management, and make default mandatory. 2017-05-21 20:45:50 +01:00
media_element.rs data_forms: Switch to Into/TryFrom. 2017-05-06 20:51:39 +01:00
message.rs hashes, presence, message, iq, disco: Use get_attr!. 2017-05-22 19:00:04 +01:00
message_correct.rs message_correct: Switch to Into/TryFrom. 2017-05-06 20:16:45 +01:00
ns.rs Add an idle parser. 2017-05-21 20:22:48 +01:00
ping.rs chatstates, ping, presence: Check for extraneous attributes. 2017-05-21 16:44:35 +01:00
presence.rs hashes, presence, message, iq, disco: Use get_attr!. 2017-05-22 19:00:04 +01:00
receipts.rs receipts: Switch to Into/TryFrom. 2017-05-06 20:07:03 +01:00
rsm.rs jingle_ibb, ibb, rsm: Simplify attribute parsing. 2017-05-21 16:08:25 +01:00
stanza_error.rs Fix most clippy warnings. 2017-05-07 15:23:06 +01:00
stanza_id.rs stanza_id: Use the new get_attr! macro to get attributes. 2017-05-21 20:56:04 +01:00