|
XMPP has been edited by Vadim Chekan (Jul 24, 2008). Content:XMPP ComponentThe xmpp: component implements an XMPP (Jabber) transport. URI formatxmpp://[EMAIL PROTECTED]:port][/participant][?Options]
ExamplesUser "superman" to join room crypton at jabber server with password "secret". xmpp://[EMAIL PROTECTED]/[EMAIL PROTECTED]&password=secret
User "superman" to send messages to joker xmpp://[EMAIL PROTECTED]/[EMAIL PROTECTED]
Routing example in Java from("timer://kickoff?period=10000"). setBody(constant("I will win!\n Your Superman.")). to("xmpp://[EMAIL PROTECTED]/[EMAIL PROTECTED]"); Consumer configuration. Will write all messages from Joker into a queue "evil.talk". from("xmpp://[EMAIL PROTECTED]/[EMAIL PROTECTED]"). to("activemq:evil.talk"); See Also |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
