comparison mod_muc_occupant_id/mod_muc_occupant_id.lua @ 3654:7b02b8de6d27

mod_muc_occupant_id: Update XEP number (XEP-0421)
author Maxime “pep” Buquet <pep@bouah.net>
date Sat, 24 Aug 2019 21:49:51 +0200
parents 83a68f5fde1d
children 6a437d6eb69f
comparison
equal deleted inserted replaced
3653:d31fa28d9482 3654:7b02b8de6d27
1 1
2 -- Implementation of https://xmpp.org/extensions/inbox/occupant-id.html 2 -- Implementation of https://xmpp.org/extensions/inbox/occupant-id.html
3 -- XEP-XXXX: Anonymous unique occupant identifiers for MUCs 3 -- XEP-0421: Anonymous unique occupant identifiers for MUCs
4 4
5 module:depends("muc"); 5 module:depends("muc");
6 6
7 local uuid = require "util.uuid"; 7 local uuid = require "util.uuid";
8 local hmac_sha256 = require "util.hashes".hmac_sha256; 8 local hmac_sha256 = require "util.hashes".hmac_sha256;