diff options
author | James Booth <boothj5@gmail.com> | 2014-09-09 00:16:29 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-09 00:16:29 +0100 |
commit | 6166d456e89c2561794da8f9b5e81823e8991f73 (patch) | |
tree | 78515f63ed1fa444882735906c5da016d023e1a8 /src | |
parent | 2ad4c7b4e035020fb52eecf10c2397505f404a89 (diff) | |
download | profani-tty-6166d456e89c2561794da8f9b5e81823e8991f73.tar.gz |
Added TODO for handling room config form request errors
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/iq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 8a85177e..69592182 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -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) { |