mod_invites: Mention implemented XEPs in the documentation

This commit is contained in:
Badlop
2026-01-20 11:57:55 +01:00
parent 5de8d8619f
commit 5f0a26cf08
+7
View File
@@ -99,6 +99,13 @@ mod_doc() ->
[?T("Allow User Invitation and Account Creation to create out-of-band "
"links to onboard others onto the XMPP network and establish "
"a mutual subscription."),
?T("This implements "
"https://xmpp.org/extensions/xep-0379.html"
"[XEP-0379: Pre-Authenticated Roster Subscription], "
"https://xmpp.org/extensions/xep-0401.html"
"[XEP-0401: Ad-hoc Account Invitation Generation], and "
"https://xmpp.org/extensions/xep-0445.html"
"[XEP-0445: Pre-Authenticated In-Band Registration]."),
"",
?T("These invitations are created as XMPP URIs either via ad-hoc "
"commands or via API commands (like _`generate_invite`_ API and "