README
author Chris Jones <christian.jones@sri.com>
Sun, 09 Feb 2014 09:50:38 -0700
changeset 182 626c390682fc
parent 35 569833f08780
child 183 b4bd77d58a3e
permissions -rw-r--r--
Added a license (and my email address).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     1
Extensible library for handling the XMPP protocol (RFC 3920). This
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     2
code is inspired by, but not derived from,
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     3
https://github.com/mattn/go-xmpp/.
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     4
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     5
The core of the protocol is handled by xmpp.go, structs.go, and
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     6
stream.go. Everything else is an extension, though some of the
569833f08780 Doc and comment update.
Chris Jones <chris@cjones.org>
parents:
diff changeset
     7
provided "extensions" are mandatory pieces of the protocol.
182
626c390682fc Added a license (and my email address).
Chris Jones <christian.jones@sri.com>
parents: 35
diff changeset
     8
626c390682fc Added a license (and my email address).
Chris Jones <christian.jones@sri.com>
parents: 35
diff changeset
     9
This software is written by Chris Jones <chris@cjones.org>. If you use
626c390682fc Added a license (and my email address).
Chris Jones <christian.jones@sri.com>
parents: 35
diff changeset
    10
it, I'd appreciate a note letting me know. Bug reports are
626c390682fc Added a license (and my email address).
Chris Jones <christian.jones@sri.com>
parents: 35
diff changeset
    11
welcome. The license is in LICENSE.txt; it's a BSD 2-Clause license
626c390682fc Added a license (and my email address).
Chris Jones <christian.jones@sri.com>
parents: 35
diff changeset
    12
from http://opensource.org/licenses/BSD-2-Clause.