Hi there, I'm completely new to Camel and am currently trying to get a basic Google Talk XMPP receiver to run that simply writes the received message to the log. I'm using Camel within ServiceMix and wrote this snippet:
> from("xmpp://receiving_u...@googlemail.com/sending_u...@googlemail.com?password=secret") > .to("log:mytestlog"); As soon as I try to deploy this route, I'm getting plenty of exceptions that run down to: > org.apache.camel.RuntimeCamelException: SASL authentication failed using > mechanism PLAIN What am I doing wrong? Regards, Stefan