MUC: Fixed: Presence for user joining the roomi was sent twice to the user
[prosody.git] / plugins / mod_selftests.lua
index 4d44d2fd6723c4bcfe96b664bf4818f5b0c5ce66..f18e00ae383164594aeaa95915b370d53f551d58 100644 (file)
@@ -1,3 +1,12 @@
+-- Prosody IM v0.3
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
+-- 
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+
+
 
 local st = require "util.stanza";
 local register_component = require "core.componentmanager".register_component;