Flow
Flow

Reputation: 24083

Which Java OTR library should I choose?

I want to add OTR (Off the record) Messaging into my (XMPP) chat application, which is written in java. A quick google search showed at least two possible libraries:

Short question: Which one should I choose?

Long question: The library should of course provide a decent level of interoperability, so that the OTR messaging works with the various XMPP client that are out there. Also some pros/cons of the library you suggest would be nice. Basically everything that could be interesting for me. :)

Upvotes: 3

Views: 2074

Answers (1)

Flow
Flow

Reputation: 24083

Besides the original from cypherpunks which seemed to be the way to go a few years ago, there is also a maintained version at https://github.com/otr4j/otr4j (See Hans-Christoph Steiner's comment).

Upvotes: 2

Related Questions