about summary refs log tree commit diff stats
path: root/src/room_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/room_chat.c')
-rw-r--r--src/room_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room_chat.c b/src/room_chat.c
index 5031d8ad..dd8ae91a 100644
--- a/src/room_chat.c
+++ b/src/room_chat.c
@@ -56,7 +56,7 @@ room_leave(const char * const jid)
 }
 
 gboolean
-room_jid_is_room_chat(const char * const jid)
+room_is_active(const char * const jid)
 {
     char **tokens = g_strsplit(jid, "/", 0);
     char *jid_part = tokens[0];