view mod_archive/mod_archive.lua @ 158:1a5d5d4f08fe

Add "generic" script support to mod_extauth, as well as lpc support until waqas fixes process
author Jeff Mitchell <jeff@jefferai.org>
date Fri, 28 May 2010 16:19:27 -0400
parents 86c28405c5da
children 9a37898f4f7c
line wrap: on
line source

-- Prosody IM
-- Copyright (C) 2008-2010 Dai Zhiwei
-- 
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--

local st = require "util.stanza";

module:add_feature("urn:xmpp:archive");

local function preferences_handler(event)
    return true;
end

module:hook("iq/self/urn:xmpp:archive:pref", preferences_handler);