xmpp: Common structure for imports

This commit is contained in:
xmppftw xmppftw 2024-12-18 19:14:02 +01:00
commit b8f74e6bce
4 changed files with 14 additions and 15 deletions

View file

@ -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;