mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 01:56:21 +00:00
Refactored bookmarks to use option parser, allow bookmarking rooms with passwords
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
struct bookmark_t {
|
||||
char *jid;
|
||||
char *nick;
|
||||
char *password;
|
||||
gboolean autojoin;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user