Renamed room_chat function

This commit is contained in:
James Booth
2012-11-10 18:40:46 +00:00
parent b329d09c93
commit 77888c3841
3 changed files with 3 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ _groupchat_message_handler(xmpp_stanza_t * const stanza)
if (subject != NULL) {
message = xmpp_stanza_get_text(subject);
if (message != NULL) {
room = room_get_room_for_full_jid(room_jid);
room = room_get_room_from_full_jid(room_jid);
prof_handle_room_subject(room, message);
}