[CONF] Apache Camel: IRC (page edited)

View: New views
1 Messages — Rating Filter:   Alert me  

[CONF] Apache Camel: IRC (page edited)

by confluence-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

IRC has been edited by Jonathan Anstey (Jul 03, 2009).

(View changes)

Content:

IRC Component

The irc: component implements an IRC (Iternet Relay Chat) transport.

URI format

irc:host[:port]/#room

SSL Support

As of Camel 2.0, you can also connect to an SSL enabled IRC server.

ircs:host[:port]/#room?username=user&password=pass

By default, the ircs transport will use SSLDefaultTrustManager. If you need to provide your own custom trust manager, use the trustManager parameter as follows

ircs:host[:port]/#room?username=user&password=pass&trustManager=#referenceToMyTrustManagerBean

See Also