about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-05-22 13:56:00 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-05-22 13:56:00 +0200
commitfad296b79e42a0df6c0f118e1c011f480462551f (patch)
treef6648c70bc2983c1998b5f2d739188b7ac89996f /src/xmpp/xmpp.h
parentcb78ee46656972a5481ad0241fb50dc0e0d02413 (diff)
downloadprofani-tty-fad296b79e42a0df6c0f118e1c011f480462551f.tar.gz
Display bookmark name
Have field in struct and display the name in `/bookmark list`.

Regards https://github.com/profanity-im/profanity/issues/697
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index fa26cfbf..c06939cb 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -93,6 +93,7 @@ typedef struct bookmark_t {
     char *barejid;
     char *nick;
     char *password;
+    char *name;
     gboolean autojoin;
 } Bookmark;