Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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 ???

Изменено cor-el

Все ответы (1)

more options

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