metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

xmpp_send_simple_message function + example #29

Open cizra opened 12 years ago

cizra commented 12 years ago

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