Jabber 的 Lua 库

发布于 2024-07-06 16:40:42 字数 1557 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

夏末的微笑 2024-07-13 16:40:42

作为后续行动,我是 Prosody 和 Verse 的作者。 我正在更新 Verse 以使用为 Prosody 开发的新代码,因此 Verse 将成为其派生的“纯 Lua”XMPP 库。

当然,它需要依赖于通常的 LuaSocket、LuaExpat 等,但不会像目前的情况那样涉及生成的绑定。

As a bit of a follow-up, I'm the author of both Prosody and Verse. I'm in the process of updating Verse to use the new code developed for Prosody, and as such Verse will become a "pure Lua" XMPP library descended from it.

It will of course need to depend on the usual LuaSocket, LuaExpat, etc. but no generated bindings will be involved as is currently the case.

撧情箌佬 2024-07-13 16:40:42

诗歌

Verse 是 Lua 的 Jabber/XMPP 库。 它基于 strope 库的 C 版本。

verse 的一个方便的功能是默认情况下仅实现核心协议。 协议的扩展(XEP 或定制协议)可以被“描述”,然后由任何 verse 应用程序使用。 开发人员的目的是在 verse 中包含对尽可能多的 XEP 的支持,在初始化库时,应用程序可以选择加载任意数量的 XEP。

亲切的问候

Verse.

Verse is a Jabber/XMPP library for Lua. It is based on the C version of the strophe library.

One handy feature of verse is that only the core protocol is implemented by default. Extensions to the protocol (either XEPs, or custom-made protocols) can be 'described', and then used by any verse application. It is the developer's intention to include support for as many XEPs as possible with verse, any number of which can be optionally loaded by the application when initialising the library.

Kind Regards

夜访吸血鬼 2024-07-13 16:40:42

Prosody 是一个 LUA XMPP 服务器:它可能会给您一个良好的开端。

There is Prosody which is a LUA XMPP server: it may give you a head-start.

故人如初 2024-07-13 16:40:42

是的,这里有类似的需求:我想使用 VideoLan (VLC) 软件进行 XMPP 消息传递,该软件内置了 LUA... http://jpeg.dinauz.org/blog/index.php?post/2010/01/30 /Extensions-in-VLC&pub=1#pr ...所以我期待更新的Verse作品!

Yep, similar needs here: I want to do XMPP messaging with the VideoLan (VLC) software, which has LUA built-in... http://jpeg.dinauz.org/blog/index.php?post/2010/01/30/Extensions-in-VLC&pub=1#pr ... so I look forward to the updated Verse work!

梦初启 2024-07-13 16:40:42

“纯Lua”没有网络能力。 根据定义,您发现的任何 XMPP 库都需要编译的扩展。

"Pure Lua" has no network capability. Any XMPP library you'll find will by definition require a compiled extension.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文