Files
libstrophe-gh/.gitignore
Jack Moffitt 3fd7515dcf Abstracted XML parser library and switched to autotools building.
expat is still the default parser, but libxml2 can also be used
via an option to the configure script.  New parsers can easily be
added by implementing a parser_foo.c that uses the interface defined
in parser.h.
2009-04-14 13:47:20 -06:00

23 lines
250 B
Plaintext

Makefile
Makefile.in
configure
install-sh
missing
aclocal.m4
config.log
config.status
depcomp
autom4te.cache
.dirstamp
.deps
.sconsign*
src/*.o
examples/*.o
tests/*.o
tests/check_parser
*.a
examples/basic
examples/active
examples/roster
examples/bot