Services/XMPP: Difference between revisions

From DcUsers
No edit summary
No edit summary
Line 27: Line 27:


MUC (multi-user chat) is available.
MUC (multi-user chat) is available.

== Technical Details ==

This service is made using:
* [https://prosody.im/ Prosody]

Revision as of 10:01, 8 April 2020

Service 'XMPP'
Description A node on the Jabber network, based on XMPP, the open standard for instant messaging.
Prerequisite None
Account Global (registration required) IPv6 Ready Yes
Security Notes

Access

To connect you need and XMPP client, like for example:

You should only need to specify the domain in your preferred software: milkypond.org

If you software does not discover all the settings with the domain, then you can enter then manually:

  • TCP port for client connections: 5222
  • Host: jabber.milkypond.org

The daemon listens on other TCP ports:

  • 5269 (server to server connections)
  • 5280 (BOSH http)
  • 5281 (BOSH https)

Features

MUC (multi-user chat) is available.

Technical Details

This service is made using: