mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 23:26:21 +00:00
Added TODO for handling room config form request errors
This commit is contained in:
@@ -620,6 +620,7 @@ static int
|
|||||||
_room_config_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
_room_config_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||||
void * const userdata)
|
void * const userdata)
|
||||||
{
|
{
|
||||||
|
// TODO handle errors
|
||||||
const char *id = xmpp_stanza_get_attribute(stanza, STANZA_ATTR_ID);
|
const char *id = xmpp_stanza_get_attribute(stanza, STANZA_ATTR_ID);
|
||||||
|
|
||||||
if (id != NULL) {
|
if (id != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user