{% if client_selection %}
XMPP Clients For {{title}}
{% if title == 'Apple' %}
Please refer to this page, if
you are using the Haiku operating system.
{% endif %}
{% if title == 'DivestOS' %}
Due to constant attempts by smartphone manufacturers to
sabotage the functionalities of Android-based XMPP chat
clients; you are advised to install a secure Android ROM such
as DivestOS Mobile to
guarantee a flawless and secure communication experience.
Due to recent incidents of censoring of XMPP clients from the
Android store, including of an outrageous banning of the app
blabber.im for grotesque and
preposterous alligations, you are further advised to obtain
your XMPP client from the open source store
F-Droid.
{% endif %}
{% if title == 'Linux' %}
The listed XMPP clients, herein, are also usable with the
Linux systems Droidian,
Mobian and
postmarketOS, which are
designed for mobile devices.
{% endif %}
{% for client in client_selection %}
-
{{client['name']}}
-
{{client['about']}}
{% 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, and which allows for end-to-end
encrypted messaging, voice calls, video calls, groups and
more. Join to the community! (est. 1999)
{% endif %}