libstrophe icon indicating copy to clipboard operation
libstrophe copied to clipboard

xmpp_send_simple_message function + example

Open cizra opened this issue 13 years ago • 0 comments

I created a function for simple sending of messages, plus examples/simple.c demonstrating its usage.

void xmpp_send_simple_message(xmpp_conn_t *conn, const char * const to, const char * const message);

Patch attached here: https://gist.github.com/3318616

cizra avatar Aug 10 '12 22:08 cizra