A lightweight XMPP client designed for use with monitoring software.
- Java 1.7 (or above)
- Maven 3
mvn assembly:single
Please do! Go on, don't be shy.
- Create an Issue that clearly describes:
- the problem you are trying to solve
- an outline of your proposed solution
- Wait a little while for any feedback
- Fork XMPPWrite into your very own GitHub repository
- Create a topic branch with a name corresponding to the issue number
from step 1 e.g #XXX:
$ git clone [email protected]/wave2/xmppwrite.git my-xmppwrite-repo$ cd my-xmppwrite-repo$ git checkout -b xmppwrite-XXX
- Commit your changes and include the issue number in your
commit message:
$ git commit -am "[#XXX] Added something cool"
- Push your changes to the branch:
$ git push origin xmppwrite-XXX
- Send a Pull Request including the issue number in the subject
Copyright © 2011-2014 Wave2 Limited. All rights reserved. Licensed under BSD License.