samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Change skype server #148

Open MejriAli opened 7 years ago

MejriAli commented 7 years ago

Hello, i need to change the address of the endpoint skype to my owner server but i don't found how to do it could you please help me to change it.?

Thank you

ducc commented 7 years ago

Hey @MejriAli, this library isn't actively being developed or supported at the moment, but it will be worth taking a look at this class: https://github.com/samczsun/Skype4J/blob/master/src/main/java/com/samczsun/skype4j/internal/Endpoints.java

This won't be easy as this library was made by reverse engineering the skype web app so you'll need to change a lot of things.

Good luck :)