Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Browsing tree for branch master, showing 2 entries

TypeFileLast CommitAuthorCommit Date (UTC)Size
txt README.md docs: Split README/wiki into docs/ folder selfhoster1312 13:03, Sep 7 2025 771 B
txt settings.md xmpp: Add NoPLAIN setting selfhoster1312 11:16, Dec 12 2025 3.32 KiB
README.md

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"