comparison mcabber/src/jabglue.h @ 1016:4d3c48844746

Add /roster note Implement XEP-0145 (Annotations) Usage: /roster note [-|note_text]
author Mikael Berthe <mikael@lilotux.net>
date Wed, 15 Nov 2006 00:04:57 +0100
parents 579299b1c9b2
children 9d5f6e0ea7b3
comparison
equal deleted inserted replaced
1015:579299b1c9b2 1016:4d3c48844746
69 void jb_iqs_display_list(void); 69 void jb_iqs_display_list(void);
70 void jb_request(const char *jid, enum iqreq_type reqtype); 70 void jb_request(const char *jid, enum iqreq_type reqtype);
71 void jb_set_storage_bookmark(const char *roomid, const char *name, 71 void jb_set_storage_bookmark(const char *roomid, const char *name,
72 const char *nick, const char *passwd, 72 const char *nick, const char *passwd,
73 int autojoin); 73 int autojoin);
74 char *jb_get_storage_rosternotes(const char *barejid);
75 void jb_set_storage_rosternotes(const char *barejid, const char *note);
74 76
75 #endif /* __JABGLUE_H__ */ 77 #endif /* __JABGLUE_H__ */
76 78
77 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 79 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */