Fix plugin loading logs for XEP-0118 and XEP-0163.
This commit is contained in:
parent
34b094561f
commit
58d2f317a0
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class xep_0118(base_plugin):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def plugin_init(self):
|
def plugin_init(self):
|
||||||
self.xep = '118'
|
self.xep = '0118'
|
||||||
self.description = 'User Tune'
|
self.description = 'User Tune'
|
||||||
self.stanza = stanza
|
self.stanza = stanza
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ class xep_0163(base_plugin):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def plugin_init(self):
|
def plugin_init(self):
|
||||||
self.xep = '163'
|
self.xep = '0163'
|
||||||
self.description = 'Personal Eventing Protocol'
|
self.description = 'Personal Eventing Protocol'
|
||||||
|
|
||||||
def add_interest(self, namespace, jid=None):
|
def add_interest(self, namespace, jid=None):
|
||||||
|
|
Loading…
Reference in a new issue