libstrophe

用于编写 XMPP 客户端的简单轻量级 C 库。「A simple, lightweight C library for writing XMPP clients」

Github星跟踪图

libstrophe Build Status

libstrophe is a lightweight XMPP client library written in C. It has
minimal dependencies and is configurable for various environments. It
runs well on Linux, Unix and Windows based platforms.

Its goals are:

  • usable quickly
  • well documented
  • reliable

Build Instructions

If you are building from a source control checkout, run:

./bootstrap.sh

to generate the configure script.

From the top-level directory, run the following commands:

./configure
make

The public API is defined in strophe.h which is 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

To install on your system, as root (or using sudo):

make install

Note, the default install path is /usr/local/, to specify
another path use the --prefix option during configure, e.g.:

./configure --prefix=/usr

Android

Run script build-android.sh and follow the instructions. You will
need expat sources and android-ndk.

Requirements

libstrophe requires:

  • expat or libxml2 - expat is the default; use --with-libxml2 to
    switch
  • openssl on UNIX systems

To build libstrophe using autotools you will need autoconf, automake,
libtool and pkg-config.

Installation

libstrophe package has been added to popular Linux distributions,
BSD systems and OSX package managers.

Documentation

API documentation is inline with the code and conforms to Doxygen
standards. You can generate an HTML version of the API documentation
by running:

doxygen

Then open docs/html/index.html.

主要指标

概览
名称与所有者strophe/libstrophe
主编程语言C
编程语言Shell (语言数: 4)
平台
许可证Other
所有者活动
创建于2013-04-29 14:59:40
推送于2025-04-06 07:38:56
最后一次提交2025-04-02 10:16:16
发布数19
最新版本名称0.14.0 (发布于 2025-03-13 14:46:27)
第一版名称0.8.5 (发布于 )
用户参与
星数419
关注者数46
派生数163
提交数820
已启用问题?
问题数125
打开的问题数16
拉请求数79
打开的拉请求数6
关闭的拉请求数45
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?