Is there a free XMPP library that supports WinRT?

Can someone tell me the XMPP library that supports WinRT, I tried Jabber-Net, agsXMPP, they do not work.,.

+1
source share
2 answers

WinRT does not have a free XMPP library. Only avaialable library is a dll matrix.

+2
source

I have not tried, but there is an open source xmpp library distributed under lgpl v3 used in the application for Windows 8.

Here is the library: https://github.com/PaulFreund/xmpp , and here is the application (I think you can use it as a link): https://github.com/PaulFreund/Chat/

+4
source

All Articles