Pedro Melo 091f5aab71 Promote xmpp_send_raw and xmpp_send_raw_string to the public API
If you receive XML data to send from some place else in your app, you just want to send it.

Signed-off-by: Jack Moffitt <jack@metajack.im>
2009-01-25 10:37:58 -07:00
2005-08-02 20:18:14 +00:00
2008-12-23 07:26:20 -07:00
2008-12-23 07:25:16 -07:00
2006-04-05 23:57:56 +00:00
2008-06-19 22:13:16 +00:00

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

Description
Languages
C 95.1%
M4 2.9%
Makefile 1.7%
Shell 0.3%