An instant messaging client with a terminal-based user interface.
https://mellium.im/communique/
ci/woodpecker/pr/dco Pipeline was successful
Details
ci/woodpecker/pr/test Pipeline was successful
Details
ci/woodpecker/pr/validate Pipeline was successful
Details
ci/woodpecker/push/dco Pipeline was successful
Details
ci/woodpecker/push/test Pipeline was successful
Details
ci/woodpecker/push/validate Pipeline was successful
Details
I'm not sure why, but it looks like I bumped this in
|
||
---|---|---|
.woodpecker | ||
docs | ||
internal | ||
locales | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
catalog.go | ||
cmd.go | ||
communiqué.toml.example | ||
config.go | ||
go.mod | ||
go.sum | ||
handler.go | ||
history.go | ||
main.go | ||
schema.sql | ||
tools.go |
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.