Differences From Artifact [bccd623ec3]:
- File src/XMPPJID.m — part of check-in [2faf18cba7] at 2017-05-13 15:03:44 on branch trunk — Adjust to ObjFW changes (user: js, size: 5553) [annotate] [blame] [check-ins using]
To Artifact [bbdbb91e37]:
- File src/XMPPJID.m — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 5567) [annotate] [blame] [check-ins using]
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + | } + (instancetype)JIDWithString: (OFString *)string { return [[[self alloc] initWithString: string] autorelease]; } |
︙ |