Open toddatpurism opened 8 years ago
Prosody has a plugin to allow LDAP authentication, which we will use.
While we want to use OTR to fully encrypt communications between clients, we also need transport level security, for two reasons:
The XMPP server should be limited to opening TLS encrypted connections with other XMPP servers and with clients, and never un-encrypted connections. It should do proper checking of server certificates. XMPP servers sometimes are configured to not bother with that.
To configure the XMPP client, we need https://github.com/purism/purist/issues/14
Create an Encrypted Instant Messaging Service
Initially this can be jabber/xmpp based.