diff 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
line wrap: on
line diff
--- a/mod_ipcheck/mod_ipcheck.lua	Sat Mar 06 06:20:38 2010 +0500
+++ b/mod_ipcheck/mod_ipcheck.lua	Sat Mar 06 06:22:27 2010 +0500
@@ -1,6 +1,6 @@
 
 -- mod_ipcheck.lua
--- Implementation of XEP-xxxx: Server IP Check <http://xmpp.org/extensions/inbox/sic.html>
+-- Implementation of XEP-0279: Server IP Check <http://xmpp.org/extensions/xep-0279.html>
 
 local st = require "util.stanza";