mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_watchregistrations: Return the pointer to the root of the stanza, fixes #922.
This commit is contained in:
parent
1b616a9320
commit
df7d65413d
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ module:hook("user-registered", function (user)
|
|||
:tag("body")
|
||||
:text(registration_notification:gsub("%$(%w+)", function (v)
|
||||
return user[v] or user.session and user.session[v] or nil;
|
||||
end));
|
||||
end))
|
||||
:up();
|
||||
for jid in registration_watchers do
|
||||
module:log("debug", "Notifying %s", jid);
|
||||
message.attr.to = jid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue