我怎样才能添加sleekxmpp openfire消息

时间:2013-05-31 02:36:06

标签: python

我试图通过SleekXMPP和lokal openfire服务器将一些聊天消息添加到文本条目中。我怎么解决这个问题?我可能用var进行了测试,但我没有工作。也许我需要类似触发功能的东西让我保持最新状态。

任何想法?

def recieveMessageThread(window):
##threading.Timer(10, recieveMessageThread(vars, window)).start()
con = connectorGet.connectorGet("admin@taisebook-pc", "gilles")
getMsg = con.getMessages()
if not getMsg is None:
    window.set(getMsg)

0 个答案:

没有答案