mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Modules now sending disco replies
This commit is contained in:
parent
111b866557
commit
f68d335729
8 changed files with 17 additions and 2 deletions
|
@ -4,6 +4,8 @@ local st = require "util.stanza"
|
|||
local jid_split = require "util.jid".split;
|
||||
local datamanager = require "util.datamanager"
|
||||
|
||||
require "core.discomanager".set("private", "jabber:iq:private");
|
||||
|
||||
add_iq_handler("c2s", "jabber:iq:private",
|
||||
function (session, stanza)
|
||||
local type = stanza.attr.type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue