Differences From Artifact [ce10766ebf]:
- File src/XMPPIQ.m — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 2941) [annotate] [blame] [check-ins using]
To Artifact [951ee83820]:
- File src/XMPPIQ.m — part of check-in [c987aa9a5f] at 2012-07-12 03:34:20 on branch trunk — Don't access isa directly. (user: js, size: 2950) [annotate] [blame] [check-ins using]
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - + | type: type_ ID: ID_]; @try { if (![type_ isEqual: @"get"] && ![type_ isEqual: @"set"] && ![type_ isEqual: @"result"] && ![type_ isEqual: @"error"]) @throw [OFInvalidArgumentException |
︙ |