about summary refs log tree commit diff stats
path: root/src/room_chat.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-07 00:02:43 +0000
committerJames Booth <boothj5@gmail.com>2012-11-07 00:02:43 +0000
commit7c85f0fcb20254867e4ad2f96d4f336523c09db6 (patch)
treead5531f1eb178f2c41657b016500a39bbe310d09 /src/room_chat.c
parent3436a2245d308373068a1be8b9826fd7d3cf0ada (diff)
downloadprofani-tty-7c85f0fcb20254867e4ad2f96d4f336523c09db6.tar.gz
room_chat: rename room_is_active
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];