|
Ive seen quite a few examples of XMPP clients in .Net, and ive seen quite a few servers in various languages, but i'm looking for a .Net version (opensource if possible) of a XMPP server. It doesnt particularly have to be stable, or full of features, I just want something that works a little. Reliability is not really an issue.
|
asked Nov 17 '10 at 23:35
|
|
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – S.L. Barth, entre, karthik, EdChum, helb
If this question can be reworded to fit the rules in the help center, please edit the question.
|
|
|
|
Here are some that I found:
EDIT: Note the comment below by the author of jabber-net, noting that jabber-net is not for writing servers:
As an alternative, take a look at this SO question:
or at these libraries:
that would allow you to create your own (if that is an option for you).
|
|
answered Nov 17 '10 at 23:51
|
|
|
|
(speaking as author of Jabber-Net) As the license on Jabber-Net says, please don't use it to write servers. Writing server components is just fine, which may be what you actually want.
–
Joe Hildebrand
Dec 6 '10 at 9:34
|
|
|
|
|
You can download and take a look at trial version of MatriX library. It contains a sample on how to implement your own server.
http://www./matrix-xmpp-sdk/download/
Download the MatriX for .NET version.
You could ask the support forum for help actually
http://forum./
|
answered Mar 8 '12 at 9:51
|
|
|
|
|
|
|
answered Aug 16 '11 at 5:53
|
|
|
|
|