Warning, /network/kaidan/README.md is written in an unsupported language. File is not indexed.

0001 # Kaidan - A user-friendly XMPP client for every device!
0002 
0003 [![Kaidan MUC](https://search.jabbercat.org/api/1.0/badge?address=kaidan@muc.kaidan.im)](https://i.kaidan.im)
0004 [![license](https://img.shields.io/badge/License-GPLv3%2B%20%2F%20CC%20BY--SA%204.0-blue.svg)](https://raw.githubusercontent.com/kaidanim/kaidan/master/LICENSE)
0005 [![Donations](https://img.shields.io/liberapay/patrons/kaidan.svg?logo=liberapay)](https://liberapay.com/kaidan)
0006 
0007 [![Flatpak build status](https://binary-factory.kde.org/buildStatus/icon?subject=Flatpak&job=Kaidan_x86_64_flatpak)](https://binary-factory.kde.org/job/Kaidan_x86_64_flatpak/)
0008 [![Android build status](https://binary-factory.kde.org/buildStatus/icon?subject=Android&job=Kaidan_Nightly_android-arm64)](https://binary-factory.kde.org/job/Kaidan_Nightly_android-arm64/)
0009 [![Windows build status](https://binary-factory.kde.org/buildStatus/icon?subject=Windows&job=Kaidan_Nightly_win64)](https://binary-factory.kde.org/job/Kaidan_Nightly_win64/)
0010 [![macOS build status](https://binary-factory.kde.org/buildStatus/icon?subject=macOS&job=Kaidan_Nightly_macos)](https://binary-factory.kde.org/job/Kaidan_Nightly_macos/)
0011 
0012 ![Kaidan screenshot](https://www.kaidan.im/images/screenshot.png)
0013 
0014 <a href="https://repology.org/project/kaidan/versions">
0015     <img src="https://repology.org/badge/vertical-allrepos/kaidan.svg" alt="Packaging status" align="right">
0016 </a>
0017 
0018 ## About
0019 
0020 [Kaidan][kaidan-website] is a simple, user-friendly and modern chat client. It
0021 uses the open communication protocol [XMPP (Jabber)][xmpp]. The user interface
0022 makes use of [Kirigami][kirigami-website] and [QtQuick][qtquick], while the
0023 back-end of Kaidan is entirely written in C++ using [Qt][qt] and the Qt-based
0024 XMPP library [QXmpp][qxmpp].
0025 
0026 Kaidan runs on mobile and desktop systems including Linux, Windows, macOS,
0027 Android, Plasma Mobile and Ubuntu Touch.
0028 Unfortunately, we are not able to provide builds for all platforms at the moment
0029 due to little developer resources.
0030 
0031 Kaidan does *not* have all basic features yet and has still some stability
0032 issues. Do not expect it to be as good as the currently dominating instant
0033 messaging clients.
0034 
0035 If you are interested in the technical features, you can have a
0036 look at Kaidan's [overview page][overview] including XEPs and RFCs.
0037 
0038 ## Using and Building Kaidan
0039 
0040 Downloadable builds are available on [Kaidan's download page][downloads].
0041 Instructions for using ready-made (nightly / stable) builds and for building
0042 Kaidan yourself can be found in our [Wiki][wiki].
0043 
0044 ## Dependencies
0045 
0046 Here are the general dependencies of Kaidan:
0047  * [Qt][qt-build-sources] (Core Concurrent Qml Quick Svg Sql QuickControls2 Xml Multimedia Positioning Location) (>= 5.15.0)
0048  * [QXmpp][qxmpp] (with OMEMO) (>= 1.5.0)
0049  * [Kirigami 2][kirigami-repo] (>= 5.67.0)
0050  * [Kirigami Addons][kirigami-addons]
0051  * [KQuickImageEditor][kquickimageeditor] (>= 0.2.0)
0052  * [ECM (extra-cmake-modules)][ecm]
0053  * [ZXing-cpp][zxing-cpp] (>= 1.0.8)
0054  * [KNotifications][knotifications] (`-DUSE_KNOTIFICATIONS=OFF` to disable)
0055 
0056 ## Contributing
0057 
0058 If you are interested in contributing to Kaidan, please have a look at our
0059 [contribution guidelines][contributing]. If you want to improve Kaidan's
0060 website, feel free to visit its [project site][kaidan-website-repo].
0061 
0062 ## Security Contact
0063 
0064 If you have found a security issue in Kaidan or related projects, you can find
0065 information on how to proceed in our [security.txt][securitytxt] or at the
0066 [KDE Security website][kdesecurity].
0067 
0068 [contributing]: CONTRIBUTING.md
0069 [downloads]: https://www.kaidan.im/download/
0070 [ecm]: https://api.kde.org/ecm/manual/ecm.7.html
0071 [kaidan-website]: https://kaidan.im
0072 [kaidan-website-repo]: https://invent.kde.org/websites/kaidan-im
0073 [kirigami-addons]: https://invent.kde.org/libraries/kirigami-addons
0074 [kirigami-repo]: https://invent.kde.org/frameworks/kirigami
0075 [kirigami-website]: https://kde.org/products/kirigami/
0076 [knotifications]: https://api.kde.org/frameworks/knotifications/html/index.html
0077 [kquickimageeditor]: https://invent.kde.org/libraries/kquickimageeditor
0078 [qt]: https://www.qt.io/
0079 [qt-build-sources]: https://doc.qt.io/qt-5/build-sources.html
0080 [qtquick]: https://wiki.qt.io/Qt_Quick
0081 [qxmpp]: https://github.com/qxmpp-project/qxmpp
0082 [wiki]: https://invent.kde.org/network/kaidan/-/wikis/home
0083 [overview]: https://xmpp.org/software/clients/kaidan/
0084 [xmpp]: https://xmpp.org
0085 [zxing-cpp]: https://github.com/nu-book/zxing-cpp
0086 [securitytxt]: https://www.kaidan.im/.well-known/security.txt
0087 [kdesecurity]: https://kde.org/info/security/