It seems like it might no longer be actively developed, but the Jabber-Net project (http://jabberstudio.org/projects/jabber-net/project/view.php) might be a good place to look. There's also the agsXMPP SDK (http://www.ag-software.de/index.php?option=content&task=view&id=72&Itemid=103), but I don't know how open source it actually is. If you don't mind using IKVM to call Java code, there's quite a few Java-based Jabber APIs. If none of these work, it might be possible to wrap an existing C or C++ library in C# using P/Invoke. Finally, all the networking and XML support exists in Mono/.NET so that you could, if you wanted, develop your own XMPP/Jabber library.
--Chris On Tuesday 12 December 2006 22:43, you wrote: > Hi Christopher, > I'm planning to develop a little application having the possibility to send > Instant Message using the Jabber protocol. I don't know the features of > OpenWire protocol, but I will read its specifications as soon as possible. > > Many thanks > > On 12/13/06, Christopher Granade <[EMAIL PROTECTED]> wrote: > > Can you be a bit more specific? What platforms are you targeting? What > > kinda > > of features do you need? As mentioned on the page referenced by Miguel de > > Icaza, the ActiveMQ project (http://www.activemq.org/site/home.html) > > supports > > the OpenWire protocol, and can be used in C#. That might work for some > > things, though it is hard to tell without more information. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
