mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_groups: Log a warning about invalid JIDs (#1180)
This commit is contained in:
parent
fbec700e42
commit
81da3564dc
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ function module.load()
|
|||
groups[curr_group][jid] = name or false;
|
||||
members[jid] = members[jid] or {};
|
||||
members[jid][#members[jid]+1] = curr_group;
|
||||
elseif entryjid:match("%S") then
|
||||
module:log("warn", "Invalid JID: %q", entryjid);
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue