vote up 1 vote down star
1

My organization is considering using Jabber as an agnostic device to device to application messaging protocol.

Does anyone know of the best practice existing Microsoft competitor to Jabber? Or, an emerging competitor? And, if so, a good URL reference to get a jump start?

Website for Jabber: http://www.jabber.org/web/Main_Page

flag

20% accept rate

6 Answers

vote up 2 vote down check

Jabber is several things : the older name of the Extensible Messaging and Presence Protocol (XMPP), the jabber server and application, and the jabber network.

Windows Communication Foundation is a web-service based API for communicating between applications?

Office Communicator is an application that uses SIP/SIMPLE messaging protocol.

What do you really need? The application or the protocol/api with which to build an application?

link|flag
vote up 10 vote down

Why did we need an alternative to a good solution again?

link|flag
The answer is Enterprise Computing. I work for an organization that is baselined on Microsoft technology, and has Enterprise Architecture standards that define platforms. They know of Jabber, but require a Microsoft solution, and for one of my team's product to support both. – pearcewg Oct 16 '08 at 12:34
vote up 7 vote down

I really like Jabber, for jumpstart, I would recommend you to see this list of Jabber Server software which you can use to run your own server I personally use ejabberd on Windows 2003 Server, also look at this list of Jabber Client Libraries for many languages, I'm happy with Jabber.NET library...

link|flag
I also used Jabber.Net in the past, but then I discovered AG-Software's excellent and mature open source jabber SDK ag-software.de/index.php?page=agsxmpp-sdk/… – Jacob Oct 16 '08 at 6:25
Thanks for the info Jacob, looks very powerful... – CMS Oct 16 '08 at 19:12
vote up 3 vote down

The company I work for just abandoned Jabber in favor of Microsoft Office Communicator, which will integrate against AD, and indicate when users are unavailable because of meetings/appointments in Exchange.

link|flag
Little-known helpful tip for Office Communicator users: Windows+Q is the keyboard shortcut for popping up your contact list. – Matt Hamilton Oct 16 '08 at 2:46
dude - that's awesome! thanks :) – warren Oct 16 '08 at 2:47
vote up 3 vote down

I could see why you'd want to replace a cross-platform, standardized protocol supported by everyone with a proprietary single-vendor single-platform alternative that no one else uses. Or maybe not.

link|flag
vote up 0 vote down

Check out Coversant's XMPP server/client: Coversant SoapBox Studio They also have an SDK that will allow you to customize their server and build your own clients.

Another alternative is AGS-XMPP link text They have a set of libraries that will allow you to create your own XMPP (Jabber) server (non-trivial) and client.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.