理解术语“扩展” 、“组件”和“插件”在 xmpp 中?

发布于 2024-08-09 08:28:17 字数 36 浏览 5 评论 0原文

谁能解释一下xmpp中不同的“扩展”,“组件”和“插件”?

can anyone explain the different "extension" ,"component" and "plugin" in xmpp?

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

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

发布评论

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

评论(2

无悔心 2024-08-16 08:28:17

我想在已接受的答案中添加一些细节。

  • 扩展:全称是XMPP扩展提案——简称​​XEP,基于XMPP构建的新功能。 XEP 由 XMPP 标准体定义,可在此处获取。它们是文件。

然后可以通过两种可能的方式来实现该扩展。

  • 插件:直接为XMPP服务器编写,在ejabberd中称为模块,在中称为插件开火。它们在 XMPP 实现之间不可移植,通常用服务器的实现语言(erlang 或 java)编写

  • 组件 :实现协议的新功能,通过网络连接到服务器使用Jabber 组件协议。这意味着它可以在服务器之间移植。通常用于传输到其他协议,但一些 PubSub 和 MUC 实现可作为组件使用。

组件协议 XEP-114 相当粗糙且有限,据说要重写有一天。它实际上是一个 backspec,由原始的 jabberd 实现编写而成。

I'd like to add a few details to the accepted answer.

  • extension : full name is XMPP Extension Proposal — XEP for short, new features built upon XMPP. XEPs are defined by the XMPP standard body, and available here. They are documents.

This extension may then be implemented in two possible ways.

  • plugin: written directly for the XMPP server, called module in ejabberd and plugin in openfire. They are not portable between XMPP implementations, and are usually written in the implementation language of the server (erlang or java)

  • component : implements new features of the protocol, connected through the network to the server using the Jabber Component Protocol. It means that it is portable between servers. Usually used for transports to other protocols, but some PubSub and MUC implementations are available as components.

The component protocol, XEP-114, is quite rough and limited and is said to be rewritten someday. It is actually a backspec, written from the original jabberd implementation.

苦行僧 2024-08-16 08:28:17

协议扩展、用于实现部分协议组件以及插件 em> 一个软件到协议的实现...至少这是我上次为 ejabberd 编写插件时的理解。

An extension to the protocol, a component for implementing part of the protocol and a plugin piece of software to an implementation of the protocol... at least that's my understanding the last time I put together a plugin to ejabberd.

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