Differences From Artifact [abcbfecd4e]:
- File src/XMPPJID.m — part of check-in [c9c5afc2e7] at 2011-03-27 23:47:48 on branch trunk — Add XMPPRosterItem class. (user: js, size: 4511) [annotate] [blame] [check-ins using]
To Artifact [d13b6bf988]:
- File src/XMPPJID.m — part of check-in [010bd227d2] at 2011-03-28 13:14:27 on branch trunk — Add XMPPRoster class. (user: js, size: 4565) [annotate] [blame] [check-ins using]
︙ | |||
197 198 199 200 201 202 203 204 | 197 198 199 200 201 202 203 204 205 206 207 208 209 | + + + + + | if (node != nil) return [OFString stringWithFormat: @"%@@%@/%@", node, domain, resource]; else return [OFString stringWithFormat: @"%@/%@", domain, resource]; } - (OFString*)description { return [self fullJID]; } @end |