Doc updates and fix svn:externals.

This commit is contained in:
Jack Moffitt
2008-06-19 22:13:16 +00:00
parent b63641f7f7
commit 1231d1822c
5 changed files with 23 additions and 21 deletions

View File

@@ -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>.

View File

@@ -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 ==

View File

@@ -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.

View File

@@ -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__

View File

@@ -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__