mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.

This commit is contained in:
Waqas Hussain 2010-12-03 00:29:44 +05:00
parent 22067acd98
commit 77ea58af5a

View file

@ -117,6 +117,9 @@ function connlistener.ondisconnect(conn, err)
end
end
module:add_identity("proxy", "bytestreams", name);
module:add_feature("http://jabber.org/protocol/bytestreams");
module:hook("iq-get/host/http://jabber.org/protocol/disco#info:query", function(event)
local origin, stanza = event.origin, event.stanza;
local reply = replies_cache.disco_info;