This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Tue Dec 23 06:25:16 -0800 2008 | |
| |
CHANGES.txt | Wed Apr 05 16:57:56 -0700 2006 | |
| |
COPYING.txt | Tue Jun 14 07:10:31 -0700 2005 | |
| |
Doxyfile | Wed Jul 02 16:17:27 -0700 2008 | |
| |
LICENSE.txt | Thu Jun 19 15:13:16 -0700 2008 | |
| |
Makefile.am | Tue Apr 14 12:47:20 -0700 2009 | |
| |
README.txt | Sun Jan 25 09:40:13 -0800 2009 | |
| |
bootstrap.sh | ||
| |
configure.ac | ||
| |
docs/ | Tue Jun 24 07:43:54 -0700 2008 | |
| |
examples/ | ||
| |
expat - adf19a3 | Mon Dec 15 14:29:28 -0800 2008 | |
| |
src/ | ||
| |
strophe.h | Sun Jan 25 09:37:58 -0800 2009 | |
| |
strophepp.h | ||
| |
tests/ | Tue Apr 14 12:47:20 -0700 2009 | |
| |
vs2008/ | Tue Jul 08 16:09:22 -0700 2008 |
README.txt
This is strophe, our XMPP client library.
Our goals are:
* usable quickly
* well documented
* reliable
== Build Instructions ==
We use the 'scons' tool to build the library, unit tests,
documentation and examples. You'll need to obtain a copy
from http://www.scons.org/ or from your system distributor.
Once scons is installed, invoke 'scons' in the top-level
directory to build the library. This will create a static
library (also in the top-level) directory which can be
linked into other programs. The public api is defined
in <strophe.h> which is also in the top-level directory.
Invoke 'scons test' in the top-level directory to execute
the unit and self tests.
The examples/ directory contains some examples of how to
use the library; these may be helpful in addition to the
API documentation in doc/.
== Requirements ==
Libstrophe requires libresolv on UNIX systems. Make sure you include -lresolv
if you are compiling by hand.
It also uses expat for XML processing, but a current copy is included in the
expat/ directory of the SVN checkout








