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:
parent
0b5bcaf74a
commit
a6c0a3d59b
@ -74,9 +74,7 @@
|
|||||||
-define(BAD_REQUEST, [?CT, {"Set-Cookie", "ID=-3:0; expires=-1"}]).
|
-define(BAD_REQUEST, [?CT, {"Set-Cookie", "ID=-3:0; expires=-1"}]).
|
||||||
|
|
||||||
-define(PARSER_OPTIONS, [
|
-define(PARSER_OPTIONS, [
|
||||||
{namespace, true},
|
{names_as_atom, true}
|
||||||
{name_as_atom, true},
|
|
||||||
{autoload_known, true}
|
|
||||||
]).
|
]).
|
||||||
|
|
||||||
%%%----------------------------------------------------------------------
|
%%%----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user