1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00
profanity/jabber.h

10 lines
200 B
C
Raw Normal View History

2012-02-05 18:29:09 -05:00
#ifndef JABBER_H
#define JABBER_H
2012-02-06 19:08:59 -05:00
void jabber_connect(char *user, char *passwd);
void jabber_disconnect(void);
void jabber_process_events(void);
2012-02-08 17:46:35 -05:00
void jabber_send(char *msg, char *recipient);
2012-02-05 18:38:35 -05:00
2012-02-05 18:29:09 -05:00
#endif