otr4
Version:
OTR Messaging Protocol [native libotr4.x.x]
45 lines (26 loc) • 1.15 kB
Markdown
This module exposes a simple evented API which wraps the native libotr installed.
Supports only versions **v4.0.0** and above of the library.
Tested on Debian/Ubuntu and Mac OS X
npm install -g node-gyp
apt-get install make awk g++ nodejs-dev libotr5 libotr5-dev
brew install libotr
npm install otr4
If the install fails because compiling failed, check that you have all the pre-requisists installed.
After resolving the problem you must reinstall the module:
npm install otr4 --force
[](http://www.mokhtar.net/projects/otr4/docs/)
[](https://github.com/mnaamani/node-otr4/blob/master/doc/tutorial.md)
GPLv2
The Excellent OTR Messaging software:
http://www.cypherpunks.ca/otr/
Great guide for writing C++ node.js extensions:
http://kkaefer.github.com/node-cpp-modules/
Very useful set of tools when working with v8/Node:
http://code.google.com/p/v8-juice/wiki/V8Convert