You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Michael Santos 4cbd8ec1c3 Add wrappers around libstrophe funs that may fail
Check for errors on libstrophe functions that return non-void. Some of
the funs have undocumented failure conditions (e.g.,
xmpp_stanza_copy()). Others return less than zero or enum values. To
account for future discoveries, use a wrapper instead of a macro.
9 years ago
examples Forward stdin over XMPP 10 years ago
src Add wrappers around libstrophe funs that may fail 9 years ago
.gitignore Forward stdin over XMPP 10 years ago
Makefile Generate a unique ID per message 10 years ago