XMPP ping example for XMPPpy
Материал из Linux Wiki
Перейти к навигацииПерейти к поиску
def iq_ping_handler(self, iq):
repl = iq.buildReply('result')
self.jabber.send(repl)
raise NodeProcessed
def iq_ping_handler(self, iq):
repl = iq.buildReply('result')
self.jabber.send(repl)
raise NodeProcessed