blob: eac346a5e39b08550f3a3cf7f26ccc89555f0df7 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.xmpp.CamelXmppSinkConnector",
"artifactId": "camel-xmpp-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-xmpp-sink",
"type": "sink",
"version": "0.7.0",
"description": "Send and receive messages to\/from an XMPP chat server."
},
"properties": {
"camel.sink.path.host": {
"name": "camel.sink.path.host",
"description": "Hostname for the chat server",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.port": {
"name": "camel.sink.path.port",
"description": "Port number for the chat server",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.participant": {
"name": "camel.sink.path.participant",
"description": "JID (Jabber ID) of person to receive messages. room parameter has precedence over participant.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.login": {
"name": "camel.sink.endpoint.login",
"description": "Whether to login the user.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nickname": {
"name": "camel.sink.endpoint.nickname",
"description": "Use nickname when joining room. If room is specified and nickname is not, user will be used for the nickname.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.pubsub": {
"name": "camel.sink.endpoint.pubsub",
"description": "Accept pubsub packets on input, default is false",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.room": {
"name": "camel.sink.endpoint.room",
"description": "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 supermanjabber.org and want to join the krypton room, then the room URL is kryptonconference.jabber.org. Note the conference part. It is not a requirement to provide the full room JID. If the room parameter does not contain the symbol, the domain part will be discovered and added by Camel",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.serviceName": {
"name": "camel.sink.endpoint.serviceName",
"description": "The name of the service you are connecting to. For Google Talk, this would be gmail.com.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.testConnectionOnStartup": {
"name": "camel.sink.endpoint.testConnectionOnStartup",
"description": "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 true.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.createAccount": {
"name": "camel.sink.endpoint.createAccount",
"description": "If true, an attempt to create an account will be made. Default is false.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resource": {
"name": "camel.sink.endpoint.resource",
"description": "XMPP resource. The default is Camel.",
"defaultValue": "\"Camel\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.connectionConfig": {
"name": "camel.sink.endpoint.connectionConfig",
"description": "To use an existing connection configuration. Currently org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration is only supported (XMPP over TCP).",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "Password for login",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.roomPassword": {
"name": "camel.sink.endpoint.roomPassword",
"description": "Password for room",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.user": {
"name": "camel.sink.endpoint.user",
"description": "User name (without server name). If not specified, anonymous login will be attempted.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.xmpp.lazyStartProducer": {
"name": "camel.component.xmpp.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.xmpp.autowiredEnabled": {
"name": "camel.component.xmpp.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}