changeset 1923:b030e46ec640

mod_cloud_notify: Send notification from bare user JID per http://xmpp.org/extensions/xep-0357.html#publishing
author Kim Alvefur <zash@zash.se>
date Fri, 23 Oct 2015 15:51:09 +0200
parents e170b11b60b8
children c84cf61ca0f3
files mod_cloud_notify/mod_cloud_notify.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_cloud_notify/mod_cloud_notify.lua	Fri Oct 23 15:50:13 2015 +0200
+++ b/mod_cloud_notify/mod_cloud_notify.lua	Fri Oct 23 15:51:09 2015 +0200
@@ -88,7 +88,7 @@
 	for _, push_info in pairs(user_push_services) do
 		push_info.count = push_info.count + 1;
 		local push_jid, push_node = push_info.jid, push_info.node;
-		local push_publish = st.iq({ to = push_jid, from = module.host, type = "set", id = "push" })
+		local push_publish = st.iq({ to = push_jid, from = node .. "@" .. module.host, type = "set", id = "push" })
 			:tag("pubsub", { xmlns = "http://jabber.org/protocol/pubsub" })
 				:tag("publish", { node = push_node });
 		local form_data = {