Software /
code /
prosody
Diff
net/server.lua @ 2925:692b3c6c5bd2
Merge 0.6->0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Mar 2010 17:24:55 +0000 |
parent | 2645:625d02b2a1a0 |
parent | 2923:b7049746bd29 |
child | 2968:fdd049a4e551 |
line wrap: on
line diff
--- a/net/server.lua Mon Mar 22 15:05:05 2010 +0000 +++ b/net/server.lua Mon Mar 22 17:24:55 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");