Commit graph

141 commits

Author SHA1 Message Date
SonnyX
3b37646d0a Update dependencies 2019-09-08 21:28:44 +02:00
Astro
2016af55b2 Merge branch 'remove-derive-error' into 'master'
Remove the derive-error dependency

See merge request xmpp-rs/tokio-xmpp!8
2019-09-08 18:48:18 +00:00
6e72e1252c Merge branch 'trim-whitespace' into 'master'
Fixes #11: Trim whitespace before feeding parser

Closes tokio-webhook2muc#2 and #11

See merge request xmpp-rs/tokio-xmpp!9
2019-09-08 14:14:52 +00:00
2e97f4de2e
Fixes #11: Trim whitespace before feeding parser
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-09-08 15:13:09 +02:00
Emmanuel Gil Peyrot
ed28ba1a7d Remove the derive-error dependency.
It depends on a way too old syn crate, let’s drop it.
2019-09-05 22:25:42 +02:00
Astro
d173254483 Merge branch 'update-dependencies' into 'master'
Update dependencies

See merge request xmpp-rs/tokio-xmpp!6
2019-06-14 23:42:30 +00:00
Emmanuel Gil Peyrot
1eaf06bf1c Update trust-dns. 2019-06-12 16:48:39 +02:00
Emmanuel Gil Peyrot
c6ab5a22b8 Update xml5ever. 2019-06-12 16:44:13 +02:00
Emmanuel Gil Peyrot
956193e0da Fix all bare_trait_objects warnings, and deny them. 2019-06-12 16:29:55 +02:00
Astro
07304d7fee Merge branch 'contact-addr' into 'master'
Add "Contact Address for XMPP Services" (0157) example

See merge request xmpp-rs/tokio-xmpp!4
2019-04-28 14:28:35 +00:00
Astro
e75e6a1635 Merge branch 'download-avatars' into 'master'
Add a download_avatars example

See merge request xmpp-rs/tokio-xmpp!5
2019-04-28 14:27:15 +00:00
Emmanuel Gil Peyrot
2e10ff8091 download_avatars: new example client 2019-03-20 20:14:22 +01:00
d04eb02d4c
Add "Contact Address for XMPP Services" (0157) example
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-20 18:47:31 +00:00
Emmanuel Gil Peyrot
63afd5d939 Bump xmpp-parsers to 0.13.
Fixes #4.
2019-03-20 19:27:10 +01:00
Astro
f7b02c210d Merge branch 'typo-fix' into 'master'
Fix a typo in documentation

See merge request xmpp-rs/tokio-xmpp!3
2019-03-12 00:32:56 +00:00
Voker57
11a45a1330 Fix a typo in documentation 2019-03-11 19:00:25 +00:00
Astro
fc5569a765 add logo 2019-02-14 20:02:37 +01:00
Astro
12e2f4e7e7 tokio-xmpp 1.0.0 2019-01-29 23:08:27 +01:00
Astro
1d69b1a256 improve echo_bot example 2019-01-29 23:06:07 +01:00
Astro
2654722fa3 client: switch SinkItem to Packet
this breaks backwards compatibility
2019-01-29 01:53:00 +01:00
Astro
1e7031aa31 xmpp_codec: encode </stream:stream> 2019-01-29 01:51:32 +01:00
Astro
39346506c8 xmpp_codec: remove packet encoding unwrap()s 2019-01-29 01:51:10 +01:00
Astro
be78f6578b Revert "client: add more state to make close() send </stream:stream>"
This reverts commit 6379f91e02.
2019-01-29 01:34:44 +01:00
Astro
234450b9d1 echo_bot: illustrate close() 2019-01-26 23:59:06 +01:00
Astro
6379f91e02 client: add more state to make close() send </stream:stream> 2019-01-26 23:58:54 +01:00
Astro
599e3be32e xmpp_codec, client: handle StreamEnd 2019-01-26 21:07:15 +01:00
Astro
380bd2fc02 client: implement close() to close inner stream 2019-01-26 20:46:51 +01:00
Astro
3586e5134d client: reindent 2019-01-26 19:39:05 +01:00
Astro
c75eafa553 rm all annoying debug output 2019-01-26 19:30:05 +01:00
Astro
438dbaafec tokio-xmpp 0.2.3 2019-01-17 01:41:59 +01:00
Astro
9921a59400 add Cargo.lock 2019-01-17 01:41:42 +01:00
Astro
def0092b20 happy_eyeballs: set LookupIpStrategy::Ipv4AndIpv6
this is what happy_eyeballs are all about
2019-01-17 01:38:24 +01:00
Astro
e59d048cd0 happy_eyeballs: eliminate State::Start 2019-01-17 01:29:48 +01:00
Astro
59f433fd21 happy_eyeballs: migrate to newer trust-dns dependencies 2019-01-17 01:29:39 +01:00
Astro
c015b3f776 Merge branch 'bump-xmpp-parsers' into 'master'
Bump xmpp-parsers to 0.12.2

See merge request xmpp-rs/tokio-xmpp!2
2019-01-16 22:59:49 +00: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
Astro
5eb211c9fc tokio-xmpp 0.2.2 2019-01-14 02:49:50 +01:00
Astro
49c0f6e7a6 client: add new_with_jid() to reuse parsed Jid
Should fix Gitlab issue #2
2019-01-14 00:02:02 +01:00
Astro
8e9d826d4e Merge branch 'o01eg/tokio-xmpp-accept-prefixes'
Fixes Gitlab MR !1
2019-01-13 21:07:14 +01:00
Astro
1225bf7027 prefix support DRY 2019-01-13 21:05:19 +01:00
O01eg
983078f120
Add prefix support to decoder to accept xml:lang in presence statuses. 2019-01-08 13:41:39 +03:00
Astro
7bb4bd1094 tokio-xmpp 0.2.1 2018-12-20 21:30:56 +01:00
Astro
a6512c2b42 auth: delint 2018-12-20 21:20:52 +01:00
Astro
78f74c6338 auth: clarify + optimize 2018-12-20 21:17:56 +01:00
Astro
11cc7f183a auth: add work-around for xmpp-parsers pickyness 2018-12-20 21:09:13 +01:00
Astro
ce039d767e restructure auth code 2018-12-20 20:39:01 +01:00
Astro
bbadf75c01 move from travis-ci to gitlab-ci 2018-12-20 17:35:05 +01:00
Astro
c7132493cf Cargo: update paths for move to gitlab.com 2018-12-20 17:30:32 +01:00
Astro
ecd3b72f75
Merge pull request #7 from linkmauve/edition
Update to edition 2018, and run cargo fmt
2018-12-20 02:04:33 +01:00
Emmanuel Gil Peyrot
51bae9b0e5 Run cargo fmt on the entire project. 2018-12-18 19:04:31 +01:00