mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even...
[prosody.git] / net / server.lua
index 971e17669f5f282109fddab8e9c61f26f0deba59..e0d4b85a971e6131c74d7fd7d872d95c917eb180 100644 (file)
@@ -1,3 +1,10 @@
+-- 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.
+--
 
 local use_luaevent = require "core.configmanager".get("*", "core", "use_libevent");