Differences From Artifact [c6eb5c9016]:
- File src/XMPPIQ.m — part of check-in [3b589295f9] at 2011-05-26 20:42:16 on branch trunk — Check for res_ndestroy. (user: js, size: 2925) [annotate] [blame] [check-ins using]
To Artifact [291cb330c2]:
- File src/XMPPIQ.m — part of check-in [a6c65a6aa2] at 2011-09-22 23:38:03 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 2934) [annotate] [blame] [check-ins using]
︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - - + + + | self = [super initWithName: @"iq" type: type_ ID: ID_]; @try { if (![type_ isEqual: @"get"] && ![type_ isEqual: @"set"] && ![type_ isEqual: @"result"] && ![type_ isEqual: @"error"]) |
︙ |