CyclopsChat icon indicating copy to clipboard operation
CyclopsChat copied to clipboard

WPF-based XMPP chat application.

CyclopsChat (WPF XMPP client)

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

Download

To download a binary distribution, please visit the GitHub releases page.

Screenshots

Main Window Screenshot

Login Window Screenshot

Build

To build the project, install .NET 6 SDK, and then run the following in the shell:

$ dotnet build

Documentation

  • Changelog
  • Contributor Guide
  • Maintainership
  • License (MIT)
  • Third-party software

Acknowledgements

Originally, the project was developed by @EgorBo and hosted on CodePlex.