comparison mod_ipcheck/mod_ipcheck.lua @ 136:0525c66e7d13

mod_ipcheck: Updated XEP number and URL in comments to the newly published XEP.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 06 Mar 2010 06:22:27 +0500
parents d3c28c5fdbae
children d1bc9a796daf
comparison
equal deleted inserted replaced
135:d3c28c5fdbae 136:0525c66e7d13
1 1
2 -- mod_ipcheck.lua 2 -- mod_ipcheck.lua
3 -- Implementation of XEP-xxxx: Server IP Check <http://xmpp.org/extensions/inbox/sic.html> 3 -- Implementation of XEP-0279: Server IP Check <http://xmpp.org/extensions/xep-0279.html>
4 4
5 local st = require "util.stanza"; 5 local st = require "util.stanza";
6 6
7 module:add_feature("urn:xmpp:sic:0"); 7 module:add_feature("urn:xmpp:sic:0");
8 8