Doc updates and fix svn:externals.
This commit is contained in:
11
LICENSE.txt
11
LICENSE.txt
@@ -1,5 +1,8 @@
|
||||
libstrophe XMPP client library
|
||||
Copyright (C) 2005 OGG, LLC.
|
||||
strophe XMPP client library
|
||||
Copyright (C) 2005-2008 OGG, LLC.
|
||||
|
||||
Free Software License
|
||||
---------------------
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
@@ -16,6 +19,10 @@ along with this program (in a file named COPYING). If not, write to
|
||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
|
||||
|
||||
Commericial Licenses
|
||||
--------------------
|
||||
|
||||
For information about purchasing an exemption for use with
|
||||
proprietary software under terms other than the above, please
|
||||
contact <sales@onlinegamegroup.com>.
|
||||
|
||||
12
README.txt
12
README.txt
@@ -1,14 +1,10 @@
|
||||
This is libstrophe, our experimental XMPP C client library.
|
||||
This is strophe, our XMPP client library.
|
||||
|
||||
Our goals are:
|
||||
|
||||
(a) usable quickly
|
||||
(b) well documented
|
||||
(c) reliable
|
||||
(d) not suck
|
||||
|
||||
And to implement the complete XMPP spec, but not the historical Jabber
|
||||
bits.
|
||||
* usable quickly
|
||||
* well documented
|
||||
* reliable
|
||||
|
||||
== Build Instructions ==
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
Melissa's suggestions:
|
||||
something to do with note passing in high school
|
||||
something related to telephones/switchboards, etc
|
||||
|
||||
ganglion
|
||||
thalamus
|
||||
|
||||
jack's suggestion:
|
||||
eloquence and eloq for sure. libeloq etc.
|
||||
@@ -1,7 +1,8 @@
|
||||
/* strophe.h
|
||||
** libstrophe XMPP client library API
|
||||
** strophe XMPP client library C API
|
||||
**
|
||||
** Copyright (C) 2005 OGG, LLC. All rights reserved.
|
||||
** Copyright (C) 2005-2008 OGG, LLC.
|
||||
** Please see LICENSE.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef __LIBSTROPHE_STROPHE_H__
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/* strophepp.h
|
||||
** strophe XMPP client library C++ API
|
||||
**
|
||||
** Copyright (C) 2005-2008 OGG, LLC.
|
||||
** Please see LICENSE.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef __LIBSTROPHE_STROPHEPP_H__
|
||||
#define __LIBSTROPHE_STROPHEPP_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user