diff options
author | Kim Alvefur <zash@zash.se> | 2024-11-23 16:46:34 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-11-23 16:46:34 +0100 |
commit | ab148f782f901ec087175f02defaf02929c5a734 (patch) | |
tree | 48c2d0bb85d374ca901ce7c3f9c3bbd002839ac8 /plugins/muc/occupant_id.lib.lua | |
parent | 9de5f1149bd8ad2e0d6c1022d1c8eb0b1ac5cc13 (diff) | |
download | prosody-ab148f782f901ec087175f02defaf02929c5a734.tar.gz prosody-ab148f782f901ec087175f02defaf02929c5a734.zip |
muc: Update link to XEP-0421 (instead of inbox)
Diffstat (limited to 'plugins/muc/occupant_id.lib.lua')
-rw-r--r-- | plugins/muc/occupant_id.lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/occupant_id.lib.lua b/plugins/muc/occupant_id.lib.lua index b1081c9b..2252799d 100644 --- a/plugins/muc/occupant_id.lib.lua +++ b/plugins/muc/occupant_id.lib.lua @@ -1,4 +1,4 @@ --- Implementation of https://xmpp.org/extensions/inbox/occupant-id.html +-- Implementation of https://xmpp.org/extensions/xep-0421.html -- XEP-0421: Anonymous unique occupant identifiers for MUCs -- (C) 2020 Maxime “pep” Buquet <pep@bouah.net> |