Ignore:
Timestamp:
2010-05-23T14:14:16Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
228fc18
Parents:
a7b9ec7
Message:

Don't whine on "incomplete" incoming IQ-set packets either, those also happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    ra7b9ec7 r186bd04  
    127127                    !( s = xt_find_attr( c, "xmlns" ) ) )
    128128                {
    129                         imcb_log( ic, "Warning: Received incomplete IQ-%s packet", type );
    130129                        return XT_HANDLED;
    131130                }
Note: See TracChangeset for help on using the changeset viewer.