From 5f0a26cf08bff894e4de8da5240f97a04a5b642b Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Jan 2026 11:57:55 +0100 Subject: [PATCH] mod_invites: Mention implemented XEPs in the documentation --- src/mod_invites.erl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mod_invites.erl b/src/mod_invites.erl index 1b6518a6a..361b8f183 100644 --- a/src/mod_invites.erl +++ b/src/mod_invites.erl @@ -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 "