Java bot that uses the Skype API

Is there an updated Java API for Skype 4.0? I need a simple bot that creates a chat and follows the discussion.

If the Java API does not exist, what are the ways to send Skype commands in Java?

Also, can I use public Skype for this, or do I need my own Jabber server?

+4
source share
1 answer

You can use Skype4Java wrapper for Skype API

Skype itself is a proprietary protocol - it does not use Jabber. The only way to interact with skype at the moment is through a plugin for your client using the API, as mentioned.

I believe the API also works for version 4.

+6
source

Source: https://habr.com/ru/post/1285794/


All Articles