Software /
code /
prosody
Changeset
13577:a45b209302c1
muc: Update link to XEP-0421 (instead of inbox)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Nov 2024 16:46:34 +0100 |
parents | 13576:5d8fc1c4eb7c |
children | 13578:5fb7b9a9346f |
files | plugins/muc/occupant_id.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/occupant_id.lib.lua Thu Nov 21 17:02:55 2024 +0000 +++ b/plugins/muc/occupant_id.lib.lua Sat Nov 23 16:46:34 2024 +0100 @@ -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>