Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 771 Bytes

File metadata and controls

31 lines (24 loc) · 771 Bytes

XMPP

  • Status: Working
  • Maintainers: @poVoq, @selfhoster1312
  • Features:
    • attachments: incoming/outgoing

Note

XMPP (the protocol) is also known as Jabber (the open federation). These two terms are used interchangeably. To learn more about Jabber/XMPP, see joinjabber.org.

Warning

Create a dedicated user first. It will not relay messages from yourself if you use your account

Configuration

Tip

For detailed information about xmpp settings, see settings.md

Basic configuration example:

[xmpp.myxmpp]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
Server="jabber.example.com:5222"
Jid="user@example.com"
Password="yourpass"
Muc="conference.jabber.example.com"
Nick="xmppbot"