JavaSkype
JavaSkype copied to clipboard
A lightweight, comprehensive Java API for Skype using MSNP24
Hi, I think code will explain everything. Skype skype = new Skype("bot", "xxx"); skype.connect(); System.out.println("Bot is connected"); List groups = skype.getGroups(); // I have 2 groups System.out.println(groups.size()); for (Group group...
Error 911 2 CON 23 is repeated. Not always. Sometimes. OS Debian 8. Windows 7 OS - all good! `Mar 22, 2017 12:28:52 PM fr.delthas.skype.NotifConnector readPacket SEVERE: fr.delthas.skype.ParseException: Error message...
``` Starting Whistler... Starting Skype client... java.io.IOException: fr.delthas.skype.ParseException: Error message received: 911 2 CON 23 Authentication failed at fr.delthas.skype.Skype.connect(Skype.java:123) at fr.delthas.skype.Skype.connect(Skype.java:87) at com.mrpowergamerbr.sparklywhistlerbot.Whistler.main(Whistler.java:102) Caused by: fr.delthas.skype.ParseException: Error message received: 911...
Hello, following the update I am trying to connect a microsoft account. Here is the error found in the log file nov. 13, 2017 9:09:12 PM fr.delthas.skype.Skype connect PRÉCIS: Connecting...
Some users would like to use this library with Microsoft accounts (#23), maybe add that in the future.
>MrPowerGamerBR : There isn't any way to get the messages sent to a contact/group? Skype4J allows to get all the messages in a conversation with a contact/group, however JavaSkype doesn't...
The library tends to get disconnected from Skype from times to times due to timeout issues. Investigate the timeouts and test that there are no timeouts over very long periods...
Hello, Every instance of it that I've tried hasn't worked. As well as a for each loop using skype.getcontactrequest() arraylist (which returned as empty even though it isn't). Perhaps my...
I'm not sure if Web Skype allows image (or any file) sending, so... But if it does support, it would be nice if the API supported sending images. (And getting...