MCPcopy
hub / github.com/pyload/pyload / exit

Method exit

module/plugins/hooks/XMPP.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 self.xmpp.sendMessage(mfrom=self.jid, mto=to_jid, mtype='chat', mbody=str(message))
236
237 def exit(self):
238 self.xmpp.disconnect()
239
240 def before_reconnect(self, ip):
241 self.log_debug('after_reconnect')

Callers 9

deamonFunction · 0.45
startMethod · 0.45
onCharMethod · 0.45
loopMethod · 0.45
feedparser.pyFile · 0.45
runFunction · 0.45
bottle.pyFile · 0.45
mainFunction · 0.45
decryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected