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.
This commit is contained in:
parent
5eb211c9fc
commit
62e9dcc022
13 changed files with 14 additions and 26 deletions
|
|
@ -2,8 +2,7 @@
|
|||
//! XMPP server under a JID consisting of just a domain name. They are
|
||||
//! allowed to use any user and resource identifiers in their stanzas.
|
||||
use futures::{done, Async, AsyncSink, Future, Poll, Sink, StartSend, Stream};
|
||||
use jid::{Jid, JidParseError};
|
||||
use minidom::Element;
|
||||
use xmpp_parsers::{Jid, JidParseError, Element};
|
||||
use std::mem::replace;
|
||||
use std::str::FromStr;
|
||||
use tokio::net::TcpStream;
|
||||
|
|
|
|||
Loading…
Reference in a new issue