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 (
CaptTofu (author)
Fri Oct 09 09:37:47 -0700 2009
commit f8279eab86385ea45afa5c0032e2559da38bfcdd
tree 47076408f79ac4dabb4330b3e2666d2526508f82
parent 05273f9f90c6823079c4981c714439304a30126e
tree 47076408f79ac4dabb4330b3e2666d2526508f82
parent 05273f9f90c6823079c4981c714439304a30126e
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 01 14:20:30 -0700 2009 | |
| |
.gitmodules | Tue Dec 23 06:25:16 -0800 2008 | |
| |
CHANGES.txt | Wed Apr 05 16:57:56 -0700 2006 | |
| |
Doxyfile | Tue May 05 09:18:48 -0700 2009 | |
| |
GPL-LICENSE.txt | Mon Jun 15 14:26:10 -0700 2009 | |
| |
LICENSE.txt | Mon Jun 15 14:26:10 -0700 2009 | |
| |
MIT-LICENSE.txt | Mon Jun 15 14:26:10 -0700 2009 | |
| |
Makefile.am | Fri Oct 09 21:09:20 -0700 2009 | |
| |
README.txt | Sun Jan 25 09:40:13 -0800 2009 | |
| |
bootstrap.sh | Fri Oct 09 21:09:21 -0700 2009 | |
| |
configure.ac | Fri Oct 09 21:09:20 -0700 2009 | |
| |
docs/ | Tue Jun 24 07:43:54 -0700 2008 | |
| |
examples/ | Mon Jun 15 14:26:10 -0700 2009 | |
| |
expat - adf19a3 | Mon Dec 15 14:29:28 -0800 2008 | |
| |
libstrophe.pc.in | Fri Oct 02 03:52:05 -0700 2009 | |
| |
src/ | Thu Oct 01 15:02:48 -0700 2009 | |
| |
strophe.h | Mon Jun 15 14:37:21 -0700 2009 | |
| |
strophepp.h | Mon Jun 15 14:26:10 -0700 2009 | |
| |
tests/ | Fri Oct 09 21:10:16 -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







