Added jabber_join for MUC

This commit is contained in:
James Booth
2012-11-04 22:59:52 +00:00
parent 191b3b96a2
commit 5e4c662b23
3 changed files with 17 additions and 0 deletions

View File

@@ -1016,6 +1016,7 @@ _cmd_join(const char * const inp, struct cmd_help_t help)
}
cons_show("Joining %s as %s", room_jid, nick);
jabber_join(room_jid, nick);
}
}