Load the XEP-0048 plugin on startup
This commit is contained in:
parent
2ff8e40c22
commit
97aaeb1d13
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class Connection(sleekxmpp.ClientXMPP):
|
|||
self.register_plugin('xep_0030')
|
||||
self.register_plugin('xep_0004')
|
||||
self.register_plugin('xep_0045')
|
||||
self.register_plugin('xep_0048')
|
||||
self.register_plugin('xep_0060')
|
||||
self.register_plugin('xep_0071')
|
||||
self.register_plugin('xep_0085')
|
||||
|
|
Loading…
Reference in a new issue