Comparison

plugins/mod_privacy.lua @ 3318:8d09b21aeaa9

Merge 0.7->trunk
author Waqas Hussain <waqas20@gmail.com>
date Sat, 03 Jul 2010 18:13:54 +0500
parent 3314:4019ad5c61e2
parent 3317:82b17b199d68
child 3453:fba130c16818
comparison
equal deleted inserted replaced
3316:6122a6270773 3318:8d09b21aeaa9
4 -- Copyright (C) 2009 Thilo Cestonaro 4 -- Copyright (C) 2009 Thilo Cestonaro
5 -- 5 --
6 -- This project is MIT/X11 licensed. Please see the 6 -- This project is MIT/X11 licensed. Please see the
7 -- COPYING file in the source package for more information. 7 -- COPYING file in the source package for more information.
8 -- 8 --
9
10 module:add_feature("jabber:iq:privacy");
9 11
10 local prosody = prosody; 12 local prosody = prosody;
11 local st = require "util.stanza"; 13 local st = require "util.stanza";
12 local datamanager = require "util.datamanager"; 14 local datamanager = require "util.datamanager";
13 local bare_sessions, full_sessions = bare_sessions, full_sessions; 15 local bare_sessions, full_sessions = bare_sessions, full_sessions;