mod_cloud_notify/mod_cloud_notify.lua
changeset 2204 e9e38ae8037f
parent 2202 eb53a830864c
child 2205 eb5555a3a535
--- a/mod_cloud_notify/mod_cloud_notify.lua	Fri Jun 03 15:28:38 2016 +0200
+++ b/mod_cloud_notify/mod_cloud_notify.lua	Mon Jun 06 15:25:29 2016 +0200
@@ -18,7 +18,9 @@
 local push_enabled = module:shared("push-enabled-users");
 
 -- http://xmpp.org/extensions/xep-0357.html#disco
-module:add_feature(xmlns_push);
+module:hook("account-disco-info", function(event)
+	(event.reply or event.stanza):tag("feature", {var=xmlns_push}):up();
+end);
 
 -- http://xmpp.org/extensions/xep-0357.html#enabling
 module:hook("iq-set/self/"..xmlns_push..":enable", function (event)