Cyclops chat is a simple XMPP muc client, it support the following features:
- MUC (user can close/create/join to conferences)
- Privates (double-click on user to start one)
- Animated smiles (JISP-compatible)
- Customizable UI
- Handles kicks, bans, nick conflicts, captchas, passwords, disconnects and etc.
- vCard-based avatars (supports caching)
- Tray, tabs and pop-ups notifications
- Nick and status changing (and displaying it on the user list)
- Localization (English and Russian)
- Bookmarks support
To download a binary distribution, please visit the GitHub releases page.
To build the project, install .NET 6 SDK, and then run the following in the shell:
$ dotnet build
Originally, the project was developed by @EgorBo and hosted on CodePlex.