xmpp: Common structure for imports
This commit is contained in:
parent
0ec9103b28
commit
b8f74e6bce
4 changed files with 14 additions and 15 deletions
|
|
@ -5,9 +5,9 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use crate::{
|
||||
jid::{BareJid, Jid},
|
||||
minidom::Element,
|
||||
parsers::message::{Body, Message, MessagePayload, MessageType},
|
||||
tokio_xmpp::jid::{BareJid, Jid},
|
||||
};
|
||||
|
||||
use crate::Agent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue