c# - Is it possible to write a Skype client? -


is there libraries this?

i put on server , windows service.

and skype will not installed on server. skype api not mean guess.

edit:

i sorry not being clear. here need:

i need skype client act small bot. person uses skype ask like:

print totalcreditsloadedtoday

and answer:

567867867 credits.

i need write windows service accept text messages skype , send responses text message (a simple skype client). don't need voip support skype a, errr customer requirement lets say. (and yes suggested google talk not accepted)

but need achieve without installing skype server.

skype communication encrypted , no documentation publicly available on protocol. means luck reverse-engineering it.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -