MSN XMPP API fails to connect
Posted
by
Rui
on Stack Overflow
See other posts from Stack Overflow
or by Rui
Published on 2012-06-20T16:47:33Z
Indexed on
2012/07/04
3:16 UTC
Read the original article
Hit count: 173
I'm trying to use MSN XMPP API via Actionscript, but connection to MSN always fails. I can identify this error on logs:
I DONT KNOW HOW TO HANDLE DER stuff of TYPE 22
I DONT KNOW HOW TO HANDLE DER stuff of TYPE 12
I DONT KNOW HOW TO HANDLE DER stuff of TYPE 22
I DONT KNOW HOW TO HANDLE DER stuff of TYPE 22
(..)
> <stream:error
> xmlns:stream="http://etherx.jabber.org/streams"><see-other-host
> xmlns="urn:ietf:params:xml:ns:xmpp-streams">BY2MSG4020608.gateway.edge.messenger.live.com</see-other-host></stream:error> </stream:stream>
Anyone knows what is this related to?
© Stack Overflow or respective owner