Add AsyncServerConnector to AsyncClient to be able to support any stream
Unfortunately API breaking unless we do some export mangling
This commit is contained in:
parent
3d9bdd6fe2
commit
3cab603a4c
6 changed files with 86 additions and 57 deletions
|
|
@ -10,10 +10,10 @@ use tokio_xmpp::{
|
|||
disco::{DiscoInfoResult, Feature, Identity},
|
||||
ns,
|
||||
},
|
||||
AsyncClient as TokioXmppClient, BareJid, Jid,
|
||||
BareJid, Jid,
|
||||
};
|
||||
|
||||
use crate::{Agent, ClientFeature};
|
||||
use crate::{Agent, ClientFeature, TokioXmppClient};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ClientType {
|
||||
|
|
|
|||
Loading…
Reference in a new issue