|
4 | 4 |
|
5 | 5 | ---
|
6 | 6 |
|
| 7 | +def:bosh |
| 8 | +: [Bidirectional-streams Over Synchronous HTTP](https://xmpp.org/about/technology-overview/#bosh): an extension for [XMPP](def:XMPP) defined in [XEP-0124](https://xmpp.org/extensions/xep-0124.html) that allows long lived connections for XMPP over HTTP. |
| 9 | + See [mod_bosh](admin/configuration/modules.md#mod_bosh). |
| 10 | + |
7 | 11 | def:command
|
8 | 12 | : May refer to:
|
9 | 13 |
|
10 | 14 | - [](def:ad-hoc command)
|
11 | 15 | - [](def:API command)
|
12 | 16 | - shell command
|
13 | 17 |
|
| 18 | +def:eBE |
| 19 | +: ejabberd Business Edition. |
| 20 | + See [Options to use ejabberd](get-started/index.md#options-to-use-ejabberd) |
| 21 | + |
| 22 | +def:eCS |
| 23 | +: ejabberd Community Server, see [Options to use ejabberd](get-started/index.md#options-to-use-ejabberd) |
| 24 | + |
| 25 | +def:erlang |
| 26 | +: [Erlang](https://www.erlang.org/) is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. |
| 27 | + |
| 28 | +def:iq |
| 29 | +: [Stanza](def:Stanza) that provides a structured request-response mechanism. |
| 30 | + |
| 31 | +def:jid |
| 32 | +: [Jabber ID](https://xmpp.org/rfcs/rfc6122.html) is a unique identifier for an entity in the XMPP network (like a server, a service, an account, a chat room, ...). It consists of three parts: a local part, a domain part, and an optional resource part, formatted as `localpart@domain/resource`. |
| 33 | + |
| 34 | +def:mnesia |
| 35 | +: [Mnesia](https://www.erlang.org/doc/apps/mnesia/mnesia_chap1.html) is a distributed database specifically designed for industrial-grade telecommunications applications written in Erlang. It is used by default in ejabberd as it requires no initial configuration. However, for large volumes of data, it is recommended to [setup a SQL database](admin/configuration/database.md). |
| 36 | + |
| 37 | +def:muc |
| 38 | +: [Multi-User Chat](https://xmpp.org/about/technology-overview/#muc), an extension for [XMPP](def:XMPP) defined in [XEP-0045](https://xmpp.org/extensions/xep-0045.html) for multi-party information exchange whereby multiple users can exchange messages in the context of a chat room. |
| 39 | + See [mod_muc](admin/configuration/modules.md#mod_muc). |
| 40 | + |
14 | 41 | def:node
|
15 | 42 | : May refer to:
|
16 | 43 |
|
17 | 44 | - disco node, see [mod_disco](admin/configuration/modules.md#mod_disco)
|
18 | 45 | - [](def:erlang node)
|
19 | 46 | - pubsub node, see [mod_pubsub](admin/configuration/modules.md#mod_pubsub)
|
| 47 | + |
| 48 | +def:omemo |
| 49 | +: OMEMO is an extension for [XMPP](def:XMPP) defined in [XEP-0384](https://xmpp.org/extensions/xep-0384.html) that allows end-to-end encryption between clients. |
| 50 | + |
| 51 | +def:otp |
| 52 | +: [Open Telecom Platform](https://www.erlang.org/) is a set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools. |
| 53 | + |
| 54 | +def:presence |
| 55 | +: [Stanza](def:Stanza) that provides information about network availability of an account (online, away, offline, ...). |
| 56 | + |
| 57 | +def:pubsub |
| 58 | +: [Publish-Subscribe](https://xmpp.org/about/technology-overview/#pubsub), an extension for [XMPP](def:XMPP) defined in [XEP-0060](https://xmpp.org/extensions/xep-0060.html) for for generic publish-subscribe functionality. |
| 59 | + See [mod_pubsub](admin/configuration/modules.md#mod_pubsub). |
| 60 | + |
| 61 | +def:roster |
| 62 | +: A list of contacts of an account, which is stored on the server, used to manage [presence](def:presence). |
| 63 | + |
| 64 | +def:stanza |
| 65 | +: [XMPP](def:XMPP) packet of type `message`, `presence` or [IQ](def:IQ). |
| 66 | + |
| 67 | +def:vCard |
| 68 | +: Virtual Card, an extension for [XMPP](def:XMPP) defined in [XEP-0054](https://xmpp.org/extensions/xep-0054.html) that allows to publish contact information like name, email, phone number, address, etc. |
| 69 | + See [mod_vcard](admin/configuration/modules.md#mod_vcard). |
| 70 | + |
| 71 | +def:vhost |
| 72 | +: Virtual Host, a domain name served by ejabberd that corresponds to a [XMPP Domain](admin/configuration/basic.md#xmpp-domains). |
| 73 | + |
| 74 | +def:xmpp |
| 75 | +: [Extensible Messaging and Presence Protocol](https://xmpp.org/about/technology-overview/): an open protocol based in XML for real-time communications. |
0 commit comments