IRC Component
The irc: component implements an IRC
(Iternet Relay Chat) transport.
URI format
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