monika0691 / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Can not use emite in firefox problem with xmlns #351

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create xmpp connection using example
2.can not connect using http-bind using mozilla firefox ver 19

What is the expected output? What do you see instead?
connect to openfire using mozilla firefox ..

What version of the product are you using? On what operating system?
linux lubuntu , mozilla firefox, chrome, openfire 18.X, gwt 2.5

Please provide any additional information below.
i can connect to openfire and everything is fine bun not in firefox. 

This is my authentication 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>
and the same result via firefox: 
<body key="1da316859985984c0437fc620d2d04450aec1207" rid="7826762" 
sid="be0a4572"><auth mechanism="PLAIN" 
client-uses-full-bind-result="true">AHRlc3R1c2VyMwB0ZXN0dXNlcjM=</auth></body>

as you can see ff delete all xmlns tags so user can not authenticate .....

Original issue reported on code.google.com by lukas...@gmail.com on 18 Mar 2013 at 5:13