Perflyst fe947352ef Add safe area around qrcode | 4 anni fa | |
---|---|---|
lang | 4 anni fa | |
scripts | 4 anni fa | |
stylesheets | 4 anni fa | |
LICENSE | 4 anni fa | |
README.md | 4 anni fa | |
clients_Android.json | 5 anni fa | |
clients_Linux.json | 4 anni fa | |
clients_iOS.json | 5 anni fa | |
index.html | 4 anni fa |
This is an XMPP invitation landing page that client developers or XMPP server admins can host on their servers. It allows users to send XMPP invitations (contacts or chat rooms) to people who do not have an XMPP client yet. This is part of the Easy XMPP initiative to improve the "first contact" experience.
For the JID vladimir@xmpp.example, it will create the following page (live example):
Vladimir has invited you to chat
Add Vladimir to your contact list by clicking the following link:
If this link does not work, you need to install and configure an XMPP client, and visit this page again afterwards.
[snipped client list and disclaimer]
xmpp:vladimir@xmpp.example?otr=23
xmpp:
and adding the address as an URI fragment to the hosted landing page, e.g. https://www.xmpp.example/i/#vladimir@xmpp.example?otr=23
xmpp:
URI
?join
in the addressThis project was inspired by mod_invite and Conversations' contact sharing page.
This code is licensed under the MIT License.