A daemon that receives and sends messages using SleekXMPP.
这是我用于 Orichalcum.X 通讯系统的守护进程。虽然还很不完善,但是可以使用。
This is a daemon that I use for the Orichalcum.X communication system. It’s not complete but works anyway.
限于篇幅,这里只写一些比较重要的代码摘要和解释。如果要获取完整的代码,请访问这个地方。
Here is only a brief code explanation....继续阅读...
这是一个基于python-jabberbot的自动转发机器人。任何好友和它说话,都将被转发给其他好友。虽然XMPP支持群聊天,但是这种模式在我看来,提供了更加易于实现将任何一对一的加密扩展出可靠的群聊天的可能。这个机器人的代码修改自python-jabberbot的示例代码。下面进行代码解释。
This is a simple automatic forwarding bot basing on python-jabberbot. Each message sent to this bot will be forwarded to its buddies. Although XMP...继续阅读...