electronixtar Posted July 8, 2008 Posted July 8, 2008 Hi all,I need to write a small program that could change MSN, GTalk, Skype 'now playing' status. Is there any article/tutorials for this? Thanks in advance.est
CoffeeFiend Posted July 8, 2008 Posted July 8, 2008 Most such things use web services, that you talk to using normal HTTP traffic, so you'd have to generate that traffic by sending the proper TCP packets (you'll need knowledge of TCP/IP and various protocols used like HTTP)If you want to see how an app does it, just log its traffic using Wireshark (again, good knowledge of TCP/IP, HTTP, etc required).
electronixtar Posted July 8, 2008 Author Posted July 8, 2008 Most such things use web services, that you talk to using normal HTTP traffic, so you'd have to generate that traffic by sending the proper TCP packets (you'll need knowledge of TCP/IP and various protocols used like HTTP)If you want to see how an app does it, just log its traffic using Wireshark (again, good knowledge of TCP/IP, HTTP, etc required).Thanks, but I think it's not Web-Service based. Skype may used some API but MSN & GTalk need Win32 API calls to change that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now