Send an xmpp message using a python library

前端 未结 2 987
没有蜡笔的小新
没有蜡笔的小新 2020-12-14 04:39

How can I send an XMPP message using one of the following Python libraries: wokkel, xmpppy, or jabber.py ?

I think I am aware of the pseudo-code, but so far have not

2条回答
  •  眼角桃花
    2020-12-14 05:01

    xmpppy has a number of examples listed on its main page (under "examples"), the most basic of which sends a single test message. They make the examples progressively more interesting -- they introduce the callback-oriented API via a chat bot program.

提交回复
热议问题