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 <hfre...@abajar.com> Date: 2014-02-06T14:59:14Z #CAMEL-3195 Allow camel to send custom xmpp PubSub packet to a xmpp endpoint ----