Fix exmpp parser options

This commit is contained in:
Badlop 2010-06-21 22:46:24 +02:00
parent 0b5bcaf74a
commit a6c0a3d59b
1 changed files with 1 additions and 3 deletions

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}
]).
%%%----------------------------------------------------------------------