Notizen zu XMPP
Firewall öffnen 5222/tcp und 5269/tcp und 5280/tcp und 5281/tcp
lua-dbi-sqlite3 for debian
apt-get install prosody-0.10
https://prosody.im/doc/modules
Folgende Erweiterungen:
- XEP-0280, http://xmpp.org/extensions/xep-0280.html, http://modules.prosody.im/mod_carbons.html - Alle Nachrichten sind auf allen Clienten sichtbar.
- XEP-0352, http://modules.prosody.im/mod_csi.html – Sagt dem Server, dass der Client im Hintergrund läuft und unwichtige Statusnachrichten nicht empfangen möchte.
- XEP-0313, http://xmpp.org/extensions/xep-0313.html, http://modules.prosody.im/mod_mam.html – This module will archive all messages that match the simple rules setup by the user, and allow the user to access this archive.
- XEP-0363, http://xmpp.org/extensions/xep-0363.html, http://modules.prosody.im/mod_http_upload.html – This specification defines a protocol to request permissions from another entity to upload a file to a specific path on an HTTP server and at the same time receive a URL from which that file can later be downloaded again.
- XEP-0198, http://modules.prosody.im/mod_smacks.html – By default XMPP is as reliable as your network is. Unfortunately in some cases that is not very reliable - in some network conditions disconnects can be frequent and message loss can occur.
To overcome this, XMPP has an optional extension (XEP-0198: Stream Management) which, when supported by both the client and server, can allow a client to resume a disconnected session, and prevent message loss.
Was conversation unterstüzt: https://play.google.com/store/apps/details?id=eu.siacs.conversations
- http://prosody.im/doc/modules/mod_roster roster management
Das nähert sich schon dem Telegram…
Zuletzt geändert 2022-03-29 05:03:36 +0200 CEST durch Natenom (init, 1c39149)