2015-10-11 04:33:07 +00:00
|
|
|
# GoRicochet
|
|
|
|
|
|
|
|
GoRicochet is an implementation of the [Ricochet Protocol](https://ricochet.im)
|
|
|
|
in Go.
|
|
|
|
|
|
|
|
**NOTE:** This project is in the very early stages and is in no way meant to be
|
|
|
|
a replacement for the core Ricochet implementation. This version exists for
|
|
|
|
the purpose of writing testing tools for Ricochet in Go.
|
|
|
|
|
|
|
|
## Current Features
|
|
|
|
|
|
|
|
* Connect to a Local Ricochet Client
|
|
|
|
* Issue an Authentication Request
|
|
|
|
* Issue a Contact Request
|
2015-10-12 23:06:39 +00:00
|
|
|
* Open a new Channel
|
|
|
|
* Send a Chat Message
|
2015-10-11 04:33:07 +00:00
|
|
|
|
|
|
|
If you have questions or want to contribute please contact Sarah @
|
|
|
|
`ricochet:qn6uo4cmsrfv4kzq`
|