> I need an API or something of the sort that will allow me to post messages > via aweb server to my jabber server. I've found projects that do this, but > they are mainly all linux and I'm having problems viewing the source code in > order to write my own component.
libstrophe works great on windows (which is mainly where we use it) and I believe one of the example codes does exactly this (ie, log in, send a message, disconnect). If you know C or C++ it's an easy way to start. Otherwise, I can recommend any of the many python libraries for this, all of which should work fine on Windows. jack.
