Changeset 608f8cf for protocols/jabber/iq.c
- Timestamp:
- 2007-11-24T18:02:39Z (17 years ago)
- Branches:
- master
- Children:
- 221a273
- Parents:
- 3a80471
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/iq.c
r3a80471 r608f8cf 50 50 51 51 if( ( s = xt_find_attr( node, "id" ) ) == NULL || 52 strncmp( s, JABBER_CACHED_ID, strlen( JABBER_CACHED_ID) ) != 0 )52 strncmp( s, jd->cached_id_prefix, strlen( jd->cached_id_prefix ) ) != 0 ) 53 53 { 54 54 /* Silently ignore it, without an ID (or a non-cache
Note: See TracChangeset
for help on using the changeset viewer.