summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0405
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_0405
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_0405')
-rw-r--r--slixmpp/plugins/xep_0405/mix_pam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0405/mix_pam.py b/slixmpp/plugins/xep_0405/mix_pam.py
index cff22b51..d690ae3d 100644
--- a/slixmpp/plugins/xep_0405/mix_pam.py
+++ b/slixmpp/plugins/xep_0405/mix_pam.py
@@ -28,7 +28,7 @@ class XEP_0405(BasePlugin):
'''XEP-0405: MIX-PAM'''
name = 'xep_0405'
- description = 'MIX-PAM'
+ description = 'XEP-0405: MIX-PAM'
dependencies = {'xep_0369'}
stanza = stanza
namespace = stanza.NS