Handle room presence notifications

This commit is contained in:
James Booth
2012-11-05 21:36:32 +00:00
parent 0deba9e13e
commit 2f6361a578
6 changed files with 53 additions and 2 deletions

View File

@@ -1014,8 +1014,8 @@ _cmd_join(const char * const inp, struct cmd_help_t help)
strcpy(jid_cpy, jid);
nick = strdup(strtok(jid_cpy, "@"));
}
jabber_join(room_jid, nick);
win_join_chat(room_jid, nick);
}
}