aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'filamento/src/lib.rs')
-rw-r--r--filamento/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/filamento/src/lib.rs b/filamento/src/lib.rs
index b284c7e..1e9207c 100644
--- a/filamento/src/lib.rs
+++ b/filamento/src/lib.rs
@@ -101,7 +101,6 @@ pub enum Command {
#[derive(Debug, Clone)]
pub enum UpdateMessage {
- Error(Error),
Online(Online, Vec<Contact>),
Offline(Offline),
/// received roster from jabber server (replace full app roster state with this)
@@ -122,7 +121,6 @@ pub enum UpdateMessage {
message: Message,
},
SubscriptionRequest(jid::JID),
- Unsupported(Stanza),
}
/// an xmpp client that is suited for a chat client use case