Any C# plugin to communicate with Openfire?

Hi,

I need to embedded inline chat functionality in my portal; like gmail/ facebook.

Info:

  1. portal written in C#.

  2. SQL server 2005 database.

  3. User authorization by facebook connect.

I do not want user to reenter the credential for chattting… and do not want to enter each individual details through Openfire admin portal.

Is there any plugin or document available? so that my portal can coonect to Openfire and exchange chat data…tried googling but no luck.

Thanks.

Hitesh

Hitesh,

You may need to interface AuthProvider and implement your own authentication system. Stefan describes the principles here: http://community.igniterealtime.org/message/183949#183949

A plugin is alway implemented in Java. You may have to look at writing a component. This probably answers your question about a C# XMPP plugin/component:

User authorization by facebook connect is described here: http://developers.facebook.com/docs/chat

Hope this helps

Michael