Firedragon
Firedragon

Reputation: 3733

Open Source XMPP Implementations?

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

Answers (1)

Claus Jørgensen
Claus Jørgensen

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

Related Questions