Do not enable xep_0199 in the ping plugin, it's always enabled anyway

This commit is contained in:
Florent Le Coz 2014-11-05 01:31:33 +01:00
parent 61b5c6a91e
commit 158f73f70c

View file

@ -31,8 +31,6 @@ import time
class Plugin(BasePlugin):
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,
usage='<jid>',
help='Send an XMPP ping to jid (see XEP-0199).',