Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/cyclopschat
WPF-based XMPP chat application.
https://github.com/fornever/cyclopschat
dotnet gui xmpp-client
Last synced: 12 days ago
JSON representation
WPF-based XMPP chat application.
- Host: GitHub
- URL: https://github.com/fornever/cyclopschat
- Owner: ForNeVeR
- License: mit
- Created: 2016-02-19T13:16:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:38:02.000Z (16 days ago)
- Last Synced: 2024-10-30T04:14:21.158Z (14 days ago)
- Topics: dotnet, gui, xmpp-client
- Language: C#
- Homepage:
- Size: 4.82 MB
- Stars: 21
- Watchers: 6
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
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 supportDownload
--------To download a binary distribution, please visit the [GitHub releases page][releases].
Screenshots
-----------![Main Window Screenshot](Docs/screenshot-1.png)
![Login Window Screenshot](Docs/screenshot-2.png)
Build
-----To build the project, install [.NET 6 SDK][dotnet-sdk], and then run the following in the shell:
```console
$ dotnet build
```Documentation
-------------- [Changelog][docs.changelog]
- [Contributor Guide][docs.contributing]
- [Maintainership][docs.maintainership]
- [License (MIT)][docs.license]
- [Third-party software ][docs.third-party]# Acknowledgements
Originally, the project was developed by [@EgorBo][egorbo] and hosted on [CodePlex][codeplex].
[codeplex]: https://cyclopschat.codeplex.com/
[docs.changelog]: ./CHANGELOG.md
[docs.contributing]: CONTRIBUTING.md
[docs.license]: ./LICENSE.md
[docs.maintainership]: ./MAINTAINERSHIP.md
[docs.third-party]: ./THIRD-PARTY-SOFTWARE.md
[dotnet-sdk]: https://dotnet.microsoft.com/download
[egorbo]: https://github.com/EgorBo
[releases]: https://github.com/ForNeVeR/CyclopsChat/releases