Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18301 > unrolled thread

IRC client library for Java.

Started byDaniel Pitts <newsgroup.nospam@virtualinfinity.net>
First post2012-08-23 11:40 -0700
Last post2012-08-24 13:44 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  IRC client library for Java. Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-08-23 11:40 -0700
    Re: IRC client library for Java. Joerg Meier <joergmmeier@arcor.de> - 2012-08-24 13:44 +0200

#18301 — IRC client library for Java.

FromDaniel Pitts <newsgroup.nospam@virtualinfinity.net>
Date2012-08-23 11:40 -0700
SubjectIRC client library for Java.
Message-ID<ZOuZr.5$Ks7.4@newsfe01.iad>
Anyone know of any IRC client libraries for Java? I have a simple 
use-case, where an existing tool will send a note to a specific channel 
on a specific server when a specific event occurs. Nothing complicated 
really.

One gotcha is that the IRC server runs on SSL only, so the library needs 
to support that.

Thanks,
Daniel.

[toc] | [next] | [standalone]


#18308

FromJoerg Meier <joergmmeier@arcor.de>
Date2012-08-24 13:44 +0200
Message-ID<c2045qbi0mbo.elpwav2djwk5$.dlg@40tude.net>
In reply to#18301
On Thu, 23 Aug 2012 11:40:53 -0700, Daniel Pitts wrote:

> Anyone know of any IRC client libraries for Java? I have a simple 
> use-case, where an existing tool will send a note to a specific channel 
> on a specific server when a specific event occurs. Nothing complicated 
> really.

> One gotcha is that the IRC server runs on SSL only, so the library needs 
> to support that.

Check out PircBot/PircBotX (the latter is newer, but might not be feature
complete yet).

Liebe Gruesse,
		Joerg

-- 
Ich lese meine Emails nicht, replies to Email bleiben also leider
ungelesen.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web