How can I send an XMPP message using C#?

719 Views Asked by At

I am building an application, using C#, to use for distributing alert information at my work place. At this time we have to manually send each alert to multiple emails, a forum, a notification website, and a XMPP chat server (We use Pidgin to connect to it currently). I have been able to successfully link my application to all but the XMPP server.

I only need the code to connect to the server using one username and send a single message to a distribution user (that broadcasts what ever it receives to all other users) and then close the connection.

Does anyone have any ideas on how I should go about doing this?

0

There are 0 best solutions below