Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (29 loc) · 998 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 998 Bytes

ffi-otr

Description

Ruby FFI bindings for the Off-The-Record (OTR) Messaging Library.

Examples

Minimal example of two users talking to each other:

{include:file:samples/minimal.rb}

A simple jabber echo bot:

{include:file:samples/echo_test.rb}

See {FFI::OTR::UserState} and {FFI::OTR::Callbacks} for details.

Requirements

Install

$ gem install ffi-otr

TODO

  • SMP authentication

License

See {file:LICENSE.txt} for license information.

Contributors