plugins/mod_version.lua

changeset 421
63be85693710
parent 314
851f271d25b0
child 438
193f9dd64f17
--- a/plugins/mod_version.lua	Wed Nov 26 08:26:24 2008 +0500
+++ b/plugins/mod_version.lua	Wed Nov 26 08:27:09 2008 +0500
@@ -5,6 +5,8 @@
 
 local xmlns_version = "jabber:iq:version"
 
+require "core.discomanager".set("version", xmlns_version);
+
 local function handle_version_request(session, stanza)
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)

mercurial