Software /
code /
prosody
Diff
plugins/mod_version.lua @ 541:3521e0851c9e
Change modules to use the new add_feature module API method.
This also fixes the bug causing disco features being added to every disco reply for every host.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 04 Dec 2008 20:16:30 +0500 |
parent | 519:cccd610a0ef9 |
child | 615:4ae3e81513f3 |
line wrap: on
line diff
--- a/plugins/mod_version.lua Thu Dec 04 20:07:22 2008 +0500 +++ b/plugins/mod_version.lua Thu Dec 04 20:16:30 2008 +0500 @@ -25,7 +25,7 @@ local xmlns_version = "jabber:iq:version" -require "core.discomanager".set("version", xmlns_version); +module:add_feature(xmlns_version); local function handle_version_request(session, stanza) if stanza.attr.type == "get" then