diff options
Diffstat (limited to 'stanza/src/client/presence.rs')
-rw-r--r-- | stanza/src/client/presence.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/client/presence.rs b/stanza/src/client/presence.rs index 5354966..877c4c6 100644 --- a/stanza/src/client/presence.rs +++ b/stanza/src/client/presence.rs @@ -117,7 +117,9 @@ impl ToString for PresenceType { pub enum Show { Away, Chat, + /// do not disturb Dnd, + /// extended away Xa, } |