Remove more unused functions
This commit is contained in:
parent
c9424ffd85
commit
56aaccce68
1 changed files with 0 additions and 14 deletions
|
@ -196,26 +196,12 @@ class Slixfeed(slixmpp.ClientXMPP):
|
||||||
profile.set_identity(self, "client")
|
profile.set_identity(self, "client")
|
||||||
await profile.update(self)
|
await profile.update(self)
|
||||||
task.ping_task(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):
|
async def on_session_resumed(self, event):
|
||||||
await process.event(self)
|
await process.event(self)
|
||||||
await muc.autojoin(self)
|
await muc.autojoin(self)
|
||||||
profile.set_identity(self, "client")
|
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
|
# TODO Request for subscription
|
||||||
|
|
Loading…
Reference in a new issue