blob: 101e6e624a68c6fb8b9ae7ef819b15a7d38138da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- Prosody IM
-- Copyright (C) 2008-2010 Matthew Wild
-- Copyright (C) 2008-2010 Waqas Hussain
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
module:set_global(); -- we're a global module
-- TODO delete this whole concept
|