You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/08/27 20:19:33 UTC

svn commit: r830283 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache xmpp.html

Author: buildbot
Date: Mon Aug 27 18:19:33 2012
New Revision: 830283

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/xmpp.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Aug 27 18:19:33 2012
@@ -16954,7 +16954,7 @@ The component supports both producer and
 <h3><a shape="rect" name="BookComponentAppendix-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>room</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If this option is specified, the component will connect to MUC (Multi User Chat). Usually, the domain name for MUC is different from the login domain. For example, if you are <tt>superman@jabber.org</tt> and want to join the <tt>krypton</tt> room, then the room URL is <tt>krypton@conference.jabber.org</tt>. Note the <tt>conference</tt> part.<br clear="none">
-Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr></tbody></table>
+Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>testConnectionOnStartup</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> Specifies whether to test the connection on startup. 
 This is used to ensure that the XMPP client has a valid connection to the XMPP server when the route starts. Camel throws an exception on startup if a connection cannot be established. When this option is set to false, Camel will attempt to establish a "lazy" connection when needed by a producer, and will poll for a consumer connection until the connection is established.   Default is <tt>true</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>connectionPollDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> The amount of time in seconds between polls to verify the health of the XMPP connection, or between attempts to establish an initial consumer connection. Camel will try to re-establish a connection if it has become inactive. Default is <tt>10 seconds</tt>.</td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Aug 27 18:19:33 2012
@@ -37557,7 +37557,7 @@ The component supports both producer and
 <h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>room</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If this option is specified, the component will connect to MUC (Multi User Chat). Usually, the domain name for MUC is different from the login domain. For example, if you are <tt>superman@jabber.org</tt> and want to join the <tt>krypton</tt> room, then the room URL is <tt>krypton@conference.jabber.org</tt>. Note the <tt>conference</tt> part.<br clear="none">
-Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr></tbody></table>
+Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>testConnectionOnStartup</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> Specifies whether to test the connection on startup. 
 This is used to ensure that the XMPP client has a valid connection to the XMPP server when the route starts. Camel throws an exception on startup if a connection cannot be established. When this option is set to false, Camel will attempt to establish a "lazy" connection when needed by a producer, and will poll for a consumer connection until the connection is established.   Default is <tt>true</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>connectionPollDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> The amount of time in seconds between polls to verify the health of the XMPP connection, or between attempts to establish an initial consumer connection. Camel will try to re-establish a connection if it has become inactive. Default is <tt>10 seconds</tt>.</td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/xmpp.html
==============================================================================
--- websites/production/camel/content/xmpp.html (original)
+++ websites/production/camel/content/xmpp.html Mon Aug 27 18:19:33 2012
@@ -106,7 +106,7 @@ The component supports both producer and
 <h3><a shape="rect" name="XMPP-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>room</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If this option is specified, the component will connect to MUC (Multi User Chat). Usually, the domain name for MUC is different from the login domain. For example, if you are <tt>superman@jabber.org</tt> and want to join the <tt>krypton</tt> room, then the room URL is <tt>krypton@conference.jabber.org</tt>. Note the <tt>conference</tt> part.<br clear="none">
-Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr></tbody></table>
+Starting from camel-1.5.0, it is not a requirement to provide the full room JID. If the <tt>room</tt> parameter does not contain the <tt>@</tt> symbol, the domain part will be discovered and added by Camel</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>user</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> User name (without server name). If not specified, anonymous login will be attempted. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>password</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Password. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>resource</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XMPP resource. The default is <tt>Camel</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>createAccount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, an attempt to create an account will be made. Default is <tt>false</tt>. </
 td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>participant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JID (Jabber ID) of person to receive messages. <tt>room</tt> parameter has precedence over <tt>participant</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>nickname</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Use nickname when joining room. If room is specified and nickname is not, <tt>user</tt> will be used for the nickname. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 1.6/2.0</b> The name of the service you are connecting to. For Google Talk, this would be <tt>gmail.com</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>testConnectionOnStartup</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> Specifies whether to test the connection on startup. 
 This is used to ensure that the XMPP client has a valid connection to the XMPP server when the route starts. Camel throws an exception on startup if a connection cannot be established. When this option is set to false, Camel will attempt to establish a "lazy" connection when needed by a producer, and will poll for a consumer connection until the connection is established.   Default is <tt>true</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>connectionPollDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11</b> The amount of time in seconds between polls to verify the health of the XMPP connection, or between attempts to establish an initial consumer connection. Camel will try to re-establish a connection if it has become inactive. Default is <tt>10 seconds</tt>.</td></tr></tbody></table>
 </div>
 </div>