Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
irc:host[:port]/#room

SSL Support

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

Code Block

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

Code Block

ircs:host[:port]/#room?username=user&password=pass&trustManager=#referenceToMyTrustManagerBean
Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also