[
https://issues.apache.org/activemq/browse/CAMEL-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44646#action_44646
]
Claus Ibsen commented on CAMEL-757:
-----------------------------------
Vadim
You have this code. Could you explain with code comments why you are creating
the private chat two times?
privateChat = endpoint.getConnection().createChat(endpoint.getParticipant());
+ privateChat.addMessageListener(this);
+ privateChat =
endpoint.getConnection().createChat(endpoint.getParticipant());
> Add room support in consumer mode
> ---------------------------------
>
> Key: CAMEL-757
> URL: https://issues.apache.org/activemq/browse/CAMEL-757
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-xmpp
> Affects Versions: 1.4.0
> Reporter: Vadim Chekan
> Priority: Minor
> Fix For: 1.5.0
>
> Attachments: diff.txt
>
>
> Currently XmppEndpoint support room only for producer but not for consumer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.