From 58f4ccf5c787e0bffff2f52ca3a402f8708d89e1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 30 Jan 2021 18:52:54 +0100 Subject: xeps: fix description for the newer plugins --- slixmpp/plugins/xep_0405/mix_pam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0405') 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 -- cgit v1.2.3