I found this tut, while looking for documents or tutorials on creating IRC clients and servers using Java
enjoy:
http://www.jibble.org/pircbot.php
Printable View
I found this tut, while looking for documents or tutorials on creating IRC clients and servers using Java
enjoy:
http://www.jibble.org/pircbot.php
Writing the fundamentals for an IRC bot is very simple: Open a socket to the server, authenticate following the IRC protocol (RFC1459) and voila... Nice project to do if you just started programming.
I'm now working on a Java Messenger (not an IRC)... and could use some help from the good people out there! who can I contact when in need for help?!
What do you mean by messenger? Some ICQ-style thingy?
No, something more like MSN Messenger
A Java based messenger :-) cool, I have been planning on starting a project like this but I haven't found the time yet :-(
BTW: I found an api implementation of the messenger protocol on sourceforge.net
http://sourceforge.net/projects/msnj/
- T
Thanx for link, I'm really not that good doing distributed java apps, so if you are one, could I contact you sometime if I face some problems?
distributed java apps??? a messenger client is only going to be threaded not distrubuted if you are talking about a messenger server, thats another story...
- T
Sorry I had to leave the dicussion but here I am...
I miss used the term! I meant network programming and things of that sort...