Software /
code /
prosody-modules
Changeset
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 | 135:d3c28c5fdbae |
children | 137:34a3ec3e7dc3 |
files | mod_ipcheck/mod_ipcheck.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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";