Could anyone say me the XMPP library that supports WinRT, I've tried Jabber-Net, agsXMPP, those are not working. . .
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There's no free XMPP library to be used in WinRT. Only avaialable library is Matrix dll.
回答2:
I've not tried it, however there is an open-source xmpp library distributed under the lgpl v3, used in a Windows 8 chat app.
Here is the library: https://github.com/PaulFreund/xmpp, and here is the app (I think you can use it as a reference): https://github.com/PaulFreund/Chat/