Missing fmt bits
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
72a3e5a188
commit
628595af4d
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ use xmpp::jid::{BareJid, Jid, ResourcePart};
|
|||
use xmpp::parsers::message::MessageType;
|
||||
use xmpp::{
|
||||
Agent, ClientBuilder, ClientFeature, ClientType, Config as AgentConfig, Event, RoomNick,
|
||||
message::send::RawMessageSettings,
|
||||
muc::room::JoinRoomSettings,
|
||||
message::send::RawMessageSettings, muc::room::JoinRoomSettings,
|
||||
};
|
||||
|
||||
pub struct XmppClient {
|
||||
|
|
|
|||
Loading…
Reference in a new issue