From 56aaccce68d06c003eac9ea3e4743bb57ea492c6 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Sun, 4 Feb 2024 19:22:51 +0000 Subject: [PATCH] Remove more unused functions --- slixfeed/xmpp/client.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/slixfeed/xmpp/client.py b/slixfeed/xmpp/client.py index b588e0e..e9ae151 100644 --- a/slixfeed/xmpp/client.py +++ b/slixfeed/xmpp/client.py @@ -196,26 +196,12 @@ class Slixfeed(slixmpp.ClientXMPP): profile.set_identity(self, "client") await profile.update(self) task.ping_task(self) - - # await Service.capabilities(self) - # Service.commands(self) - # Service.reactions(self) - - self.service_commands() - self.service_reactions() async def on_session_resumed(self, event): await process.event(self) await muc.autojoin(self) profile.set_identity(self, "client") - - # await Service.capabilities(self) - # Service.commands(self) - # Service.reactions(self) - - self.service_commands() - self.service_reactions() # TODO Request for subscription