Matthew Wild a46ef2caa3 config.js.dist: Add logo example | hai 4 meses | |
---|---|---|
assets | hai 4 meses | |
lang | hai 10 meses | |
scripts | hai 4 meses | |
stylesheets | hai 4 meses | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | hai 10 meses | |
clients.json | hai 4 meses | |
config.js.dist | hai 4 meses | |
index.html | hai 10 meses |
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 romeo@montague.lit, it will create the following page (live example):
Romeo has invited you to chat
Add Romeo 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]
The project's official hosted landing page is at xmpp.link.
xmpp:romeo@montague.lit?otr=23
xmpp:
and adding the address as a URI fragment to the hosted landing page, e.g., https://www.xmpp.example/i/#romeo@montague.lit?otr=23
xmpp:
URI
?join
in the addressThe following steps are needed to get started:
config.js.dist
in the same directory, rename it to config.js
and adjust it to your needsindex.html
in your web browser#
and the JID you want to create the invitation for to the URLThis project was inspired by mod_invite and Conversations' contact sharing page.
This code is licensed under the MIT License.