comparison mcabber/src/jabglue.h @ 1197:6f602d3270a4

Add /pgp [-]force With this command it becomes possible to enforce PGP encryption without checking if the remote client has PGP support. It can be used to send encrypted offline messages too.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Apr 2007 00:37:57 +0200
parents 2913310a7be6
children 9bc68473f8a3
comparison
equal deleted inserted replaced
1196:d657a13fd71a 1197:6f602d3270a4
60 inline const char *jb_getstatusmsg(void); 60 inline const char *jb_getstatusmsg(void);
61 void jb_setstatus(enum imstatus st, const char *recipient, const char *msg, 61 void jb_setstatus(enum imstatus st, const char *recipient, const char *msg,
62 int do_not_sign); 62 int do_not_sign);
63 inline void jb_setprevstatus(void); 63 inline void jb_setprevstatus(void);
64 void jb_send_msg(const char *fjid, const char *text, int type, 64 void jb_send_msg(const char *fjid, const char *text, int type,
65 const char *subject, const char *id, guint *encrypted); 65 const char *subject, const char *id, gint *encrypted);
66 void jb_send_raw(const char *str); 66 void jb_send_raw(const char *str);
67 void jb_send_chatstate(gpointer buddy, guint chatstate); 67 void jb_send_chatstate(gpointer buddy, guint chatstate);
68 void jb_keepalive(void); 68 void jb_keepalive(void);
69 inline void jb_reset_keepalive(void); 69 inline void jb_reset_keepalive(void);
70 void jb_set_keepalive_delay(unsigned int delay); 70 void jb_set_keepalive_delay(unsigned int delay);