Changeset 92d3044 for protocols/jabber
- Timestamp:
- 2012-12-18T01:24:33Z (12 years ago)
- Branches:
- master
- Children:
- cc6fdf8
- Parents:
- 3bda2c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
r3bda2c2 r92d3044 293 293 } 294 294 295 *s = '/'; 296 } 297 else 295 if( s ) 296 *s = '/'; 297 } 298 299 if( !requestok ) 298 300 { 299 301 reply = jabber_make_error_packet( node, "item-not-found", "cancel", NULL );
Note: See TracChangeset
for help on using the changeset viewer.