jitsi / otr4j

Off-The-Record messaging encryption written in pure Java
Apache License 2.0
30 stars 77 forks source link

using OTR4j with SMACK #1

Closed ronnycsharp closed 9 years ago

ronnycsharp commented 9 years ago

Hello, I want to develop an android client for xmpp-communication. At the Moment I am using the Smack-Library. But I also want the OTR-Encryption. Do you know if OTR4j works with the Smack-Library?

I hope anyone could help.

Regards Ronny

a-iv commented 9 years ago

@ronnycsharp, https://github.com/redsolution/xabber-android uses modified version of Smack. Also it uses this version of OTR4J.

ronnycsharp commented 9 years ago

Great! Thank you! It looks nice.