Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 94432 invoked from network); 3 Jul 2009 16:08:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jul 2009 16:08:21 -0000 Received: (qmail 89423 invoked by uid 500); 3 Jul 2009 16:08:31 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 89387 invoked by uid 500); 3 Jul 2009 16:08:31 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 89377 invoked by uid 500); 3 Jul 2009 16:08:31 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 89374 invoked by uid 99); 3 Jul 2009 16:08:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 16:08:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 16:08:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11306234C046 for ; Fri, 3 Jul 2009 09:08:07 -0700 (PDT) Message-ID: <1318038450.1246637287068.JavaMail.jira@brutus> Date: Fri, 3 Jul 2009 09:08:07 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1787) Add SSL support to camel-irc In-Reply-To: <2085835555.1246562527003.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52683#action_52683 ] Claus Ibsen commented on CAMEL-1787: ------------------------------------ And Class.forName does not work well in OSGi platforms and whatnot. If you really need to load a class you should use CamelContext.getClassResolver and use it to load a class as it can handle OSGi vs non OSGi platforms. > 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://: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.