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_0403/mix_presence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0403') 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 -- cgit v1.2.3