XEP

From XMPP WIKI
Jump to navigation Jump to search

XMPP Extension Protocol (XEP) is a component within the XMPP designed to expand upon the functionalities defined in XMPP's core RFCs. They serve as standardized extensions that enable XMPP clients and servers to support a wide range of additional features and capabilities.

Examples

  1. XEP-0045 (Multi-User Chat): Defines protocols for XMPP clients to participate in group chats, managing aspects like joining, leaving, and moderation of chat rooms.
  2. XEP-0060 (Publish-Subscribe): real-time data distribution by enabling XMPP entities to publish information and subscribe to updates.
  3. XEP-0166 (Jingle): voice calls and video conferences.
  4. XEP-0234 (Jingle File Transfer): transferring files directly between XMPP
users using the Jingle protocol.