You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2009/07/03 18:04:07 UTC

[jira] Resolved: (CAMEL-1787) Add SSL support to camel-irc

     [ https://issues.apache.org/activemq/browse/CAMEL-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved CAMEL-1787.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
         Assignee: Jonathan Anstey

http://svn.apache.org/viewvc?rev=790952&view=rev & http://svn.apache.org/viewvc?rev=790956&view=rev

> Add SSL support to camel-irc
> ----------------------------
>
>                 Key: CAMEL-1787
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1787
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Stan Lewis
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: patch.txt
>
>
> Am attaching a patch that adds SSL support to camel-irc for connecting to SSL-enabled IRC servers.  Unfortunately I haven't tracked down a public IRC server that's SSL enabled to add a test for this but have tested here a bunch against a private IRC server.  The URI format is like:
> ircs://<username>:server:6667/#channel
> By default the component will use [SSLDefaultTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html] but I've added in another parameter so you can pass ?trustManagerClass and specify a class that implements [SSLTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLTrustManager.html]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.