Did you or anyone else already solve this problem? I got stuck with the same problem that you have.
Greetings Robert -----Ursprüngliche Nachricht----- Von: Tijs [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. November 2007 16:30 An: [email protected] Betreff: XMPP send instant message I have set-up a simple example with Camel 1.3 that listens for incoming messages from XMPP and then should sent a message back to XMPP. I use the following configuration: <route> <from uri="xmpp://[EMAIL PROTECTED]/?password=servicemix"/> <to uri="xmpp://[EMAIL PROTECTED]/?password=test2&participant=test"/> </route> A message that is sent to user servicemix is received, but the message is never sent to user test. I have debugged the code and in the XmppPrivateChatProducer class the message is actually sent without any errors. Any help is appreciated! Thanks, Tijs -- View this message in context: http://www.nabble.com/XMPP-send-instant-message-tf4916588s22882.html#a140723 90 Sent from the Camel - Users mailing list archive at Nabble.com.
