diff 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
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Mon Nov 13 21:58:18 2006 +0100
+++ b/mcabber/src/jabglue.h	Wed Nov 15 00:04:57 2006 +0100
@@ -71,6 +71,8 @@
 void jb_set_storage_bookmark(const char *roomid, const char *name,
                              const char *nick, const char *passwd,
                              int autojoin);
+char *jb_get_storage_rosternotes(const char *barejid);
+void jb_set_storage_rosternotes(const char *barejid, const char *note);
 
 #endif /* __JABGLUE_H__ */