[jdev] Incorrect Encoding

Norman Rasmussen norman at rasmussen.co.za
Thu Nov 16 04:07:47 CST 2006


On 11/15/06, ARP <alexandrepires2007 at yahoo.com.br> wrote:
> send('<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl"
> mechanism="PLAIN"/>'+auth_info+'</auth>');

*cough* remove /

send('<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl"
mechanism="PLAIN">'+auth_info+'</auth>');

-- 
- Norman Rasmussen
 - Email: norman at rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/



More information about the JDev mailing list