Software / code / prosody
Comparison
util/xmppstream.lua @ 3819:646aede54fc7
util.xmppstream: Fix logger name.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Fri, 03 Dec 2010 01:03:52 +0500 |
| parent | 3638:6f58a3063c14 |
| child | 3708:2dcb86c7cee7 |
comparison
equal
deleted
inserted
replaced
| 3818:1dc56141ffda | 3819:646aede54fc7 |
|---|---|
| 12 | 12 |
| 13 local tostring = tostring; | 13 local tostring = tostring; |
| 14 local t_insert = table.insert; | 14 local t_insert = table.insert; |
| 15 local t_concat = table.concat; | 15 local t_concat = table.concat; |
| 16 | 16 |
| 17 local default_log = require "util.logger".init("xmlhandlers"); | 17 local default_log = require "util.logger".init("xmppstream"); |
| 18 | 18 |
| 19 local error = error; | 19 local error = error; |
| 20 | 20 |
| 21 module "xmppstream" | 21 module "xmppstream" |
| 22 | 22 |