comparison mcabber/src/jabglue.h @ 116:1e7e59775f12

[/trunk] Changeset 130 by mikael * Add /status command. * Fix /quit command when there is a trailing word ("/quit bye"...). * Add an extension (.txt) to the TODO file.
author mikael
date Mon, 25 Apr 2005 15:26:17 +0000
parents edb5591e2e64
children 6d2122c003c4
comparison
equal deleted inserted replaced
115:33bff2c57293 116:1e7e59775f12
28 }; 28 };
29 29
30 jconn jb_connect(const char *jid, unsigned int port, int ssl, const char *pass); 30 jconn jb_connect(const char *jid, unsigned int port, int ssl, const char *pass);
31 void jb_disconnect(void); 31 void jb_disconnect(void);
32 void jb_main(); 32 void jb_main();
33 inline enum imstatus jb_getstatus();
34 void jb_setstatus(enum imstatus st, char *msg);
33 void jb_send_msg(const char *, const char *); 35 void jb_send_msg(const char *, const char *);
34 void jb_keepalive(); 36 void jb_keepalive();
35 inline void jb_reset_keepalive(); 37 inline void jb_reset_keepalive();
36 void jb_set_keepalive_delay(unsigned int delay); 38 void jb_set_keepalive_delay(unsigned int delay);
37 39