aboutsummaryrefslogtreecommitdiffstats
path: root/stanza
diff options
context:
space:
mode:
Diffstat (limited to 'stanza')
-rw-r--r--stanza/src/client/presence.rs2
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,
}