Accessing Openfire through C# code

Hi,

Do we have any C# code snipets for sending XMPP messages to OpenFire server. want to create web based chat application on my site.

Thanks.

Hitesh.

The chat application i m looking for is same as on this site on right bottom corner.

Hello,

I’m not seeing the image on your post but any XMPP C# library should be able to connect to Openfire.

Good luck,

Ryan

You mean the “Chat with: [Friends (0)] [This page (0)]” chat application which is written in JavaScript?

There are some nice C# OSS clients and APIs available. I guess you have already checked on http://xmpp.org/xmpp-software/libraries/ .

Although this is C++, you may also have a look here: http://swift.im/swiften/guide/#XEP-0092