diff --git a/slixfeed/xmpp/client.py b/slixfeed/xmpp/client.py index bb97618..1666b4b 100644 --- a/slixfeed/xmpp/client.py +++ b/slixfeed/xmpp/client.py @@ -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() diff --git a/slixfeed/xmpp/component.py b/slixfeed/xmpp/component.py index bd6f51c..c7ed620 100644 --- a/slixfeed/xmpp/component.py +++ b/slixfeed/xmpp/component.py @@ -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)