2

I'm trying to create a chat application using Titanium appcelerator for iOS. For that i have implemented OTR.JS in my node js application. That works fine, But now i want to implement OTR.JS in Titanium Appcelator.

I searching modules in Titanium Appcelator to implement OTR for my application. But I can't found any solution for this.

So can anyone clarify me, To use OTR.JS in my Titanium Appcelator Application. If there is any example, please suggest me.

Mohanraj S K
  • 657
  • 4
  • 16

1 Answers1

0

The only Titanium module implementing OTR supports only Android platform: https://github.com/mnaamani/titanium_otr

However you can try using plain JavaScript implementation like this one: https://github.com/arlolra/otr

daniula
  • 6,898
  • 4
  • 32
  • 49