Reputation: 3733
I am looking for a library of some sort to handle XMPP in Windows Phone 7. The only thing I have seen mentions the Matrix XMPP SDK but this appears to be a commercial product.
Are there are any free XMPP implementations for Windows Phone 7?
Upvotes: 1
Views: 883
Reputation: 26344
agsXMPP SDK is a open source XMPP implementation, which also supports Windows Phone.
Yes, it's dual-licensed, with GPL being the open source license. If you need a implementation using a MIT/Apache style license, I think you're out of luck.
Upvotes: 1