Emmanuel Gil Peyrot
|
e9b226e1ae
|
tokio-xmpp: Import Jid, BareJid and Element properly
xmpp-parsers has stopped reexporting them, instead it reexports only the
crates themselves.
|
2024-07-25 14:36:09 +00:00 |
|
Emmanuel Gil Peyrot
|
1bab5c3cd9
|
Remove redundant imports
These became warnings in a recent nightly.
The TryFrom/TryInto imports were missed in
4089891f6c , but the rest are truly
redundant.
|
2024-02-27 22:57:18 +01:00 |
|
xmppftw
|
3ac741d666
|
RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic
|
2023-06-05 15:02:35 +00:00 |
|
Astro
|
1e1f593233
|
tokio-xmpp: rustfmt
|
2020-05-30 00:45:22 +02:00 |
|
Astro
|
eb13634571
|
tokio-xmpp: rename OneshotClient to SimpleClient
|
2020-05-30 00:43:48 +02:00 |
|
Astro
|
2cd1ad217b
|
tokio-xmpp: add onshot_client
|
2020-05-30 00:43:48 +02:00 |
|