Merge branch 'fix-xep-descriptions' into 'master'

xeps: fix description for the newer plugins

See merge request poezio/slixmpp!109
This commit is contained in:
mathieui 2021-01-30 18:55:20 +01:00
commit ab9b7115de
11 changed files with 11 additions and 11 deletions

View File

@ -13,7 +13,7 @@ class XEP_0359(BasePlugin):
'''XEP-0359: Unique and Stable Stanza IDs''' '''XEP-0359: Unique and Stable Stanza IDs'''
name = 'xep_0359' name = 'xep_0359'
description = 'Unique and Stable Stanza IDs' description = 'XEP-0359: Unique and Stable Stanza IDs'
dependencies = set() dependencies = set()
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -50,7 +50,7 @@ class XEP_0369(BasePlugin):
'''XEP-0369: MIX-CORE''' '''XEP-0369: MIX-CORE'''
name = 'xep_0369' name = 'xep_0369'
description = 'MIX-CORE' description = 'XEP-0369: MIX-CORE'
dependencies = {'xep_0030', 'xep_0060', 'xep_0082', 'xep_0004'} dependencies = {'xep_0030', 'xep_0060', 'xep_0082', 'xep_0004'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -27,7 +27,7 @@ class XEP_0403(BasePlugin):
'''XEP-0403: MIX-Presence''' '''XEP-0403: MIX-Presence'''
name = 'xep_0403' name = 'xep_0403'
description = 'MIX-Presence' description = 'XEP-0403: MIX-Presence'
dependencies = {'xep_0369'} dependencies = {'xep_0369'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -31,7 +31,7 @@ class XEP_0404(BasePlugin):
'''XEP-0404: MIX JID Hidden Channels''' '''XEP-0404: MIX JID Hidden Channels'''
name = 'xep_0404' name = 'xep_0404'
description = 'MIX-ANON' description = 'XEP-0404: MIX-ANON'
dependencies = {'xep_0369'} dependencies = {'xep_0369'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -28,7 +28,7 @@ class XEP_0405(BasePlugin):
'''XEP-0405: MIX-PAM''' '''XEP-0405: MIX-PAM'''
name = 'xep_0405' name = 'xep_0405'
description = 'MIX-PAM' description = 'XEP-0405: MIX-PAM'
dependencies = {'xep_0369'} dependencies = {'xep_0369'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -17,7 +17,7 @@ class XEP_0421(BasePlugin):
'''XEP-0421: Anonymous unique occupant identifiers for MUCs''' '''XEP-0421: Anonymous unique occupant identifiers for MUCs'''
name = 'xep_0421' name = 'xep_0421'
description = 'Anonymous unique occupant identifiers for MUCs' description = 'XEP-0421: Anonymous unique occupant identifiers for MUCs'
dependencies = {'xep_0030', 'xep_0045'} dependencies = {'xep_0030', 'xep_0045'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -13,7 +13,7 @@ class XEP_0422(BasePlugin):
'''XEP-0422: Message Fastening''' '''XEP-0422: Message Fastening'''
name = 'xep_0422' name = 'xep_0422'
description = 'Message Fastening' description = 'XEP-0422: Message Fastening'
dependencies = {'xep_0030'} dependencies = {'xep_0030'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -25,7 +25,7 @@ class XEP_0424(BasePlugin):
'''XEP-0424: Message Retraction''' '''XEP-0424: Message Retraction'''
name = 'xep_0424' name = 'xep_0424'
description = 'Message Retraction' description = 'XEP-0424: Message Retraction'
dependencies = {'xep_0422', 'xep_0030', 'xep_0359', 'xep_0428', 'xep_0334'} dependencies = {'xep_0422', 'xep_0030', 'xep_0359', 'xep_0428', 'xep_0334'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -19,7 +19,7 @@ class XEP_0425(BasePlugin):
'''XEP-0425: Message Moderation''' '''XEP-0425: Message Moderation'''
name = 'xep_0425' name = 'xep_0425'
description = 'Message Moderation' description = 'XEP-0425: Message Moderation'
dependencies = {'xep_0424', 'xep_0421'} dependencies = {'xep_0424', 'xep_0421'}
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -13,7 +13,7 @@ class XEP_0428(BasePlugin):
'''XEP-0428: Fallback Indication''' '''XEP-0428: Fallback Indication'''
name = 'xep_0428' name = 'xep_0428'
description = 'Fallback Indication' description = 'XEP-0428: Fallback Indication'
dependencies = set() dependencies = set()
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS

View File

@ -23,7 +23,7 @@ class XEP_0439(BasePlugin):
'''XEP-0439: Quick Response''' '''XEP-0439: Quick Response'''
name = 'xep_0439' name = 'xep_0439'
description = 'Quick Response' description = 'XEP-0439: Quick Response'
dependencies = set() dependencies = set()
stanza = stanza stanza = stanza
namespace = stanza.NS namespace = stanza.NS