JavaSkype icon indicating copy to clipboard operation
JavaSkype copied to clipboard

A lightweight, comprehensive Java API for Skype using MSNP24

Results 21 JavaSkype issues
Sort by recently updated
recently updated
newest added

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...

bug
logs needed

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...

bug
logs needed

``` 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...

bug
logs needed

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...

bug
logs needed

Some users would like to use this library with Microsoft accounts (#23), maybe add that in the future.

enhancement

>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...

enhancement

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...

bug

I need to create a new group chat. How to do it?

enhancement

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...

bug
enhancement

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...

enhancement
low priority