LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   making your own messenger client .. any ideas? (https://www.linuxquestions.org/questions/programming-9/making-your-own-messenger-client-any-ideas-204052/)

tuxfood 07-12-2004 08:13 AM

making your own messenger client .. any ideas?
 
hi..

i was googling for "how to make your own messenger client "
i found a few links

http://www.venkydude.com/articles/msn.htm

but no programming stuff is mentioned here and also the link to download the msn clone is not working..

can anyone help me with this?

thnks

tuxfood

deiussum 07-12-2004 08:25 AM

Try looking at the source code to gaim, which is available at Sourceforge.

SolarBear 07-12-2004 08:27 AM

Well if this "MSN clone" is not available, you might still want to take a look at amsn or gaim.

This page is not about programming an MSN clone, but rather discusses said IM communication protocols. So it only gives you the basic recipe, not the ingredients. ;)

You'll need to know some language that allows sockets, GUIs, threading, md5, etc. Thus, pretty much any language ;) I'd help you more, but with so little information about what you know and don't, I can't do much more.

What language(s) do you know ? Which do you want to use to implement it ?

Komakino 07-12-2004 05:18 PM

There is a great resource at:
http://www.hypothetic.org/docs/msn/index.php
Although about the protocol for MSN, the forums contain some interesting discussions about all aspects of messaging. It's also where I got most of the info I needed when I made my own (now defunct due to protocol changes) msn client.

acid_kewpie 07-12-2004 05:29 PM

Re: making your own messenger client .. any ideas?
 
Quote:

Originally posted by tuxfood
hi..

i was googling for "how to make your own messenger client "
i found a few links

http://www.venkydude.com/articles/msn.htm

but no programming stuff is mentioned here and also the link to download the msn clone is not working..

can anyone help me with this?

thnks

tuxfood

but that link there is the most important stuff... once you know that, and how to use a socket, the programming side is just standard fair... programming an IM program i no different from a media player or dancing desktop girl.... the protocols are the hard bit.


All times are GMT -5. The time now is 10:17 AM.