Emmanuel Gil Peyrot
58760fc28d
data_forms: Split field parsing into its own TryFrom impl.
2017-07-29 04:19:58 +01:00
Emmanuel Gil Peyrot
37d1ae64ad
receipts: Split the stupid enum into two different structs.
2017-07-29 04:00:25 +01:00
Emmanuel Gil Peyrot
a0b1d93ff0
stanza_id: Split the stupid enum into two different structs.
2017-07-29 03:51:41 +01:00
Emmanuel Gil Peyrot
db35d28c9c
ibb: Split the stupid enum into three different structs.
2017-07-29 03:44:35 +01:00
Emmanuel Gil Peyrot
dfb736a973
rsm: Change if .is_some() { .unwrap() } into if let Some().
2017-07-29 03:03:45 +01:00
Emmanuel Gil Peyrot
f83fe92244
jingle: Wrap the disposition in a struct, to get better type safety.
2017-07-29 02:47:33 +01:00
Emmanuel Gil Peyrot
75ae6100b4
data_forms: Remove unneccessary swallowing of an error.
2017-07-29 02:41:42 +01:00
Emmanuel Gil Peyrot
4b3ced042e
ecaps2, jingle_s5b: Replace drain() with into_iter().
2017-07-26 00:04:20 +01:00
Emmanuel Gil Peyrot
83c9713ab9
caps, ecaps2: Make Blake2b panic and update the blake2 crate to 0.6.1.
...
See https://github.com/RustCrypto/hashes/issues/34 for more information.
2017-07-24 23:11:10 +01:00
Emmanuel Gil Peyrot
4454da15b6
disco: Implement disco#items.
2017-07-21 17:33:58 +01:00
Emmanuel Gil Peyrot
3b6733f38b
Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>.
2017-07-21 01:20:29 +01:00
Emmanuel Gil Peyrot
21cee25b27
Replace .and_then() with .map() wherever it makes sense.
2017-07-21 01:19:34 +01:00
Emmanuel Gil Peyrot
7612c53f9a
attention, chatstates, eme, ping: Add a docstring on the structs.
2017-07-20 23:47:21 +01:00
Emmanuel Gil Peyrot
fd31e691af
lib: Improve the wording of the docstring.
2017-07-20 23:46:44 +01:00
Emmanuel Gil Peyrot
87af0f3615
message, presence, iq: Improve documentation.
2017-07-20 23:10:13 +01:00
Emmanuel Gil Peyrot
5df585ca40
data_forms, ibr, message, presence, roster: Always use into_iter.
2017-07-20 23:09:22 +01:00
Emmanuel Gil Peyrot
f6f6faeb77
iq, jingle_ft: Simplify item counting with Iterator::count().
2017-07-20 23:08:23 +01:00
Maxime “pep” Buquet
2571aa7666
presence: Add with_ helpers to build a Presence
2017-07-19 00:21:44 +01:00
Emmanuel Gil Peyrot
5543d71599
attention: Use super::* in tests like every other module.
2017-07-20 20:53:59 +01:00
Emmanuel Gil Peyrot
cc563b46d2
ecaps2, forwarding, jingle_s5b, mam: Replace complex into expressions with .map(Element::from).
2017-07-20 20:52:25 +01:00
Emmanuel Gil Peyrot
487dbdc6de
Replace Into<Element> with From<…> for Element.
...
This allows Element::from() to work, and since Into<Element> is
automatically implemented for any type implementing From there is no
change to existing code.
2017-07-20 20:36:13 +01:00
Emmanuel Gil Peyrot
5ec921fa6f
attention: Add missing unknown attribute check.
2017-07-20 20:11:00 +01:00
Emmanuel Gil Peyrot
1f43cd934b
Use TryFrom from the try_from crate, instead of the unstable feature.
...
This makes xmpp-parsers usable on stable.
2017-07-20 20:03:15 +01:00
Emmanuel Gil Peyrot
0fcbf11644
iq: Split IqPayload into all three possible types.
2017-07-20 18:31:17 +01:00
Emmanuel Gil Peyrot
76a46559b8
disco: Split query and result.
2017-07-20 17:39:59 +01:00
Emmanuel Gil Peyrot
945ae350ac
Add a jingle message parser and serialiser.
2017-07-15 11:38:44 +01:00
Emmanuel Gil Peyrot
161e5dcc9b
jingle: Type Content::name better.
2017-07-15 11:37:29 +01:00
Emmanuel Gil Peyrot
244c9b2710
presence: Remove unused import in tests.
2017-06-27 22:21:35 +01:00
Maxime “pep” Buquet
98878042dd
Use the generate_attribute macro in muc::user
2017-06-27 00:14:40 +01:00
Maxime “pep” Buquet
27cf9a6298
muc::Muc and muc::MucUser
2017-06-26 23:07:12 +01:00
Emmanuel Gil Peyrot
8ac4602240
presence: Add a simpler way to create a Presence.
2017-06-26 19:49:16 +01:00
Emmanuel Gil Peyrot
ad1d4adcec
message: Add a simpler way to create a Message.
2017-06-26 19:47:26 +01:00
Emmanuel Gil Peyrot
96fe2d200e
roster: Fix group serialisation and add a test.
2017-06-25 23:27:38 +01:00
Emmanuel Gil Peyrot
4338d9d638
jingle_s5b: Make jid a Jid and not a String.
2017-06-25 22:20:24 +01:00
Emmanuel Gil Peyrot
f6b222f49a
jingle_ibb: Strengthen sid’s type safety.
2017-06-25 22:15:18 +01:00
Emmanuel Gil Peyrot
a219501fed
jingle, jingle_ft: Use the new generate_id! macro to simplify Sid/Cid generation.
2017-06-25 22:14:51 +01:00
Emmanuel Gil Peyrot
95a19b4bb4
lib: Implement a generate_id! macro.
2017-06-25 22:14:21 +01:00
Emmanuel Gil Peyrot
3ea0c45337
jingle_s5b: Strengthen type safety for ids.
2017-06-25 21:38:58 +01:00
Emmanuel Gil Peyrot
f428ee070d
Add an IBR parser.
2017-06-25 21:03:48 +01:00
Emmanuel Gil Peyrot
a48565e171
data_forms: Fix FORM_TYPE, <title/> and <instructions/> serialisation.
2017-06-25 20:13:43 +01:00
Emmanuel Gil Peyrot
13e8507848
chatstates: Improve parsing.
2017-06-25 19:55:55 +01:00
Emmanuel Gil Peyrot
17798190cf
error: Implement fmt::Display and error::Error.
2017-06-17 03:36:12 +01:00
Emmanuel Gil Peyrot
6f69f2d7d9
jingle_ft: Parse <date/> into a proper DateTime.
2017-06-16 20:37:48 +01:00
Emmanuel Gil Peyrot
e7f0c45da5
jingle: Fix sid test.
2017-06-14 09:19:06 +01:00
Emmanuel Gil Peyrot
48d340120c
jingle: Specialise Sid to get an increased type safety.
2017-06-14 02:28:42 +01:00
Emmanuel Gil Peyrot
216f6f8389
Fix build and compilation.
2017-06-14 01:57:02 +01:00
Emmanuel Gil Peyrot
393402032c
jingle: Add a comment.
2017-06-14 00:59:37 +01:00
Emmanuel Gil Peyrot
ebc7582250
Move the Default implementation into more generate_attribute!.
2017-06-14 00:53:18 +01:00
Emmanuel Gil Peyrot
0f297d2d2d
Add a generate_attribute! macro, and use it for the common case.
2017-06-14 00:50:57 +01:00
Emmanuel Gil Peyrot
9955c1131b
ns: Remove now useless 'static lifetime.
2017-06-12 22:49:27 +01:00
Emmanuel Gil Peyrot
6c1c9d0851
Add a PubSub event parser and serialiser.
2017-06-11 14:48:31 +01:00
Emmanuel Gil Peyrot
334f2f78f8
data_forms: Implement IntoElements.
2017-06-11 14:42:11 +01:00
Emmanuel Gil Peyrot
88a3f507f6
idle, delay: Don’t import * from chrono::prelude.
2017-06-08 22:46:27 +02:00
Maxime “pep” Buquet
bd19341f69
Muc <x xmlns=' http://jabber.org/protocol/muc#user'/ > and <status /> parser
2017-05-31 02:54:47 +01:00
Maxime “pep” Buquet
c4c6528197
Muc <x xmlns=' http://jabber.org/protocol/muc'/ > parser
2017-05-30 22:02:56 +01:00
Emmanuel Gil Peyrot
33994c1042
hashes: Implement Eq and Hash.
2017-05-29 05:14:49 +01:00
Emmanuel Gil Peyrot
08ba164073
roster: Add a test for empty name == no name.
2017-05-29 03:42:11 +01:00
Emmanuel Gil Peyrot
7395e4b88f
roster: Make an empty name be None instead.
...
RFC 6121 §2.4.1:
“Implementation Note: Including an empty 'name' attribute is equivalent
to including no 'name' attribute; both actions set the name to the
empty string.”
2017-05-29 03:40:34 +01:00
Emmanuel Gil Peyrot
073e208f06
iq: Wire up Roster.
2017-05-28 17:12:46 +01:00
Emmanuel Gil Peyrot
9eb8f39a38
presence: Make Show handle the None case, and rename PresenceType to Type.
2017-05-28 17:10:12 +01:00
Emmanuel Gil Peyrot
32bfa84551
presence: Rename Available to None, since that’s what it is.
2017-05-28 16:33:43 +01:00
Emmanuel Gil Peyrot
aae435c4d9
Add a roster parser/serialiser.
2017-05-28 16:30:43 +01:00
Emmanuel Gil Peyrot
ee34bc1a86
jingle_s5b: Remove unused .to_owned() during serialisation.
2017-05-28 01:47:12 +01:00
Emmanuel Gil Peyrot
6794b34714
Cargo.toml: Update minidom to 0.4.3 to use its new IntoAttributeValue implementation on numbers.
2017-05-27 23:18:15 +01:00
Emmanuel Gil Peyrot
8e1d5e7983
disco: Make xml:lang a proper Option and rename it to lang.
2017-05-27 22:10:00 +01:00
Emmanuel Gil Peyrot
d1a7d222f0
delay: Use chrono to parse the stamp.
2017-05-27 12:29:21 +01:00
Emmanuel Gil Peyrot
bdaced7603
caps, ecaps2: Add a function to create a Disco query from a hash.
2017-05-27 12:22:50 +01:00
Emmanuel Gil Peyrot
42235c42fb
hashes: Implement From<Hash> for String.
2017-05-27 12:22:11 +01:00
Emmanuel Gil Peyrot
357568813d
presence: Wire up legacy caps.
2017-05-27 12:21:32 +01:00
Emmanuel Gil Peyrot
2c77c4f701
idle: Add the chrono dependency to actually parse dates.
2017-05-27 12:20:19 +01:00
Emmanuel Gil Peyrot
dfdfd8cf71
Add a legacy caps parser and serialiser.
2017-05-25 02:34:03 +01:00
Emmanuel Gil Peyrot
764a7190e9
stanza_error: Simplify with IntoElements.
2017-05-25 01:14:36 +01:00
Emmanuel Gil Peyrot
56b7785942
delay: Remove clones.
2017-05-25 01:04:51 +01:00
Emmanuel Gil Peyrot
f08c81382c
data_forms, media_element: Implement forgotten serialisation.
2017-05-25 01:00:17 +01:00
Emmanuel Gil Peyrot
b4e47e9a78
mam: Improve serialisation.
2017-05-25 00:41:13 +01:00
Emmanuel Gil Peyrot
a6b3152add
hashes: Make the hash a Vec<u8>, to avoid base64 issues.
2017-05-25 00:30:29 +01:00
Emmanuel Gil Peyrot
070227ea03
eme: Remove two clones.
2017-05-25 00:30:00 +01:00
Emmanuel Gil Peyrot
b172a6e05c
ecaps2: Remove the last clone.
2017-05-25 00:04:37 +01:00
Emmanuel Gil Peyrot
9bb65ea8fb
jingle_ibb: Simplify parsing and remove clones.
2017-05-24 23:59:45 +01:00
Emmanuel Gil Peyrot
3678d9f0d3
stanza_error: Simplify attribute handling.
2017-05-24 23:56:35 +01:00
Emmanuel Gil Peyrot
898baddd3f
disco: Split Into<Element> for Identity and Feature.
2017-05-24 23:47:27 +01:00
Emmanuel Gil Peyrot
17d6959606
jingle: Remove unused clones.
2017-05-24 23:38:44 +01:00
Emmanuel Gil Peyrot
9bd1e7f295
jingle_s5b: Remove the clones.
2017-05-24 23:00:38 +01:00
Emmanuel Gil Peyrot
947c49330f
receipts: Parse 'id' using get_attr!(), and make it optional.
2017-05-24 22:43:21 +01:00
Emmanuel Gil Peyrot
47fc116906
media_element: Stop swallowing integer parsing errors.
2017-05-24 22:41:09 +01:00
Emmanuel Gil Peyrot
00f3f3eee6
jingle: Simplify parsing and serialisation.
2017-05-24 22:28:54 +01:00
Emmanuel Gil Peyrot
ecd98251bf
rsm: Remove useless clones.
2017-05-24 21:44:35 +01:00
Emmanuel Gil Peyrot
6952f3adfc
message_correct: Check for unwanted attributes.
2017-05-24 21:42:29 +01:00
Emmanuel Gil Peyrot
453a3635fd
message: Remove extra clones, and simplify Into<Element>.
2017-05-24 21:40:11 +01:00
Emmanuel Gil Peyrot
8182213666
iq: Reintroduce a reference Into to get the type from the payload.
2017-05-24 21:35:09 +01:00
Emmanuel Gil Peyrot
21b92621f0
iq, message: Remove useless clone on unknown element.
2017-05-24 21:32:04 +01:00
Emmanuel Gil Peyrot
fbeeae5c64
presence: Simplify the code.
2017-05-24 21:30:33 +01:00
Emmanuel Gil Peyrot
16e43c0b01
Convert all of the parsers/serialisers into consuming their parameter.
2017-05-23 23:31:33 +01:00
Emmanuel Gil Peyrot
e3f1f31718
delay, eme, stanza_error: Use get_attr!.
2017-05-23 01:02:23 +01:00
Emmanuel Gil Peyrot
d61d09f5b7
hashes, presence, message, iq, disco: Use get_attr!.
2017-05-22 19:00:04 +01:00
Emmanuel Gil Peyrot
e7e4284a0d
jingle_ft: Obtain attributes using the get_attr! macro.
2017-05-21 21:02:06 +01:00
Emmanuel Gil Peyrot
ca9a250efd
jingle_s5b: Obtain attributes using the get_attr! macro.
2017-05-21 21:00:34 +01:00
Emmanuel Gil Peyrot
8c53d6e415
stanza_id: Use the new get_attr! macro to get attributes.
2017-05-21 20:56:04 +01:00
Emmanuel Gil Peyrot
185bd79c72
mam: Simplify attribute management, and make default mandatory.
2017-05-21 20:45:50 +01:00
Emmanuel Gil Peyrot
34ee6d52dc
presence: Wire up idle as a payload.
2017-05-21 20:30:42 +01:00