Commit Graph

13 Commits

Author SHA1 Message Date
Ralph Giles
d0e64fdac7 Remove the tls source from the build again. We want this to be an optional
dependency and that doesn't work yet. Memory like a sieve.
2005-07-27 07:01:47 +00:00
Ralph Giles
62faeab1d4 Add the new backend-specific tls source to the build.
Also prune the build spec for the examples. -Iexpat/lib will have to be
added again if we ever use expat in the example clients directly, but
for now it's unnecessary.
2005-07-27 06:55:08 +00:00
Ralph Giles
7c7e844f43 Rename basic_logging.c to basic.c, replacing the old version.
Having debugging on by default in the example seems to help
people trying out the library, and with the default_logger()
call it's not too much extra complication.

We should also write an example/complex.c that exercises
all the callback options, a custom allocator and so on.
2005-06-29 18:07:20 +00:00
Jack Moffitt
c24df2b5f0 Added a basic_logging.c which shows how to use the logging stuff. Moved
xmpp_log_level_name into strophe.h for client access.
2005-06-28 21:23:57 +00:00
Jack Moffitt
886b9e602c First draft of thread abstraction. 2005-06-21 23:56:20 +00:00
Jack Moffitt
acaebfcb51 Reroll changeset:185. 2005-06-15 18:36:18 +00:00
Jack Moffitt
781ba29c36 Rollback changeset:185 before we retag. 2005-06-15 18:26:46 +00:00
Ralph Giles
34f2f10294 Bump version number after release. 2005-06-15 17:21:43 +00:00
Jack Moffitt
0d311771bb Code now builds in Win32 and tests pass. Example code seems to fail though, still tracking that down. 2005-06-15 05:17:07 +00:00
Jack Moffitt
17feefe78a More minor win32 build fixes. The only linking problem is now expat.lib. 2005-06-14 23:27:58 +00:00
Ralph Giles
72699eff45 Rename xmpp.h to strophe.h and apply the name changes to the internal
header multiple include protection.
2005-06-14 14:25:42 +00:00
Ralph Giles
15f1636d41 Apply the name change to SConstruct, generating libstrophe.a instead
of libxmpp.a.
2005-06-14 14:17:06 +00:00
Ralph Giles
f27235b862 Move the xmpp library to its new name. 2005-06-14 14:10:31 +00:00