saltyim is the Go library and reference client and broker implementation for Salty IM it contains a command-line client (cli), a terminal user interface (tui), builtin server/broker and a Mobile / Desktop App PWA (progressive web app)
https://salty.im/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
337 B
8 lines
337 B
// Package saltyim is a secure, easy, self-hosted messaging
|
|
//
|
|
// salty.im is an open specification for a new Saltpack based e2e encrypted
|
|
// messaging protocol and platform for secure communications with a focus on
|
|
// privacy, security and being self-hosted.
|
|
//
|
|
// For more information please refer to https://salty.im/
|
|
package saltyim
|
|
|