Differences From Artifact [1b4f40a9b1]:
- File src/XMPPJID.m — part of check-in [1a040269e5] at 2012-10-14 11:04:42 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 4976) [annotate] [blame] [check-ins using]
To Artifact [c820b9500f]:
- File src/XMPPJID.m — part of check-in [300e4b90c0] at 2013-01-06 18:38:20 on branch trunk — Fix XMPPJID's domain getter (user: florob@babelmonkeys.de, size: 4978) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
157 158 159 160 161 162 163 | } [old release]; } - (OFString*)domain { | | | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | } [old release]; } - (OFString*)domain { return [[domain copy] autorelease]; } - (void)setResource: (OFString*)resource_ { OFString *old = resource; char *res; Stringprep_rc rc; |
︙ | ︙ |