forked from strophe/libstrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple, lightweight C library for writing XMPP clients
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE.txt
GPL-3.0
COPYING
GPL-3.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Tusharsb/libstrophe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is strophe, our XMPP client library. Our goals are: * usable quickly * well documented * reliable == Build Instructions == From the top-level directory, run the following commands NOTE: By default libstrophe uses expat as it's XML parser. You may pass in --with-libxml2 with the ./configure command to switch to using libxml2 as your XML parser. $ ./bootstrap.sh $ ./configure or $ ./configure --with-libxml2 $ make 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. 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
About
A simple, lightweight C library for writing XMPP clients
Resources
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE.txt
GPL-3.0
COPYING
GPL-3.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 98.1%
- C++ 1.9%