Do not enable xep_0199 in the ping plugin, it's always enabled anyway
This commit is contained in:
parent
61b5c6a91e
commit
158f73f70c
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ import time
|
||||||
|
|
||||||
class Plugin(BasePlugin):
|
class Plugin(BasePlugin):
|
||||||
def init(self):
|
def init(self):
|
||||||
self.core.xmpp.register_plugin('xep_0199')
|
|
||||||
self.core.xmpp.plugin['xep_0115'].update_caps()
|
|
||||||
self.api.add_command('ping', self.command_ping,
|
self.api.add_command('ping', self.command_ping,
|
||||||
usage='<jid>',
|
usage='<jid>',
|
||||||
help='Send an XMPP ping to jid (see XEP-0199).',
|
help='Send an XMPP ping to jid (see XEP-0199).',
|
||||||
|
|
Loading…
Reference in a new issue