Software /
code /
prosody
Changeset
3317:82b17b199d68
mod_privacy: Add service discovery feature.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 03 Jul 2010 11:03:06 +0500 |
parents | 3313:9bcf8d612a52 |
children | 3318:8d09b21aeaa9 3399:3976bad56640 |
files | plugins/mod_privacy.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_privacy.lua Fri Jul 02 19:55:08 2010 +0100 +++ b/plugins/mod_privacy.lua Sat Jul 03 11:03:06 2010 +0500 @@ -7,6 +7,8 @@ -- COPYING file in the source package for more information. -- +module:add_feature("jabber:iq:privacy"); + local prosody = prosody; local st = require "util.stanza"; local datamanager = require "util.datamanager";