XMPP: Difference between revisions
From Nasqueron Agora
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Hosted on [[docker-002]]. See [[Operations grimoire/Openfire]]. | 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 == | == DevCentral == | ||
* [https://devcentral.nasqueron.org/project/view/118/ Projet board] | * [https://devcentral.nasqueron.org/project/view/118/ Projet board] | ||
* [https://devcentral.nasqueron.org/maniphest/task/edit/form/1/?tag=xmpp Report issue] | * [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.