renamed example for convenience.
This commit is contained in:
parent
1ce42d3a2f
commit
8afba7de85
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class HTTPOverXMPPClient(ClientXMPP):
|
|||
def __init__(self, jid, password):
|
||||
ClientXMPP.__init__(self, jid, password)
|
||||
|
||||
self.register_plugin('xep_0332') # HTTP over XMPP
|
||||
# self.register_plugin('xep_0030') # Service Discovery
|
||||
# self.register_plugin('xep_0004') # Data Forms
|
||||
# self.register_plugin('xep_0060') # PubSub
|
Loading…
Reference in a new issue