Ralph Giles
83b5721607
Move the log_level_name[] definitions back to private status within the library.
...
Defining static data in the header causes warnings on Apple gcc, and in general
this should be the client's responsibility. The names are obvious from the
log_level enum, which is public, and it's only one line of boilerplate to
copy in implementing a custom logging function.
2005-06-29 15:36:40 +00:00
Ralph Giles
6a1b2cada9
Also call the connection handler callback if a connection attempt fails.
...
Otherwise there's no way for the client to stop the event loop and/or
retry.
2005-06-29 15:25:08 +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
fa8ef93e8c
First draft C++ api. This is more or less a direct translation of the OO
...
C calls.
2005-06-23 21:01:23 +00:00
Jack Moffitt
3cf080bb2d
Add library init and shutdown.
2005-06-15 05:37:24 +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