summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0428
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_0428
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_0428')
-rw-r--r--slixmpp/plugins/xep_0428/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0428/fallback.py b/slixmpp/plugins/xep_0428/fallback.py
index 61e913e3..83f6835f 100644
--- a/slixmpp/plugins/xep_0428/fallback.py
+++ b/slixmpp/plugins/xep_0428/fallback.py
@@ -13,7 +13,7 @@ class XEP_0428(BasePlugin):
'''XEP-0428: Fallback Indication'''
name = 'xep_0428'
- description = 'Fallback Indication'
+ description = 'XEP-0428: Fallback Indication'
dependencies = set()
stanza = stanza
namespace = stanza.NS