Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mellium/communique-tui

An instant messaging client with a terminal-based user interface.
https://github.com/mellium/communique-tui

chat instant-messaging instant-messaging-client jabber xmpp xmpp-client

Last synced: 3 months ago
JSON representation

An instant messaging client with a terminal-based user interface.

Awesome Lists containing this project

README

        

# Communiqué

[![Issue Tracker][badge]](https://mellium.im/issue/)
[![Chat](https://img.shields.io/badge/[email protected])](https://mellium.chat)
[![License](https://img.shields.io/badge/license-FreeBSD-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![CI](https://ci.codeberg.org/api/badges/mellium/communique-tui/status.svg)](https://ci.codeberg.org/mellium/communique-tui)

![Screenshot](https://mellium.im/screenshot.png)

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.

[XMPP protocol]: https://xmpp.org
[CONTRIBUTING.md]: https://mellium.im/docs/CONTRIBUTING
[badge]: https://img.shields.io/badge/style-mellium%2fxmpp-green.svg?longCache=true&style=popout-square&label=issues
[Go]: https://golang.org/
[LICENSE]: https://codeberg.org/mellium/xmpp/src/branch/main/LICENSE