|
34aa710366
|
Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-10-18 14:16:01 +02:00 |
|
Emmanuel Gil Peyrot
|
62e9dcc022
|
Bump xmpp-parsers to 0.12.2.
This also removes minidom, jid and try_from as direct dependencies,
since they are now reexported by xmpp-parsers.
|
2019-01-16 15:26:45 +01:00 |
|
Emmanuel Gil Peyrot
|
51bae9b0e5
|
Run cargo fmt on the entire project.
|
2018-12-18 19:04:31 +01:00 |
|
Emmanuel Gil Peyrot
|
24b2ff1851
|
Move to edition 2018.
|
2018-12-18 18:29:31 +01:00 |
|
Astro
|
b929a3c71e
|
doc
|
2018-08-02 19:58:19 +02:00 |
|
Astro
|
71e2b1c84f
|
add XMPPStream.send_stanza() convenience method
|
2018-08-02 00:19:06 +02:00 |
|
Astro
|
1a3707649e
|
use tokio-codec
|
2018-07-31 23:34:04 +02:00 |
|
Astro
|
7b7f2866fc
|
move stream_start out of places
|
2017-07-19 01:02:45 +02:00 |
|
Emmanuel Gil Peyrot
|
794a994720
|
don’t use wildcard use
|
2017-07-18 22:59:45 +02:00 |
|
Astro
|
d4bd64370c
|
switch from rustxml to minidom, doesn't work
|
2017-07-17 20:53:00 +02:00 |
|
Astro
|
3c952e47d1
|
impl Sink for Client + complete echo_bot
|
2017-07-02 01:25:22 +02:00 |
|
Astro
|
1e2672ba50
|
impl stream for client
|
2017-06-20 21:27:10 +02:00 |
|
Astro
|
014633d119
|
add client_bind
|
2017-06-19 02:16:47 +02:00 |
|
Maxime “pep” Buquet
|
973a5ca659
|
Force channel binding to None
|
2017-06-17 22:47:07 +02:00 |
|
Astro
|
df423e5047
|
use jid
|
2017-06-14 01:55:56 +02:00 |
|
Astro
|
0bae1ce336
|
switch from rustls to native-tls
|
2017-06-06 02:03:38 +02:00 |
|
Astro
|
52c60229e3
|
client_auth: add stream restart
|
2017-06-06 01:38:48 +02:00 |
|
Astro
|
f8de49569f
|
add client_auth using sasl
|
2017-06-06 01:29:20 +02:00 |
|
Astro
|
c32a38874c
|
refactor into stream_start + xmpp_stream
|
2017-06-05 02:50:22 +02:00 |
|