This package browser is in early development. Mind the rough edges.

kaidan

Qt-based XMPP/Jabber Client

Kaidan is a chat client. It uses the open communication protocol XMPP (Jabber). The user interface makes use of Kirigami and QtQuick, while the back-end of Kaidan is entirely written in C++ using Qt and the Qt-based XMPP library QXmpp.

Installation

Install the latest version of kaidan as follows:

guix install kaidan

Or install a particular version:

guix install kaidan@0.9.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of kaidan about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/kaidan'><img src='https://packages.guix.gnu.org/packages/kaidan/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kaidan/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kaidan)

Example Org:

[[https://packages.guix.gnu.org/packages/kaidan][https://packages.guix.gnu.org/packages/kaidan/badges/latest-version.svg]]