What software to use for receiving messages from a xmpp service?

Guys

We want to consume some xml data from a client and it’s exposed through xmpp.My dev environment is all based on .net, so I’m thinking of couple of options:

1- use japper .net library to build my own client to receive this xml data.

2- use some other software to do the job. Is there anything in OpenFire (or related plugins) that can act as a client to receive xmpp xml / messages? and if so please point me to the documentation as well…

thanks.

OpenFire is the server, so that would not be the desired solution. The Smack client library would be what you are looking for if you want a Java solution, but of course you said you use a .Net environment so it would seem appropriate to use the jabber-net libraries.

There are solutions available in many different languages.