-1

Since the demise of GTalk a few weeks ago, we've found that MIM (http://www.miranda-im.org/, http://www.miranda-ng.org/en/) seems to be the lightest instant messaging client out there. It connects to multiple chat services (MSN, Skype, Yahoo) Our main concerns was security. Does it inherit protocols from it's connecting services, and are there any stages where texts sent aren't encrypted?

user3645994
  • 409
  • 6
  • 13
  • I'm voting to close this question as off-topic because this is not a programming question. [security.se] or [su] are better suited for this type of question. – Artjom B. Mar 09 '15 at 19:38

1 Answers1

0

Yes, it inherits the protocols from the services, otherwise it could not speak with them. It of course also has to use the servers of that service, which is always (for all stated protocols) able to read the messages. Depending on the inner construction of the service, the messages may go over the wire unencrypted at some point.

If you want security, you should look for a client with OTR support and possibly an open chat protocol (XMPP) and run your own servers.

Jonas Schäfer
  • 20,140
  • 5
  • 55
  • 69