How do you create a simple Google Talk Client using the Twisted Words Python library?

前端 未结 4 1732
我寻月下人不归
我寻月下人不归 2020-12-30 03:49

I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don\'t work wi

4条回答
  •  遥遥无期
    2020-12-30 04:36

    I was looking building an XMPP client in python a while ago. I haven't gotten around to working on the project I was looking at it for. I didn't see anything that used twisted but are a couple XMPP libraries I found.

    • https://launchpad.net/python-xmpp/
    • http://xmpppy.sourceforge.net/
    • http://pyxmpp.jajcus.net/

    I also found a python program, under the GPL, that acts multi-point conference system using XMPP.

    http://coders.meta.net.nz/~perry/jabber/confbot.php

提交回复
热议问题