mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update metronome modules
This commit is contained in:
parent
cda2938aa7
commit
744e0758f6
2 changed files with 3 additions and 3 deletions
|
@ -74,8 +74,8 @@ modules_enabled = {
|
||||||
--"motd"; -- Send a message to users when they log in
|
--"motd"; -- Send a message to users when they log in
|
||||||
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||||
-- jitsi
|
-- jitsi
|
||||||
"smacks";
|
"stream_management";
|
||||||
"carbons";
|
"message_carbons";
|
||||||
"mam";
|
"mam";
|
||||||
"lastactivity";
|
"lastactivity";
|
||||||
"offline";
|
"offline";
|
||||||
|
|
|
@ -7,7 +7,7 @@ local st = require "util.stanza";
|
||||||
local jid_bare = require "util.jid".bare;
|
local jid_bare = require "util.jid".bare;
|
||||||
local xmlns_carbons = "urn:xmpp:carbons:2";
|
local xmlns_carbons = "urn:xmpp:carbons:2";
|
||||||
local xmlns_forward = "urn:xmpp:forward:0";
|
local xmlns_forward = "urn:xmpp:forward:0";
|
||||||
local full_sessions, bare_sessions = prosody.full_sessions, prosody.bare_sessions;
|
local full_sessions, bare_sessions = metronome.full_sessions, metronome.bare_sessions;
|
||||||
|
|
||||||
local function toggle_carbons(event)
|
local function toggle_carbons(event)
|
||||||
local origin, stanza = event.origin, event.stanza;
|
local origin, stanza = event.origin, event.stanza;
|
||||||
|
|
Loading…
Add table
Reference in a new issue