{% if client_selection %}
XMPP Clients For {{title}}
{% if title == 'Apple' %}
{% 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 == '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 this page, if
you prefer software with text based (i.e. console) interface.
{% 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 %}