room_chat: rename room_is_active

This commit is contained in:
James Booth
2012-11-07 00:02:43 +00:00
parent 3436a2245d
commit 7c85f0fcb2
4 changed files with 7 additions and 10 deletions

View File

@@ -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];