Help. Question on ports and API - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: Help. Question on ports and API (/showthread.php?tid=83773) Help. Question on ports and API by Hen on 05-17-2008 at 10:36 AM
Hi guys, RE: ports question by Paril on 05-19-2008 at 02:06 AM
Well it's possible to implement the API itself into other apps (many third-party messenger programs are good examples). I'm sure it's possible, but hooking into a running instance of WLM might not be the best way to approach it. RE: question on ports by Jarrod on 05-19-2008 at 11:56 PM
care to explain what it is you are trying do? RE: RE: question on ports by Hen on 05-20-2008 at 07:22 PM
Hi, Polygamy doesn't seem to reject on port - really? But when trying for example to run a terminal program, and then to open the same port, from another program, it doesnt let me, beacuse the port is used by another program... ... so it must stay the same and not be randomly generated, ala many game clients... - Could you explain? I didnt get it. If you were able to hook into WLM, grab connection info - By that you mean some sort of protocol monitor/sniffer, right? ..send it back.. - That's the hard stuff. You can listen and sniff the incoming data. But how do you send back? Cant use this port as I was thinking... (or am I wrong?) Thanks. RE: question on ports by CookieRevised on 05-21-2008 at 01:07 AM
quote:You're making it way harder than it is. Use the Messenger API and forget about ports, network sniffers and all that kind of stuff, that isn't going to work... RE: question on ports by Hen on 05-21-2008 at 08:31 AM
Hi, RE: question on ports by CookieRevised on 05-21-2008 at 09:06 AM
Why don't you want to use the Messenger API, especially if Messenger will always be running anyways? RE: question on ports by Hen on 05-21-2008 at 12:13 PM
That's excatly me question... RE: question on ports by CookieRevised on 05-21-2008 at 02:32 PM
quote:No.... Either you make your own client by studying the protocol and doing everything from scratch (and that includes using the proper servers and authentication processes, just like Messenger does, which is all very complicated, etc...) Or either you simply use the Messenger API.... ----- Again, you are making it waaaaaaaay more difficult than it is for no reason what-so-ever. Simply use the Messenger API. RE: RE: question on ports by Hen on 05-26-2008 at 09:09 AM
quote: Hi, Trying also to look for the API, to test the simpler way, I had some troubles. I didnt find any api for the messenger that is supported by microsoft. Is there any? I found this one: http://community.bartdesmet.net/blogs/bart/archiv...06/09/17/4431.aspx however it is no longer supported. Also there is an API for web development, but I dont think it suits me: http://dev.live.com/messenger/ What I want, is generally to use functions like in msg plus, but without the need for msg plus (Beacuse i want it to work parallel to the messenger, and not as part of it). something like :Messenger.send("message), string = Messenger.receive etc'. How does messenger plus enable those functions if there is no API?... Same "cool trick" that I currently need. Thanks. |