alexishughes / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Getting error in facebook chat application with XMPP #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have created the facebook application in my account & using that 
application Id with XMPP chat client and it is working very nicely .
2.Now if i am creating the one another application in same account & trying to 
use that new application ID with XMPP chat client , i am getting the 

 RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure>

"= <failure 
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized></not-authorized></fail
ure> desc <failure 
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized></not-authorized></fail
ure>"

error .

3. I am unable to dictate theactual problem for uncertain behavior from XMPP 
framework with respect to two different application from same account .  

What is the expected output? What do you see instead?
I am expecting the same output for both application as i am getting it for only 
one application but not for second .

What version of the product are you using? On what operating system?
I am not sure about the version i am using but i have downloaded latest 
framework for XMPP .

Please provide any additional information below.
I am getting this error :
"<failure 
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized></not-authorized></fail
ure> desc <failure 
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized></not-authorized></fail
ure>"

Original issue reported on code.google.com by gaikwada...@gmail.com on 17 Jun 2011 at 1:03