# Koiné XMPP [![GoDoc](https://godoc.org/bitbucket.org/mellium/xmpp?status.svg)](https://godoc.org/bitbucket.org/mellium/xmpp) **Koiné** is an XMPP library in Go originally designed for the [Mellium][mellium] server project. To use it in your project, import it (or one of its subproject's) like so: ```go import bitbucket.org/mellium/xmpp import bitbucket.org/mellium/xmpp/jid ``` ## License The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file [LICENSE.md][LICENSE]. [mellium]: https://bitbucket.org/mellium [LICENSE]: ./LICENSE.md