mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_iq: Fix an extra character in previous commit...
This commit is contained in:
parent
cf491395d8
commit
b577225611
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ local jid_split = require "util.jid".split;
|
|||
local full_sessions = full_sessions;
|
||||
local bare_sessions = bare_sessions;
|
||||
|
||||
if module::get_host_type() == "local" then
|
||||
if module:get_host_type() == "local" then
|
||||
module:hook("iq/full", function(data)
|
||||
-- IQ to full JID recieved
|
||||
local origin, stanza = data.origin, data.stanza;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue