aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/client/iq.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2024-12-04 18:18:37 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2024-12-04 18:18:37 +0000
commit1b91ff690488b65b552c90bd5392b9a300c8c981 (patch)
tree9c290f69b26eba0393d7bbc05ba29c28ea74a26e /stanza/src/client/iq.rs
parent03764f8cedb3f0a55a61be0f0a59faaa6357a83a (diff)
downloadluz-1b91ff690488b65b552c90bd5392b9a300c8c981.tar.gz
luz-1b91ff690488b65b552c90bd5392b9a300c8c981.tar.bz2
luz-1b91ff690488b65b552c90bd5392b9a300c8c981.zip
use cargo workspace
Diffstat (limited to '')
-rw-r--r--stanza/src/client/iq.rs (renamed from src/stanza/client/iq.rs)8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stanza/client/iq.rs b/stanza/src/client/iq.rs
index b23f8b7..388979e 100644
--- a/src/stanza/client/iq.rs
+++ b/stanza/src/client/iq.rs
@@ -1,16 +1,14 @@
use std::str::FromStr;
+use jid::JID;
use peanuts::{
element::{FromElement, IntoElement},
DeserializeError, Element, XML_NS,
};
use crate::{
- stanza::{
- bind::{self, Bind},
- client::error::Error,
- },
- JID,
+ bind::{self, Bind},
+ client::error::Error,
};
use super::XMLNS;