Software /
code /
prosody
Diff
net/server.lua @ 2926:fc96d439453b
Merge 0.7->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Mar 2010 17:26:12 +0000 |
parent | 2925:692b3c6c5bd2 |
child | 2968:fdd049a4e551 |
line wrap: on
line diff
--- a/net/server.lua Mon Mar 22 16:55:10 2010 +0000 +++ b/net/server.lua Mon Mar 22 17:26:12 2010 +0000 @@ -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");