Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox delete all xmlns tags in xml

more options

Hello i am programmer and write chat using xmpp, gwt and emite library also openfire as xmpp server.

And i have got problem with ff because browser delete all xmlns namespaces :/ my library create correct xml to cominicate with openfire server. So this is my authorization request in FF:

<body key="1da316859985984c0437fc620d2d04450aec1207" rid="7826762" sid="be0a4572"><auth mechanism="PLAIN" client-uses-full-bind-result="true">AHRlc3R1c2VyMwB0ZXN0dXNlcjM=</auth></body>

And this is my authorization request in Chrome :

<body xmlns="http://jabber.org/protocol/httpbind" key="f707cdcbe6da4df22ae44d386e1eb190f6189b42" rid="7844746" sid="b06be8fe"><auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN" client-uses-full-bind-result="true">AHRlc3R1c2VyMwB0ZXN0dXNlcjM=</auth></body>

As you can see in ff i havent got tags xmlns so i cant connect with my openfire server :/
Its possiblem fix this problem ???

Hello i am programmer and write chat using xmpp, gwt and emite library also openfire as xmpp server. And i have got problem with ff because browser delete all xmlns namespaces :/ my library create correct xml to cominicate with openfire server. So this is my authorization request in FF: <pre><nowiki><body key="1da316859985984c0437fc620d2d04450aec1207" rid="7826762" sid="be0a4572"><auth mechanism="PLAIN" client-uses-full-bind-result="true">AHRlc3R1c2VyMwB0ZXN0dXNlcjM=</auth></body></nowiki></pre> And this is my authorization request in Chrome : <pre><nowiki><body xmlns="http://jabber.org/protocol/httpbind" key="f707cdcbe6da4df22ae44d386e1eb190f6189b42" rid="7844746" sid="b06be8fe"><auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN" client-uses-full-bind-result="true">AHRlc3R1c2VyMwB0ZXN0dXNlcjM=</auth></body></nowiki></pre> As you can see in ff i havent got tags xmlns so i cant connect with my openfire server :/<br /> Its possiblem fix this problem ???

Modified by cor-el

All Replies (1)

more options

Do you have a demo site online that demonstrates the problem?