mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome...
[prosody.git] / plugins / mod_announce.lua
index 99fbae50951f8d9a5468858b9cff06eaf3928980..0cfd284ce5492833ca1ddf7890b0640263dfbddc 100644 (file)
@@ -25,7 +25,7 @@ function send_to_online(message, host)
                        for username in pairs(host_session.sessions) do
                                c = c + 1;
                                message.attr.to = username.."@"..hostname;
-                               core_post_stanza(host_session, message);
+                               module:send(message);
                        end
                end
        end