]> git.mdlowis.com Git - archive/acc.git/commit
Initial commit of libstrophe code which will be used as the basis for xmpp functionality
authorMike Lowis <mike.lowis@gentex.com>
Wed, 2 Mar 2016 16:05:10 +0000 (11:05 -0500)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 2 Mar 2016 16:05:10 +0000 (11:05 -0500)
commit7f0c639392639202d82b75ba492a00bdabbe6a2b
tree33f6d2610bd2ebb37ed0410e70a03515f83b6f41
parente8c07281a360e5b7090b934437377059d3a25287
Initial commit of libstrophe code which will  be used as the basis for xmpp functionality
46 files changed:
LICENSE.md [moved from LICENSE with 100% similarity]
Makefile [new file with mode: 0644]
source/auth.c [new file with mode: 0644]
source/basic.c [new file with mode: 0644]
source/common.h [new file with mode: 0644]
source/conn.c [new file with mode: 0644]
source/ctx.c [new file with mode: 0644]
source/event.c [new file with mode: 0644]
source/handler.c [new file with mode: 0644]
source/hash.c [new file with mode: 0644]
source/hash.h [new file with mode: 0644]
source/jid.c [new file with mode: 0644]
source/md5.c [new file with mode: 0644]
source/md5.h [new file with mode: 0644]
source/oocontext.cpp [new file with mode: 0644]
source/oostanza.cpp [new file with mode: 0644]
source/ostypes.h [new file with mode: 0644]
source/parser.h [new file with mode: 0644]
source/parser_expat.c [new file with mode: 0644]
source/parser_libxml2.c [new file with mode: 0644]
source/rand.c [new file with mode: 0644]
source/rand.h [new file with mode: 0644]
source/resolver.c [new file with mode: 0644]
source/resolver.h [new file with mode: 0644]
source/sasl.c [new file with mode: 0644]
source/sasl.h [new file with mode: 0644]
source/scram.c [new file with mode: 0644]
source/scram.h [new file with mode: 0644]
source/sha1.c [new file with mode: 0644]
source/sha1.h [new file with mode: 0644]
source/snprintf.c [new file with mode: 0644]
source/snprintf.h [new file with mode: 0644]
source/sock.c [new file with mode: 0644]
source/sock.h [new file with mode: 0644]
source/stanza.c [new file with mode: 0644]
source/strophe.h [new file with mode: 0644]
source/thread.c [new file with mode: 0644]
source/thread.h [new file with mode: 0644]
source/tls.h [new file with mode: 0644]
source/tls_dummy.c [new file with mode: 0644]
source/tls_gnutls.c [new file with mode: 0644]
source/tls_openssl.c [new file with mode: 0644]
source/tls_schannel.c [new file with mode: 0644]
source/util.c [new file with mode: 0644]
source/util.h [new file with mode: 0644]
source/uuid.c [new file with mode: 0644]