diff --git a/slixfeed/version.py b/slixfeed/version.py index 30e63d9..afe85a9 100644 --- a/slixfeed/version.py +++ b/slixfeed/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.78' -__version_info__ = (0, 1, 78) +__version__ = '0.1.79' +__version_info__ = (0, 1, 79) diff --git a/slixfeed/xmpp/chat.py b/slixfeed/xmpp/chat.py index 35a7a46..60b54c7 100644 --- a/slixfeed/xmpp/chat.py +++ b/slixfeed/xmpp/chat.py @@ -573,7 +573,7 @@ class XmppChat: response = XmppCommands.print_support_jid() await XmppCommands.invite_jid_to_muc(self, jid_bare) case 'version': - response = XmppCommands.print_version(self, jid_bare) + response = XmppCommands.print_version() case _ if command_lowercase.startswith('xmpp:'): response = await XmppCommands.muc_join(self, command) case _: