Skip to content

wave2/xmppwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMPPWrite

A lightweight XMPP client designed for use with monitoring software.

Requirements

  • Java 1.7 (or above)
  • Maven 3

Building

mvn assembly:single

Contributing

Please do! Go on, don't be shy.

  1. Create an Issue that clearly describes:
    • the problem you are trying to solve
    • an outline of your proposed solution
  2. Wait a little while for any feedback
  3. Fork XMPPWrite into your very own GitHub repository
  4. 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
  5. Commit your changes and include the issue number in your commit message:
    • $ git commit -am "[#XXX] Added something cool"
  6. Push your changes to the branch:
    • $ git push origin xmppwrite-XXX
  7. Send a Pull Request including the issue number in the subject

License

Copyright © 2011-2014 Wave2 Limited. All rights reserved. Licensed under BSD License.

About

Lightweight client for sending XMPP messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages