Differences From Artifact [5b0d1922ef]:
- File src/XMPPIQ.m — part of check-in [7f939be668] at 2017-07-23 11:35:12 on branch trunk — Stop using OFAutoreleasePool (user: js, size: 2892) [annotate] [blame] [check-ins using]
To Artifact [ad1a9ae862]:
- File src/XMPPIQ.m — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 2906) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - - + + | + (instancetype)IQWithType: (OFString *)type ID: (OFString *)ID { return [[[self alloc] initWithType: type ID: ID] autorelease]; } |
︙ |