An instant messaging client with a terminal-based user interface.
https://mellium.im/communique/
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.
|
4 weeks ago | |
---|---|---|
.woodpecker | 4 weeks ago | |
docs | 12 months ago | |
internal | 1 month ago | |
.gitignore | 1 year ago | |
LICENSE | 4 years ago | |
Makefile | 12 months ago | |
README.md | 1 month ago | |
cmd.go | 1 month ago | |
communiqué.toml.example | 11 months ago | |
config.go | 11 months ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
handler.go | 1 month ago | |
history.go | 1 month ago | |
main.go | 1 month ago | |
schema.sql | 6 months ago |
README.md
Communiqué
An instant messaging client written in Go for services that support the XMPP protocol and the public Jabber network.
Building
To build Communiqué you will need a supported Go version (see the go.mod
file).
If an appropriate version of Go is already installed, try running make
.
If you'd like to contribute to the project, see CONTRIBUTING.md.
License
The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file "LICENSE".
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.