1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

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) {