summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0403
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-01-30 18:52:54 +0100
committermathieui <mathieui@mathieui.net>2021-01-30 18:52:54 +0100
commit58f4ccf5c787e0bffff2f52ca3a402f8708d89e1 (patch)
tree884d3916464e78e228041c456f874d37610698d3 /slixmpp/plugins/xep_0403
parentee671dfb294e3615e42f3f407b6ab2c4df698a98 (diff)
downloadslixmpp-58f4ccf5c787e0bffff2f52ca3a402f8708d89e1.tar.gz
slixmpp-58f4ccf5c787e0bffff2f52ca3a402f8708d89e1.tar.bz2
slixmpp-58f4ccf5c787e0bffff2f52ca3a402f8708d89e1.tar.xz
slixmpp-58f4ccf5c787e0bffff2f52ca3a402f8708d89e1.zip
xeps: fix description for the newer plugins
Diffstat (limited to 'slixmpp/plugins/xep_0403')
-rw-r--r--slixmpp/plugins/xep_0403/mix_presence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0403/mix_presence.py b/slixmpp/plugins/xep_0403/mix_presence.py
index 995439b9..7b227da4 100644
--- a/slixmpp/plugins/xep_0403/mix_presence.py
+++ b/slixmpp/plugins/xep_0403/mix_presence.py
@@ -27,7 +27,7 @@ class XEP_0403(BasePlugin):
'''XEP-0403: MIX-Presence'''
name = 'xep_0403'
- description = 'MIX-Presence'
+ description = 'XEP-0403: MIX-Presence'
dependencies = {'xep_0369'}
stanza = stanza
namespace = stanza.NS