从 Twisted 转到 gloox。获取完整消息节点的访问权限?

发布于 2025-01-05 01:11:36 字数 299 浏览 1 评论 0原文

我正在制作一个通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文