I'm developing an application that will require integration with skype chat messaging.
I've figured out most of the problem with handling integration with Skype (via Skype4Java) but I've run into one snag.
I want to be able to use Skype4Java (or ANY Java Skype API) that will allow me to connect to MULTIPLE running instances of Skype. Right now I have four instances of Skype running on my Windows server, but when I try to send a chat via Skype.chat(String);
it will only randomly connect to ONE of the FOUR running instances of Skype.