1

Could anyone say me the XMPP library that supports WinRT, I've tried Jabber-Net, agsXMPP, those are not working. . .

ggsmartboy
  • 454
  • 7
  • 14
  • See http://stackoverflow.com/questions/12559363/xmpp-libraries-for-metro-apps-in-winrt – Rico Suter Nov 07 '12 at 10:58
  • 1
    WinRT has a new socket implementation and the old (eg Silverlight) does not exist. This is why you have to find a library which is developed for WinRT or you have to port an existing library... You will not be able to simply recompile a Silverlight library in a WinRT project... – Rico Suter Nov 07 '12 at 11:00
  • @Rico Suter Can we able to create that Sir! – ggsmartboy Nov 07 '12 at 11:05

2 Answers2

4

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/

p91paul
  • 1,104
  • 10
  • 26
2

There's no free XMPP library to be used in WinRT. Only avaialable library is Matrix dll.

Gopinath Perumal
  • 2,258
  • 3
  • 28
  • 41