{% if client_selection %}
XMPP Clients For {{title}}
{% if title == 'Apple' %}
{% endif %}
{% if title == 'Android' %}
We advise installing an XMPP client with the
F-Droid repository, to
ensure that you are always using the most updated and secure
version of your XMPP chat client of choice, with the latest
and best that XMPP has to offer.
(recommended)
We further suggest using an updated Android system. If your
smartphone manufacturer has ceased to provide updates,
please visit DivestOS
Mobile or
CustomRomBay to find an updated version for your device.
(optional)
{% endif %}
{% if title == 'Haiku' %}
Most of the software that are listed here should be available
for you to install directly from desktop with HaikuDepot.
{% endif %}
{% if title == 'Linux' %}
The listed XMPP clients, herein, are also usable with the
Linux systems that are designed for mobile devices, e.g.
Droidian,
Mobian and
postmarketOS.
Please refer to the section XMPP
Clients For POSIX, if you prefer software with text
based (i.e. console) interface.
{% endif %}
{% if title == 'Windows' %}
The listed XMPP clients, herein, are compatible with the
ReactOS operating system.
{% endif %}
{% for client in client_selection %}
-
{{client['name']}}
-
{{client['about']}}
{% if 'adhoc' in client['features'] %}
๐ช๏ธ Ad-Hoc Commands
{% endif %}
{% if 'desktop' in client['features'] %}
๐ฅ๏ธ Desktop
{% endif %}
{% if 'mobile' in client['features'] %}
๐ฑ Mobile
{% endif %}
{% if 'omemo' in client['features'] %}
๐ OMEMO
{% endif %}
{% if 'openpgp' in client['features'] %}
๐๏ธ OpenPGP
{% endif %}
{% if 'otr' in client['features'] %}
๐๏ธ OTR
{% endif %}
{% if 'pubsub' in client['features'] %}
๐ก๏ธ PubSub
{% endif %}
{% endfor %}
-
About XMPP
-
XMPP is the decentralized, free, open, and private messaging
and publishing protocol that drives the world's top-tier and
largest open IM network which allows for end-to-end
encrypted messaging, group chats, voice calls, video
conferences and more. Join to the community! (est. 1999)
{% endif %}