Add URI for Service Discovery (XEP-0030);

Remove scheme "xmpp" from local@hostname (was xmpp:local@hostname);
Add more notes to the README document.
This commit is contained in:
Schimon Jehudah, Adv. 2024-10-08 15:59:23 +03:00
parent 0d2e55fa14
commit 16338fabb2
2 changed files with 23 additions and 10 deletions

View file

@ -10,13 +10,15 @@ browsers.
It also provides an interface to explore XMPP server conferences, pubsub and
other services.
### Reasons for creating of FASI
### Reasons for creating FASI
The main reasons for the realization of FASI are:
- Add interactive capabilities, as well as vCard information;
- Create rapport with the viewers, by displaying vCard information, such as Full
Name and Description or Note;
- Realize the beautiful simplicity of XMPP, so that more people would be
motivated to utilize, install, serve, and develop XMPP software;
- Charm our "normie" friends, so called, by displaying an attractive contact
HTML page, which they can also utilize;
- Utilize an invitation page, with XMPP capabilities, regardless to the software
@ -84,7 +86,12 @@ AGPL-3.0-only
Schimon Jehudah Zachary 2024
# Similar Projects
## Thanks
A special thank you for Mr. Georg Lukas who has exposed the HTML invitation page
to the founder of this project.
## Similar Projects
- [Easy XMPP Invitation Landing Page](https://github.com/modernxmpp/easy-xmpp-invitation) from Mr. Georg Lukas;
- [mod_invite](https://modules.prosody.im/mod_invite.html) module for Prosody.