mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
842ebfcca0
o Fix some bugs by getting attributes as list() instead of binary(). o Instead creating #xmlattr directly, use the new ?XMLATTR macro; it'll take care of the anything-to-binary() conversion. o Fix a bug where recipient and sender were used as binary() instead of list(), which is required by the rest of the S2S code. o Fix a bug where binary_to_list/1 was called on a list(). Now concerning JIDs : o Now that #jid{} isn't part of the API of Exmppp anymore, replace remaining direct usages by calls to exmpp_jid. o Replace exmpp_jid:make_bare_jid() by exmpp_jid:make_jid(). o Replace exmpp_jid:*_to_jid/1 by exmpp_jid:parse_jid/1. PR: EJABP-1 SVN Revision: 1841 |
||
---|---|---|
.. | ||
ejabberd_http_poll.erl | ||
ejabberd_http.erl | ||
ejabberd_http.hrl | ||
ejabberd_web_admin.erl | ||
ejabberd_web_admin.hrl | ||
ejabberd_web.erl | ||
Makefile.in | ||
Makefile.win32 |