mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome...
[prosody.git] / plugins / mod_pubsub.lua
index 2cbd7184db8d47bff2c41c73cc1e0d7f26ab2ae1..40b119ccb234bca979761a9bcd18ea01cc6e591c 100644 (file)
@@ -201,7 +201,7 @@ function simple_broadcast(node, jids, item)
        for jid in pairs(jids) do
                module:log("debug", "Sending notification to %s", jid);
                message.attr.to = jid;
-               core_post_stanza(hosts[module.host], message);
+               module:send(message);
        end
 end