equal
deleted
inserted
replaced
3 https://github.com/mattn/go-xmpp/. |
3 https://github.com/mattn/go-xmpp/. |
4 |
4 |
5 The core of the protocol is handled by xmpp.go, structs.go, and |
5 The core of the protocol is handled by xmpp.go, structs.go, and |
6 stream.go. Everything else is an extension, though some of the |
6 stream.go. Everything else is an extension, though some of the |
7 provided "extensions" are mandatory pieces of the protocol. |
7 provided "extensions" are mandatory pieces of the protocol. |
|
8 |
|
9 This software is written by Chris Jones <chris@cjones.org>. If you use |
|
10 it, I'd appreciate a note letting me know. Bug reports are |
|
11 welcome. The license is in LICENSE.txt; it's a BSD 2-Clause license |
|
12 from http://opensource.org/licenses/BSD-2-Clause. |