forked from sch/Slixfeed
Fix call to function adhoc_commands
This commit is contained in:
parent
56c7bf40a8
commit
f207dc1632
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ class Slixfeed(slixmpp.ClientXMPP):
|
|||
# self.send_presence()
|
||||
profile.set_identity(self, 'client')
|
||||
# XmppCommand.adhoc_commands(self)
|
||||
self.adhoc_commands(self)
|
||||
self.adhoc_commands()
|
||||
self.service_reactions()
|
||||
await self['xep_0115'].update_caps()
|
||||
await self.get_roster()
|
||||
|
|
|
@ -196,7 +196,7 @@ class SlixfeedComponent(slixmpp.ComponentXMPP):
|
|||
# self.send_presence()
|
||||
profile.set_identity(self, 'service')
|
||||
# XmppCommand.adhoc_commands(self)
|
||||
self.adhoc_commands(self)
|
||||
self.adhoc_commands()
|
||||
self.service_reactions()
|
||||
await self['xep_0115'].update_caps()
|
||||
# await XmppGroupchat.autojoin(self)
|
||||
|
|
Loading…
Reference in a new issue