about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-09 00:16:29 +0100
committerJames Booth <boothj5@gmail.com>2014-09-09 00:16:29 +0100
commit6166d456e89c2561794da8f9b5e81823e8991f73 (patch)
tree78515f63ed1fa444882735906c5da016d023e1a8 /src/xmpp/iq.c
parent2ad4c7b4e035020fb52eecf10c2397505f404a89 (diff)
downloadprofani-tty-6166d456e89c2561794da8f9b5e81823e8991f73.tar.gz
Added TODO for handling room config form request errors
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c1
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) {