summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0369
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_0369
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_0369')
-rw-r--r--slixmpp/plugins/xep_0369/mix_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0369/mix_core.py b/slixmpp/plugins/xep_0369/mix_core.py
index 19450c12..05b9b2fd 100644
--- a/slixmpp/plugins/xep_0369/mix_core.py
+++ b/slixmpp/plugins/xep_0369/mix_core.py
@@ -50,7 +50,7 @@ class XEP_0369(BasePlugin):
'''XEP-0369: MIX-CORE'''
name = 'xep_0369'
- description = 'MIX-CORE'
+ description = 'XEP-0369: MIX-CORE'
dependencies = {'xep_0030', 'xep_0060', 'xep_0082', 'xep_0004'}
stanza = stanza
namespace = stanza.NS