Matrix xmpp for windows phone with sockets

Posted by user1608857 on Stack Overflow See other posts from Stack Overflow or by user1608857
Published on 2012-09-26T09:33:25Z Indexed on 2012/09/26 9:37 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

I am developing a chat application in windows phone. I am using Matrix XMPP library for that. It worked fine using BOSH. Matrix has released a new version for windows phone which supports sockets. I tried connecting to XMPP using the new version. I tried with both BOSH and Sockets. But it is not working. But it didn't worked for me. I have to develop the application with sockets.

I included the line

 xmppClient.Transport=Transport.Bosh;

And tried with sockets also

xmppClient.Transport=Transport.Sockets;

© Stack Overflow or respective owner

Related posts about windows-phone-7

Related posts about sockets