New Secure IM Client from NTT Due this Year
An anonymous reader writes "NTT in Japan has developed a new TLS-based
secure instant messaging system that it says will comply with corporate compliance regulations, such as the post-Enron Sarbanes-Oxley Act. There's a PC version, as well as a Java one for i-Mode cell phones."
OTR doesn't use TLS, but it does a great job encrypting conversations. Much better approach than SecureIM by Trillian or gaim-encryption.
Whether email or IM, writing anything controversial is a really bad idea. Say it face to face or on the phone instead.
Of course the question arises of what to do when you receive a verbal order to do something against company policy. You could comply, and take a small chance of later reprecussions, or else refuse or demand the order in writing, and face smaller but almost guaranteed reprecussions over time.
The XMPP RFC describes the useage of SASL and TLS:
http://www.ietf.org/rfc/rfc3920.txt
TLS can be used on client-sever connections and on sever-server connections.
JEP 27 describes the useage of OpenPGP for encryption:
http://www.jabber.org/jeps/jep-0027.html
RFC 3923 describes S/MIME useage:
http://www.ietf.org/rfc/rfc3923.txt
JEP 116 describes Encrypted Sessions, which seems to be somewhat reminiscent of SSH:
http://www.jabber.org/jeps/jep-0116.html
I don't know that anyone implements this yet.
BTW Can someone tell me whether the connection between the two people chatting with Jabber is P2P or whether it is routed via the server?
Normal chatting at least is all client-server. File transfer can be p2p (normal case) or client-server, while Jingle Audio is p2p.
Climate Progress - Hell and High Water
You can do whiteboarding over Jabber using Coccinella.
jabberd2 can use your LDAP for authentication, data storage and maybe as a directory. I don't know about a web-based UI.