xmpp-rs/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-04-29 06:06:41 +01:00
..
attention.rs attention: Simplify the payload type, and add a serialise function. 2017-04-23 03:20:52 +01:00
body.rs body: Test the serialise function. 2017-04-23 03:22:25 +01:00
chatstates.rs chatstates: Add a serialise function. 2017-04-23 03:22:42 +01:00
data_forms.rs data_forms: Simplify the FromStr using match. 2017-04-23 03:42:50 +01:00
delay.rs delay: Implement IntoElements. 2017-04-29 03:50:02 +01:00
disco.rs disco: Bump minidom dependency to 0.2.0, which fixes xml:lang parsing. 2017-04-26 00:22:40 +01:00
ecaps2.rs ecaps2: Move hashing crates to the main library. 2017-04-29 01:31:39 +01:00
eme.rs eme: Add a serialise function. 2017-04-23 03:22:02 +01:00
error.rs error: Add JidParseError. 2017-04-29 06:06:41 +01:00
forwarding.rs Add a forwarding parser and serialiser. 2017-04-29 03:50:49 +01:00
hashes.rs hashes: Implement serialise. 2017-04-23 18:36:12 +01:00
ibb.rs ibb: Fix serialisation of <data/> data. 2017-04-28 23:46:32 +01:00
iq.rs iq: Wire up the IBB parser and serialiser. 2017-04-29 01:06:12 +01:00
jingle.rs jingle: Remove extraneous println!. 2017-04-28 23:45:43 +01:00
jingle_ft.rs jingle_ft: Add a received parser. 2017-04-28 23:43:47 +01:00
jingle_ibb.rs jingle_ibb: Make the fields in Transport public. 2017-04-24 19:25:00 +01:00
lib.rs Add a RSM parser and serialiser. 2017-04-29 04:37:18 +01:00
media_element.rs Make all parsed types implement Clone. 2017-04-21 00:41:15 +01:00
message.rs message: Implement IntoElements. 2017-04-29 03:50:20 +01:00
message_correct.rs message_correct: Add a serialise function, and simplify the representation. 2017-04-23 03:23:13 +01:00
ns.rs Add a RSM parser and serialiser. 2017-04-29 04:37:18 +01:00
ping.rs ping, iq: Implement ping::serialise_ping and link to Iq. 2017-04-23 21:17:26 +01:00
presence.rs presence: Add status as a possible payload. 2017-04-23 19:32:48 +01:00
receipts.rs receipts: Add a serialise function. 2017-04-23 03:21:21 +01:00
rsm.rs Add a RSM parser and serialiser. 2017-04-29 04:37:18 +01:00
stanza_id.rs Add a stanza-id parser and serialiser. 2017-04-29 03:23:50 +01:00
status.rs Add a status parser. 2017-04-23 19:28:25 +01:00