You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by TLmaK0 <gi...@git.apache.org> on 2014/02/06 16:12:17 UTC

camel pull request: #CAMEL-3195 Allow camel to send custom xmpp PubSub pack...

GitHub user TLmaK0 opened a pull request:

    https://github.com/apache/camel/pull/93

    #CAMEL-3195 Allow camel to send custom xmpp PubSub packet to a xmpp endp...

    This is a patch extracted from https://issues.apache.org/jira/browse/CAMEL-3195. Only contains the pubsub capability (no presence packet). I have remove the presence support because I will no use it and doesn't pass the old tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/TLmaK0/camel CAMEL-3195

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/93.patch

----
commit 4640c3c64ce407ccb8b2421a0651d444e3812373
Author: Hugo Freire <hf...@abajar.com>
Date:   2014-02-06T14:59:14Z

    #CAMEL-3195 Allow camel to send custom xmpp PubSub packet to a xmpp endpoint

----