XMPP: Difference between revisions

From Nasqueron Agora
(Created page with "Openfire server to provide XMPP facility. Hosted on Equatower.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Openfire server to provide XMPP facility.
Openfire server to provide XMPP facility.


Hosted on [[Equatower]].
Hosted on [[docker-002]]. See [[Operations grimoire/Openfire]].
 
== Deployment notes ==
=== Authentication ===
Openfire is configured to store only non-reversible hashes of passwords in the database. This only supports PLAIN and SCRAM-SHA-1 capable clients.
 
== DevCentral ==
* [https://devcentral.nasqueron.org/project/view/118/ Projet board]
* [https://devcentral.nasqueron.org/maniphest/task/edit/form/1/?tag=xmpp Report issue]

Latest revision as of 23:29, 7 June 2023

Openfire server to provide XMPP facility.

Hosted on docker-002. See Operations grimoire/Openfire.

Deployment notes

Authentication

Openfire is configured to store only non-reversible hashes of passwords in the database. This only supports PLAIN and SCRAM-SHA-1 capable clients.

DevCentral