从 Twisted 转到 gloox。获取完整消息节点的访问权限?
我正在制作一个通过 XMPP/jabber 与 C++ 应用程序通信的 Python 应用程序。在Python端,我使用了Twisted。我真正喜欢 Twisted 的是能够直接接收/发送“消息”XML 节点并用它做任何我想做的事情。 (IE 使用的节不仅仅是“body”)。换句话说,Twisted 返回一个“Element”对象,并且 send 方法接受一个“Element”对象。
从我现在在 gloox 上看到的情况来看,API 直接返回“body”字符串。
所以,我的简单问题是,有没有一种简单的方法可以使用 gloox 访问完整的消息节点?
I'm making a Python application communicating through XMPP/jabber to a C++ app. On the Python end, I used Twisted. What I really like about Twisted is the ability to directly receive/send the "message" XML node and do whatever I want with it. (I.E using more stanza than just "body"). In order words, Twisted returns me an "Element" object and the send method accepts an "Element" object.
From what I've seen with gloox right now, the API is directly returning me the "body" string.
So, my simple question, is there an easy way to get access to the full message node using gloox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论