You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we want to use OTR to fully encrypt communications between clients, we also need
transport level security, for two reasons:
To encrypt the metadata of who is communicating with who.
Because users may not always choose to, or be able to use OTR. (Although we could modify the clients to warn when users are not using OTR.)
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.
Create an Encrypted Instant Messaging Service
Initially this can be jabber/xmpp based.
The text was updated successfully, but these errors were encountered: