Added TODO for handling room config form request errors

This commit is contained in:
James Booth
2014-09-09 00:16:29 +01:00
parent 2ad4c7b4e0
commit 6166d456e8

View File

@@ -620,6 +620,7 @@ static int
_room_config_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
void * const userdata)
{
// TODO handle errors
const char *id = xmpp_stanza_get_attribute(stanza, STANZA_ATTR_ID);
if (id != NULL) {