X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=net%2Fhttpclient_listener.lua;h=69b7946b9f1441ee6dd123a65116e784e45059da;hb=4e16323f2a78a2f20bcd75957f2ada27a5d8b90f;hp=a648743fb348dfff30f08173e6c8a072028125e8;hpb=bc0b80e504aac2bb5f4730558bd31868c1525571;p=prosody.git diff --git a/net/httpclient_listener.lua b/net/httpclient_listener.lua index a648743f..69b7946b 100644 --- a/net/httpclient_listener.lua +++ b/net/httpclient_listener.lua @@ -1,3 +1,11 @@ +-- Prosody IM +-- 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 log = require "util.logger".init("httpclient_listener"); local connlisteners_register = require "net.connlisteners".register;