Results 1 to 3 of 3

Thread: Sending Smack Messages Using ChatMessageSendingMessageHandler

  1. #1
    Join Date
    Jul 2010
    Posts
    139

    Default Sending Smack Messages Using ChatMessageSendingMessageHandler

    I never thought to look at the ChatMessageSendingMessageHandler, but it looks like this only supports sending text [i.e. org.jivesoftware.smack.Chat.sendMessage(String text)]. I was hoping this would also support sending a full Smack message. While I can certainly work with this limitation by including an extra transformer in the my workflow before the message enters the outbound XMPP adapter, I was hoping the ChatMessageSendingMessageHandler would handle converting the Spring Integration message into a Smack message for me.

    Any thoughts on this? Seems like a minor issue (if even an issue at all), and maybe this was considered during development as is working as designed.

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Please open a JIRA improvement request. We should be able to accept payload as a Smack Message for sending, since we support it on the receiving side where you can receive either just text of the entire Smack message.

  3. #3
    Join Date
    Jul 2010
    Posts
    139

    Default

    I created JIRA INT-1648.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •