commit fa31fdeddfacd772c8a87fa3e378214d734aa441 parent 112c0ce7b1ebb184888e0692fd868195df97fd34 Author: Jacki <jacki@thejackimonster.de> Date: Wed, 8 May 2024 16:51:58 +0200 Define multiple attribute names for standards between applications using libgnunetchat Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | include/gnunet/gnunet_chat_lib.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h @@ -49,6 +49,13 @@ #define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL) #define GNUNET_CHAT_VERSION_PATCH ((GNUNET_CHAT_VERSION >> 0L) & 0xFFFFL) +#define GNUNET_CHAT_ATTRIBUTE_AVATAR "chat_avatar" +#define GNUNET_CHAT_ATTRIBUTE_BIRTHDAY "chat_birthday" +#define GNUNET_CHAT_ATTRIBUTE_EMAIL "chat_email" +#define GNUNET_CHAT_ATTRIBUTE_NAME "chat_name" +#define GNUNET_CHAT_ATTRIBUTE_PHONE "chat_phone" +#define GNUNET_CHAT_ATTRIBUTE_POSTAL "chat_postal" + #define GNUNET_CHAT_URI_PREFIX "gnunet://chat/" /**