Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 549A3200AC7 for ; Mon, 2 May 2016 08:35:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 52F6B1609B0; Mon, 2 May 2016 08:35:00 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9A1271609A1 for ; Mon, 2 May 2016 08:34:59 +0200 (CEST) Received: (qmail 9988 invoked by uid 500); 2 May 2016 06:34:58 -0000 Mailing-List: contact commits-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 commits@camel.apache.org Received: (qmail 9979 invoked by uid 99); 2 May 2016 06:34:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 06:34:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AFD60DFA10; Mon, 2 May 2016 06:34:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <1e4362fc964441288a71c3493a8b72d9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Component docs. This closes #971 Date: Mon, 2 May 2016 06:34:58 +0000 (UTC) archived-at: Mon, 02 May 2016 06:35:00 -0000 Repository: camel Updated Branches: refs/heads/master 6fb84cfb7 -> ec54b23f3 Component docs. This closes #971 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ec54b23f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ec54b23f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ec54b23f Branch: refs/heads/master Commit: ec54b23f34810a943f50a3db48d70c64c98ab4c9 Parents: 6fb84cf Author: Claus Ibsen Authored: Mon May 2 08:34:51 2016 +0200 Committer: Claus Ibsen Committed: Mon May 2 08:34:51 2016 +0200 ---------------------------------------------------------------------- components/camel-irc/src/main/docs/irc.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ec54b23f/components/camel-irc/src/main/docs/irc.adoc ---------------------------------------------------------------------- diff --git a/components/camel-irc/src/main/docs/irc.adoc b/components/camel-irc/src/main/docs/irc.adoc index 5660992..ed9fbc9 100644 --- a/components/camel-irc/src/main/docs/irc.adoc +++ b/components/camel-irc/src/main/docs/irc.adoc @@ -43,8 +43,9 @@ The IRC component has no options. + // endpoint options: START -The IRC component supports 23 endpoint options which are listed below: +The IRC component supports 24 endpoint options which are listed below: [width="100%",cols="2s,1,1m,1m,5",options="header"] |======================================================================= @@ -53,7 +54,7 @@ The IRC component supports 23 endpoint options which are listed below: | port | common | 6667,6668,6669 | int | Port number for the IRC chat server | autoRejoin | common | true | boolean | Whether to auto re-join when being kicked | colors | common | true | boolean | Whether or not the server supports color codes. -| namesOnJoin | common | false | boolean | Whether or not to send the NAMES command after a channel has been joined. +| namesOnJoin | common | false | boolean | Sends NAMES command to channel after joining it. link onReply has to be true in order to process the result which will have the header value irc.num = '353'. | nickname | common | | String | The nickname used in chat. | nickPassword | common | | String | Your IRC server nickname password. | onJoin | common | true | boolean | Handle user join events. @@ -77,6 +78,7 @@ The IRC component supports 23 endpoint options which are listed below: // endpoint options: END + [[IRC-SSLSupport]] SSL Support ^^^^^^^^^^^