This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 11c9fde Regen 11c9fde is described below commit 11c9fde6cf1e41c2813f9b3f866aa7987b7a4a1b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 28 11:56:06 2019 +0100 Regen --- .../camel-as2/camel-as2-component/src/main/docs/as2-component.adoc | 3 ++- docs/components/modules/ROOT/pages/telegram-component.adoc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc index 4b6766e..022f18d 100644 --- a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc +++ b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc @@ -114,7 +114,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 29 options, which are listed below. +The component supports 30 options, which are listed below. @@ -135,6 +135,7 @@ The component supports 29 options, which are listed below. | *camel.component.as2.configuration.encrypting-algorithm* | The algorithm used to encrypt EDI message. | | AS2EncryptionAlgorithm | *camel.component.as2.configuration.encrypting-certificate-chain* | The chain of certificates used to encrypt EDI message. | | Certificate[] | *camel.component.as2.configuration.from* | The value of the From header of AS2 message. | | String +| *camel.component.as2.configuration.mdn-message-template* | The template used to format MDN message | | String | *camel.component.as2.configuration.method-name* | What sub operation to use for the selected operation | | String | *camel.component.as2.configuration.request-uri* | The request URI of EDI message. | / | String | *camel.component.as2.configuration.server* | The value included in the Server message header identifying the AS2 Server. | Camel AS2 Server Endpoint | String diff --git a/docs/components/modules/ROOT/pages/telegram-component.adoc b/docs/components/modules/ROOT/pages/telegram-component.adoc index 83a4461..bc928b0 100644 --- a/docs/components/modules/ROOT/pages/telegram-component.adoc +++ b/docs/components/modules/ROOT/pages/telegram-component.adoc @@ -192,6 +192,8 @@ The following message bodies are allowed for a producer endpoint (messages of ty | `OutgoingAudioMessage` | To send a mp3 audio to a chat | `OutgoingVideoMessage` | To send a mp4 video to a chat | `OutgoingDocumentMessage` | To send a file to a chat (any media type) +| `SendLocationMessage` | To send a location (setSendLocation) +| `EditMessageLiveLocationMessage` | To send changes to a live location (editMessageLiveLocation) | `byte[]` | To send any media type supported. It requires the `CamelTelegramMediaType` header to be set to the appropriate media type | `String` | To send a text message to a chat. It gets converted automatically into a `OutgoingTextMessage`