Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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"