Fixed: IQ replies are not sent back on publishing a PEP event
authorWaqas Hussain <waqas20@gmail.com>
Mon, 03 Aug 2009 21:47:32 +0500
changeset 1625 b6645fe7d89f
parent 1624 c367e40e2094
child 1626 7f17d0d00fbb
Fixed: IQ replies are not sent back on publishing a PEP event
plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Wed Jul 29 18:56:24 2009 +0100
+++ b/plugins/mod_pep.lua	Mon Aug 03 21:47:32 2009 +0500
@@ -134,6 +134,7 @@
 				payload = payload.tags[1];
 				if payload then -- <item>
 					publish(session, node, payload);
+					session.send(st.reply(stanza));
 					return true;
 				end
 			end