mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
auth: delint
This commit is contained in:
parent
78f74c6338
commit
a6512c2b42
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
use std::mem::replace;
|
||||
use std::str::FromStr;
|
||||
use std::collections::HashSet;
|
||||
use futures::{sink, Async, Future, Poll, Stream, future::{ok, err, IntoFuture}};
|
||||
use minidom::Element;
|
||||
use futures::{Future, Poll, Stream, future::{ok, err, IntoFuture}};
|
||||
use sasl::client::mechanisms::{Anonymous, Plain, Scram};
|
||||
use sasl::client::Mechanism;
|
||||
use sasl::common::scram::{Sha1, Sha256};
|
||||
|
|
Loading…
Reference in a new issue