All Projects → coyim → otr3

coyim / otr3

Licence: GPL-3.0 license
A Go implementation of the OTR 3 protocol, with libotr 4.1.0 feature parity

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to otr3

plugins
Officially supported Psi plugins
Stars: ✭ 52 (-23.53%)
Mutual labels:  otr
otrv4
Off-the-Record Messaging Protocol version 4. -This is a draft- This repository is a mirror of http://bugs.otr.im/otrv4/otrv4
Stars: ✭ 183 (+169.12%)
Mutual labels:  otr
otr4j
Off-The-Record messaging encryption written in pure Java
Stars: ✭ 35 (-48.53%)
Mutual labels:  otr
Xabber Android
Open-source XMPP client for Android
Stars: ✭ 1,773 (+2507.35%)
Mutual labels:  otr
End To End
End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Stars: ✭ 4,047 (+5851.47%)
Mutual labels:  otr
Chatsecure Ios
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Stars: ✭ 3,044 (+4376.47%)
Mutual labels:  otr
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+4427.94%)
Mutual labels:  otr
ocaml-otr
Off-the-record (OTR) messaging protocol, purely in OCaml
Stars: ✭ 39 (-42.65%)
Mutual labels:  otr
otrchat
😈 An end-to-end encrypted chat system based on the OTR protocol
Stars: ✭ 18 (-73.53%)
Mutual labels:  otr

OTR3

Build Status Coverage Status Go Report Card

Implements version 3 of the OTR standard. Implements feature parity with libotr 4.1.0.

API Documentation

GoDoc

Developing

Before doing any work, if you want to separate out your GOPATH from other projects, install direnv

$ brew update
$ brew install direnv
$ echo 'eval "$(direnv hook bash)"' >> ~/.bashrc

Then, create a symbolic link to the OTR3 repository

ln -s /PathToMyGoPackages/.gopkgs/otr3/src/github.com/coyim/ .

Install all dependencies:

./deps.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].