xmpp: Update to tokio-xmpp 3.4
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
68a8c043a2
commit
21c9fa2df4
5 changed files with 7 additions and 8 deletions
|
|
@ -7,8 +7,8 @@
|
|||
use env_logger;
|
||||
use std::env::args;
|
||||
use std::str::FromStr;
|
||||
use tokio_xmpp::parsers::{message::MessageType, BareJid, Jid};
|
||||
use xmpp::{ClientBuilder, ClientFeature, ClientType, Event};
|
||||
use xmpp_parsers::{message::MessageType, BareJid, Jid};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Option<()>> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue