Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mellium/communique-tui
- Owner: mellium
- License: bsd-2-clause
- Created: 2018-08-11T14:39:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T03:12:25.000Z (about 1 year ago)
- Last Synced: 2024-06-19T19:48:19.697Z (7 months ago)
- Topics: chat, instant-messaging, instant-messaging-client, jabber, xmpp, xmpp-client
- Language: Go
- Homepage:
- Size: 317 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: history.go
- Contributing: docs/CONTRIBUTING.md
- Funding: docs/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
- Support: docs/SUPPORT.md
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