mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +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 |
||
---|---|---|
.. | ||
gen_pubsub_node.erl | ||
gen_pubsub_nodetree.erl | ||
Makefile.in | ||
Makefile.win32 | ||
mod_pubsub.erl | ||
node_buddy.erl | ||
node_club.erl | ||
node_default.erl | ||
node_dispatch.erl | ||
node_flat.erl | ||
node_mb.erl | ||
node_pep.erl | ||
node_private.erl | ||
node_public.erl | ||
node.template | ||
nodetree_default.erl | ||
nodetree_virtual.erl | ||
pubsub.hrl |