Files
libstrophe-gh/examples
Dmitry Podgorny 2ef432f632 conn: xmpp_conn_set_keepalive() stores parameters in conn
Store keepalive parameters in conn object. This allows call the function
with a disconnected conn. Also, the parameters are not cleared on
reconnect and applied once a socket is created.
2016-04-26 19:48:34 +00:00
..
2015-10-20 16:26:43 +03:00
2015-12-02 14:53:52 +05:30
2016-04-14 15:23:38 +00:00
2015-10-12 15:17:22 +03:00

Build Instructions

Compile example files with the following gcc flags:

gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`