Emmanuel Gil Peyrot
|
86eb65b829
|
mam: Bump jid to 0.3.1, to serialise it directly to a text node.
|
2017-10-31 22:21:27 +00:00 |
|
Emmanuel Gil Peyrot
|
655fc9ae68
|
Cargo.toml: Bump base64 to 0.7.0.
|
2017-10-31 21:35:07 +00:00 |
|
Emmanuel Gil Peyrot
|
63c6df59db
|
Release version 0.8.0
|
2017-08-27 14:20:15 +01:00 |
|
Emmanuel Gil Peyrot
|
04ec34bed8
|
Cargo.toml: Update minidom to 0.6.2 and jid to 0.3.0.
|
2017-08-27 01:48:28 +01:00 |
|
Emmanuel Gil Peyrot
|
69cc83c456
|
message, iq, presence, stanza_error, forwarded: Add support for components hidden behind the component feature flag.
|
2017-07-29 06:49:02 +01:00 |
|
Emmanuel Gil Peyrot
|
99b9525e6f
|
Update to jid-rs 0.2.3, which implements IntoAttributeValue on Jid.
|
2017-07-29 06:28:20 +01:00 |
|
Emmanuel Gil Peyrot
|
712e6dfe11
|
Release version 0.7.1.
|
2017-07-24 23:11:31 +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
|
e26bd3306e
|
Release version 0.7.0.
|
2017-07-23 18:47:46 +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
|
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
|
a2855112ba
|
Release version 0.6.0.
|
2017-06-27 22:25:33 +01:00 |
|
Emmanuel Gil Peyrot
|
6ea175ad2e
|
Cargo.toml: Update the hashing libraries.
|
2017-06-27 22:25:13 +01:00 |
|
Emmanuel Gil Peyrot
|
eca588ad6f
|
Cargo.toml: Update the chrono dependency to 0.4.0.
|
2017-06-22 01:41:10 +01:00 |
|
Emmanuel Gil Peyrot
|
019848c864
|
Release version 0.5.0.
|
2017-06-11 14:58:34 +01:00 |
|
Emmanuel Gil Peyrot
|
60521298d6
|
Cargo.toml: Bump base64, improve performances and reduce unsafe code.
|
2017-06-11 14:57:30 +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
|
fcfe1888e2
|
Release version 0.4.0.
|
2017-05-28 01:48:03 +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
|
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
|
cde19967a6
|
Release version 0.3.0!
|
2017-05-23 23:50:00 +01:00 |
|
Emmanuel Gil Peyrot
|
c1e62cf69b
|
Cargo.toml: Update minidom, probably nice things in it!
|
2017-05-23 23:28:56 +01:00 |
|
Emmanuel Gil Peyrot
|
80695edb72
|
chatstates, ping, presence: Check for extraneous attributes.
|
2017-05-21 16:44:35 +01:00 |
|
Emmanuel Gil Peyrot
|
8f85c95a52
|
Release version 0.2.0!
|
2017-05-06 21:54:12 +01:00 |
|
Emmanuel Gil Peyrot
|
29725b9d4d
|
Update to minidom 0.3.0.
|
2017-05-04 01:20:22 +01:00 |
|
Emmanuel Gil Peyrot
|
1cea1987a2
|
Cargo.toml: Remove superfluous license-file.
|
2017-05-04 01:20:01 +01:00 |
|
Emmanuel Gil Peyrot
|
407e4cceb4
|
License the project under MPL-2.0.
|
2017-04-29 22:14:34 +01:00 |
|
Emmanuel Gil Peyrot
|
6f2ee2f0ad
|
Cargo.toml: Add some metadata.
|
2017-04-29 21:41:18 +01:00 |
|
Emmanuel Gil Peyrot
|
6a48a6bf00
|
ecaps2, error: Update to base64 0.5.
|
2017-04-27 18:33:02 +01:00 |
|
Emmanuel Gil Peyrot
|
5d51dff9e6
|
disco: Bump minidom dependency to 0.2.0, which fixes xml:lang parsing.
|
2017-04-26 00:22:40 +01:00 |
|
Emmanuel Gil Peyrot
|
948b54d073
|
ecaps2: Implement blake2b.
|
2017-04-23 19:28:03 +01:00 |
|
Emmanuel Gil Peyrot
|
5e802b457e
|
Cargo.toml: Update the jid crate to 0.2.0, which implements From<JID> on String.
|
2017-04-23 16:30:41 +01:00 |
|
Emmanuel Gil Peyrot
|
5e7ad720c3
|
Add a message parser, along with a dependency on jid.
|
2017-04-23 15:13:03 +01:00 |
|
Emmanuel Gil Peyrot
|
efedb215c4
|
ecaps2: Add Rust-Crypto and base64 dependencies, and implement hashing.
|
2017-04-21 00:01:57 +01:00 |
|
Emmanuel Gil Peyrot
|
9cf1521775
|
Hello world!
|
2017-04-18 20:44:36 +01:00 |
|