vindiagram-ng opened a new pull request #4058:
URL: https://github.com/apache/camel/pull/4058


   Updated the XmppConsumer to "chatWith" the Participant instead of the 
ChatId. This solves an error when configuring a route to consume from a 
participant with a domain id and without a room defined the call to 
'JidCreate.entityBareFrom(endpoint.getChatId())' would throw and exception 
because of the ill-formed JID returned by getChatId.
   
   Added a function to XmppEndpoint to resolved the Fully qualified JID of the 
configured participant. This function when used by the XmppConsumer for direct 
chats will allow route participants to be defined without their domain and 
assume the domain of the server being connected too. This solves an error when 
configuring a route to consume from a participant without a domain id and 
without a room defined the call to 
'JidCreate.entityBareFrom(endpoint.getChatId())' would throw and exception 
because of the ill-formed JID returned by getChatId.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to