Commit Graph

20 Commits

Author SHA1 Message Date
Jack Moffitt
b6027cfd7f Updated copyright years and fixed LLC typo. 2008-06-19 22:33:13 +00:00
James Canete
1f453d2ecf Add schannel support (win32 only)
Fix a couple compile warnings.
Extend features timeout to 5 seconds.
2007-11-05 02:30:04 +00:00
Jack Moffitt
8c9e66b2da Prep changelog and version number for release. 2006-03-09 21:42:47 +00:00
Jack Moffitt
c52d0aaa28 Add new snprintf/vsnprintf implementation. This should fix the compability
problems between Win32 (with its broken implementation) and the standard
stdio API.  Also fixed a bug in debug output where long messages got
truncated to 1023 chars, and in xmpp_stanza_to_text where long stanzas
got truncated by one character.
2006-01-21 00:26:40 +00:00
Jack Moffitt
9a06adc267 Bump version number post release. 2006-01-17 18:28:20 +00:00
Jack Moffitt
6dc79c2ec1 Updated version number for release. 2006-01-17 18:19:16 +00:00
Jack Moffitt
359c47ffdc Another pass at C++ification. 2005-08-02 20:18:14 +00:00
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