Emmanuel Gil Peyrot
|
5a2f4859cf
|
Add a mood parser and serialiser.
|
2017-11-24 05:20:36 +00:00 |
|
Emmanuel Gil Peyrot
|
ad17c877f5
|
Move Base64 codec into a helper module.
|
2017-11-23 16:00:47 +00:00 |
|
Emmanuel Gil Peyrot
|
c1ff291c11
|
Update all crypto crates to their latest release; un-break blake2b.
|
2017-11-15 18:37:28 +00:00 |
|
Emmanuel Gil Peyrot
|
bd9aa01ad5
|
Split macros into their own module.
|
2017-10-31 21:17:24 +00:00 |
|
Emmanuel Gil Peyrot
|
6eba0e7d87
|
Simplify check_self macro.
|
2017-10-31 20:35:25 +00:00 |
|
Emmanuel Gil Peyrot
|
5cdb2d77ab
|
Split out DateTime parsing into its own module (implement XEP-0082).
|
2017-10-31 19:41:45 +00:00 |
|
Emmanuel Gil Peyrot
|
61badccf8b
|
Add meta support to macros.
|
2017-10-31 18:37:32 +00:00 |
|
Emmanuel Gil Peyrot
|
929bd577f3
|
Add a generate_element_with_only_attributes macro, and use it wherever it makes sense.
|
2017-10-31 17:58:11 +00:00 |
|
Emmanuel Gil Peyrot
|
b5e41a7074
|
Fix the name in create_empty_element.
|
2017-10-31 17:55:27 +00:00 |
|
Emmanuel Gil Peyrot
|
b7b3340c9f
|
Add a blocking command parser (XEP-0191).
|
2017-10-31 15:48:11 +00:00 |
|
Emmanuel Gil Peyrot
|
f85b451fcf
|
Add a new check_no_attributes macro, to avoid the empty list.
|
2017-10-31 15:47:38 +00:00 |
|
Emmanuel Gil Peyrot
|
ee243c4720
|
chatstates: Use the new helper macros to simplify parsing.
|
2017-10-10 18:09:58 +01:00 |
|
Emmanuel Gil Peyrot
|
cfbfce512e
|
lib, ping, attention: Add a macro for singleton elements.
|
2017-10-10 17:53:25 +01:00 |
|
Emmanuel Gil Peyrot
|
6add31b526
|
lib: Add check macros, to simplify code.
|
2017-10-10 17:52:14 +01:00 |
|
Astro
|
1b1661fd82
|
Introduce comparing with namespace support.
|
2017-08-19 00:04:18 +01:00 |
|
Emmanuel Gil Peyrot
|
1af06fdf6d
|
Add an iq version parser (XEP-0092).
|
2017-07-29 11:45:45 +01:00 |
|
Emmanuel Gil Peyrot
|
6ec1e46953
|
roster: Make Group a proper struct.
|
2017-07-29 05:36:59 +01:00 |
|
Emmanuel Gil Peyrot
|
5388696b95
|
lib: Remove erroneous “reference” mention in the module docstring.
|
2017-07-29 05:24:20 +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
|
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
|
945ae350ac
|
Add a jingle message parser and serialiser.
|
2017-07-15 11:38:44 +01:00 |
|
Emmanuel Gil Peyrot
|
95a19b4bb4
|
lib: Implement a generate_id! macro.
|
2017-06-25 22:14:21 +01:00 |
|
Emmanuel Gil Peyrot
|
f428ee070d
|
Add an IBR parser.
|
2017-06-25 21:03:48 +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
|
6c1c9d0851
|
Add a PubSub event parser and serialiser.
|
2017-06-11 14:48:31 +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
|
aae435c4d9
|
Add a roster parser/serialiser.
|
2017-05-28 16:30:43 +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
|
dc530a1912
|
Add an idle parser.
|
2017-05-21 20:22:48 +01:00 |
|
Emmanuel Gil Peyrot
|
a4f50f2d43
|
jingle_ibb, ibb, rsm: Simplify attribute parsing.
|
2017-05-21 16:08:25 +01:00 |
|
Emmanuel Gil Peyrot
|
3c083709cb
|
rsm, ibb: Write and use a macro to parse attributes.
|
2017-05-21 16:03:17 +01:00 |
|
Emmanuel Gil Peyrot
|
3dfb05aab3
|
lib: Fix documentation.
|
2017-05-06 21:41:33 +01:00 |
|
Emmanuel Gil Peyrot
|
4142107965
|
message: Merge body in this module, and make it support xml:lang.
|
2017-05-06 21:38:23 +01:00 |
|
Emmanuel Gil Peyrot
|
828b88e5b2
|
Add a Jingle SOCKS5 Bytestreams Transport implementation.
|
2017-05-06 12:49:30 +01:00 |
|
Emmanuel Gil Peyrot
|
765e8c3333
|
attention: Replace parse_* and serialise with TryFrom<Element> and Into<Element>.
|
2017-05-01 23:49:44 +01:00 |
|
Emmanuel Gil Peyrot
|
2465885975
|
Add a stanza error parser and serialiser.
|
2017-05-01 01:24:45 +01:00 |
|
Emmanuel Gil Peyrot
|
0e20810a83
|
status, presence: Merge status into presence.
|
2017-04-30 20:33:53 +01:00 |
|
Emmanuel Gil Peyrot
|
407e4cceb4
|
License the project under MPL-2.0.
|
2017-04-29 22:14:34 +01:00 |
|
Emmanuel Gil Peyrot
|
0b2d46aa3a
|
Add a MAM parser and serialiser.
|
2017-04-29 06:07:00 +01:00 |
|
Emmanuel Gil Peyrot
|
72a6eee2fd
|
Add a RSM parser and serialiser.
|
2017-04-29 04:37:18 +01:00 |
|
Emmanuel Gil Peyrot
|
0f92a11894
|
Add a forwarding parser and serialiser.
|
2017-04-29 03:50:49 +01:00 |
|
Emmanuel Gil Peyrot
|
8b964df645
|
Add a stanza-id parser and serialiser.
|
2017-04-29 03:23:50 +01:00 |
|
Emmanuel Gil Peyrot
|
b09c57ec72
|
ecaps2: Move hashing crates to the main library.
|
2017-04-29 01:31:39 +01:00 |
|
Maxime “pep” Buquet
|
04af2f3d26
|
Implement Iq stanzas parsing
|
2017-04-23 20:38:13 +01:00 |
|
Emmanuel Gil Peyrot
|
93343f3a00
|
Add a status parser.
|
2017-04-23 19:28:25 +01:00 |
|
Emmanuel Gil Peyrot
|
948b54d073
|
ecaps2: Implement blake2b.
|
2017-04-23 19:28:03 +01:00 |
|
Emmanuel Gil Peyrot
|
78e8a06ec2
|
Add a presence parser.
|
2017-04-23 17:30:23 +01:00 |
|
Emmanuel Gil Peyrot
|
c81509744f
|
lib, message, jingle_ft: Remove unused imports.
|
2017-04-23 15:32:38 +01:00 |
|