An instant messaging client with a terminal-based user interface. https://mellium.im/communique/
Go to file
Sam Whited c0234bc503
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
all: change Go version back to 1.19
I'm not sure why, but it looks like I bumped this in
e27f19e22f which was likely a mistake.
Go 1.19 is the latest released version, and it's what we're using in CI
so we should use that for now until we get on our standard
2-supported-versions policy.

Signed-off-by: Sam Whited <sam@samwhited.com>
2023-01-13 13:36:29 -05:00
.woodpecker all: bump deps and require Go 1.19 2022-08-25 09:09:22 -04:00
docs docs: update funding to point to org profile 2021-08-23 20:25:28 -04:00
internal all: add basic i18n support 2023-01-13 13:23:24 -05:00
locales all: add basic i18n support 2023-01-13 13:23:24 -05:00
.gitignore all: support sending/storing stanza IDs 2021-07-30 08:32:21 -04:00
LICENSE communiqué: make LICENSE match copyright headers 2018-08-22 18:01:57 -05:00
Makefile all: add basic i18n support 2023-01-13 13:23:24 -05:00
README.md all: update repo links in readme 2022-07-10 09:21:03 -04:00
catalog.go all: add basic i18n support 2023-01-13 13:23:24 -05:00
cmd.go all: add basic i18n support 2023-01-13 13:23:24 -05:00
communiqué.toml.example communique: add easier multi-process support 2021-09-01 23:55:20 -04:00
config.go all: add basic MUC support 2021-09-07 06:55:09 -04:00
go.mod all: change Go version back to 1.19 2023-01-13 13:36:29 -05:00
go.sum all: bump dependencies 2023-01-12 13:58:14 -05:00
handler.go all: add basic i18n support 2023-01-13 13:23:24 -05:00
history.go all: add basic i18n support 2023-01-13 13:23:24 -05:00
main.go communique: handle likely impossible error 2023-01-13 13:29:15 -05:00
schema.sql all: add support for entity caps/service discovery 2022-02-23 14:53:38 -05:00
tools.go all: add basic i18n support 2023-01-13 13:23:24 -05:00

README.md

Communiqué

Issue Tracker Chat License CI

Screenshot

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.