24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00
xmpp.chapril.org-ejabberd/src/mod_proxy65
Jean-Sébastien Pédron 842ebfcca0 A lot of bug fixes regarding attribute values type:
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
2009-01-21 13:34:26 +00:00
..
Makefile.in Merge revisions from 1444 to revision 1457 from trunk. 2008-07-17 15:33:50 +00:00
Makefile.win32 Merge from trunk (r1563 to r1613). 2008-10-08 12:02:30 +00:00
mod_proxy65_lib.erl Merge from trunk (r1787 to r1804). 2009-01-19 14:47:33 +00:00
mod_proxy65_service.erl A lot of bug fixes regarding attribute values type: 2009-01-21 13:34:26 +00:00
mod_proxy65_sm.erl Merge from trunk (r1787 to r1804). 2009-01-19 14:47:33 +00:00
mod_proxy65_stream.erl Merge from trunk (r1804 to r1829). 2009-01-19 15:27:07 +00:00
mod_proxy65.erl Merge from trunk (r1787 to r1804). 2009-01-19 14:47:33 +00:00
mod_proxy65.hrl Merge from trunk (r1787 to r1804). 2009-01-19 14:47:33 +00:00