Fix call to function adhoc_commands

This commit is contained in:
Schimon Jehudah 2024-02-29 20:29:41 +00:00
parent 56c7bf40a8
commit f207dc1632
2 changed files with 2 additions and 2 deletions

View file

@ -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()

View file

@ -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)