
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
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
|