mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 10:46:21 +00:00
Store password with room
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
void muc_init(void);
|
||||
void muc_close(void);
|
||||
void muc_join_room(const char * const room, const char * const nick);
|
||||
void muc_join_room(const char * const room, const char * const nick, const char * const password);
|
||||
void muc_leave_room(const char * const room);
|
||||
gboolean muc_room_is_active(const char * const room);
|
||||
GList* muc_get_active_room_list(void);
|
||||
|
||||
Reference in New Issue
Block a user