25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix exmpp parser options

This commit is contained in:
Badlop 2010-06-21 22:46:24 +02:00
parent 0b5bcaf74a
commit a6c0a3d59b

View File

@ -74,9 +74,7 @@
-define(BAD_REQUEST, [?CT, {"Set-Cookie", "ID=-3:0; expires=-1"}]).
-define(PARSER_OPTIONS, [
{namespace, true},
{name_as_atom, true},
{autoload_known, true}
{names_as_atom, true}
]).
%%%----------------------------------------------------------------------