Programming/Extending XMPP Servers

From XMPP WIKI
Revision as of 01:01, 17 December 2020 by Neustradamus (talk | contribs) (Neustradamus moved page Programming/Extending Jabber Servers to Programming/Extending XMPP Servers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extending Servers is most of the time done through writing up components. In some cases this is simply not enough, i.e. for creating online indicators or message centers like the ICQ message center.

Components

In general you can distinguish between three types of components.

  • External components that connect TO THE SERVER through TCP
  • External components that THE SERVER CONNECTS TO through TCP
  • Components that are native plugins for the server

In general the first sort of components are in very high use. See (XEP-0114: Jabber Component Protocol).