comparison mcabber/src/jabglue.h @ 294:871e53769084

Allow one status message per Jabber status Messages can be defined with the following options: message (overrides any of the others), message_avail, message_free, message_dnd, message_notavail, message_away
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 12:44:57 +0100
parents 4d7040cff8ee
children 35cda94e570d 12f919be3da5
comparison
equal deleted inserted replaced
293:d0295e735768 294:871e53769084
41 void jb_main(); 41 void jb_main();
42 void jb_addbuddy(const char *jid, const char *name, const char *group); 42 void jb_addbuddy(const char *jid, const char *name, const char *group);
43 void jb_delbuddy(const char *jid); 43 void jb_delbuddy(const char *jid);
44 void jb_updatebuddy(const char *jid, const char *name, const char *group); 44 void jb_updatebuddy(const char *jid, const char *name, const char *group);
45 inline enum imstatus jb_getstatus(); 45 inline enum imstatus jb_getstatus();
46 void jb_setstatus(enum imstatus st, char *msg); 46 void jb_setstatus(enum imstatus st, const char *msg);
47 void jb_send_msg(const char *, const char *); 47 void jb_send_msg(const char *, const char *);
48 void jb_keepalive(); 48 void jb_keepalive();
49 inline void jb_reset_keepalive(); 49 inline void jb_reset_keepalive();
50 void jb_set_keepalive_delay(unsigned int delay); 50 void jb_set_keepalive_delay(unsigned int delay);
51 inline void jb_set_priority(unsigned int priority); 51 inline void jb_set_priority(unsigned int priority);