mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Replace jlib:iq_to_xml/1 by exmpp_iq:iq_to_xmlel/1.
PR: EJABP-1 SVN Revision: 1622
This commit is contained in:
parent
285b3858dd
commit
5224a796cc
@ -21,6 +21,9 @@
|
||||
* src/ejabberd_auth_internal.erl: Replace jlib:*prep/1 by
|
||||
exmpp_stringprep:*prep/1 and change the error handling.
|
||||
|
||||
* src/mod_vcard_odbc.erl (do_route/4): Replace jlib:iq_to_xml/1 by
|
||||
exmpp_iq:iq_to_xmlel/1.
|
||||
|
||||
2008-10-09 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||
|
||||
* src/ejabberd_c2s.erl: Fix handling of unauthenticated stanzas which
|
||||
|
@ -317,7 +317,7 @@ do_route(ServerHost, From, To, Packet) ->
|
||||
ResIQ = exmpp_iq:result(Packet,
|
||||
Result),
|
||||
ejabberd_router:route(
|
||||
To, From, jlib:iq_to_xml(ResIQ))
|
||||
To, From, exmpp_iq:iq_to_xmlel(ResIQ))
|
||||
end
|
||||
end;
|
||||
{get, ?NS_SEARCH} ->
|
||||
|
Loading…
Reference in New Issue
Block a user