diff options
author | 2025-02-14 23:57:59 +0000 | |
---|---|---|
committer | 2025-02-14 23:57:59 +0000 | |
commit | 0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3 (patch) | |
tree | 90d6d4db55e281ed2f886c5ad034f28db8dc1b43 /stanza | |
parent | 8dcdfe405ecafea04b301a16580ab703a10645eb (diff) | |
download | luz-0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3.tar.gz luz-0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3.tar.bz2 luz-0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3.zip |
WIP: data(base)type
Diffstat (limited to 'stanza')
-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, } |