Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to connect IRC server through my own Chat application

0 views
Skip to first unread message

suresh

unread,
Mar 21, 2002, 12:59:43 AM3/21/02
to
Dear friends
Hi i devloped my own chat application using JSP and Java. Now it's
working fine in JRUN server. I like to connect this chat application
into IRC server. How do i connect to IRC server.Is it possible with
this coding or i have to write coding.I have username and password for
my IRC server. i don't know where to start my coding to connect IRC
server. If anybody familer with this concept or conding pls help me.I
have basic knowledge about IRC server i don't know more about IRC
server.

Janne Nikula

unread,
Mar 21, 2002, 1:35:12 AM3/21/02
to

The document that originally defined IRC protocol is RFC1459 which has
a hypertext version available at http://www.irchelp.org/irchelp/rfc/rfc.html
Naturally the document can also be found on any other archive with all
the RFC documents.

As far as I remember the RFC1459 was made somewhere around 1993. There
have been many extensions to the client protocol but the basic
protocol still remains the same. You log on by giving NICK and USER
just like it is described in RFC1459. Apart from NICK and USER, the
client is required to reply to pings sent by the server. Everything
else can be considered optional, although simply logging in and
staying connected isn't fulfilling any meaningful purpose.

--
Janne Nikula, Geetee on IRCnet, http://www.zkelvin.net/jnikula/

0 new messages