Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 99040 invoked from network); 25 Jul 2008 06:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 06:43:21 -0000 Received: (qmail 30855 invoked by uid 500); 25 Jul 2008 06:43:20 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 30824 invoked by uid 500); 25 Jul 2008 06:43:20 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 30800 invoked by uid 99); 25 Jul 2008 06:43:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 23:43:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 06:42:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DF46234C182 for ; Thu, 24 Jul 2008 23:43:00 -0700 (PDT) Message-ID: <228610915.1216968180382.JavaMail.jira@brutus> Date: Thu, 24 Jul 2008 23:43:00 -0700 (PDT) From: "Vadim Chekan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-750) xmpp does not work as consumer endpoint In-Reply-To: <1908462000.1216879980368.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim Chekan resolved CAMEL-750. -------------------------------- Resolution: Cannot Reproduce Ok, it was an issue with me logged in into xmpp server twice. Works fine now. > xmpp does not work as consumer endpoint > --------------------------------------- > > Key: CAMEL-750 > URL: https://issues.apache.org/activemq/browse/CAMEL-750 > Project: Apache Camel > Issue Type: Bug > Components: camel-xmpp > Affects Versions: 1.4.0 > Reporter: Vadim Chekan > Fix For: 1.5.0 > > > Apparently xmpp component can produce consumers endpoint but so far I wasn't successful running it. > Neither this feature is mentioned in documentation. > Neither it is covered by nunit. > Code: > from("xmpp://xxxxxxx@jabber.org/?password=xxxxxxx&participant=yyyyyyy@jabber.org"). > to("mock:vadim"); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.