Changes in protocols/jabber/iq.c [74349eb:a73e91a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/iq.c
r74349eb ra73e91a 51 51 { 52 52 if( !( ( c = xt_find_node( node->children, "query" ) ) || 53 ( c = xt_find_node( node->children, "ping" ) ) ) || 53 ( c = xt_find_node( node->children, "ping" ) ) ) || /* O_o WHAT is wrong with just <query/> ????? */ 54 54 !( s = xt_find_attr( c, "xmlns" ) ) ) 55 55 { 56 /* Sigh. Who decided to suddenly invent new elements 57 instead of just sticking with <query/>? */ 56 imcb_log( ic, "Warning: Received incomplete IQ-%s packet", type ); 58 57 return XT_HANDLED; 59 58 }
Note: See TracChangeset
for help on using the changeset viewer.