Differences From Artifact [ced62b3025]:
- File src/XMPPJID.m — part of check-in [8bc32c2743] at 2013-03-03 16:30:58 on branch trunk — Fix up -[XMPPJID isEqual:] and -[XMPPJID hash] (user: florob@babelmonkeys.de, size: 5699) [annotate] [blame] [check-ins using]
To Artifact [70fd287265]:
- File src/XMPPJID.m — part of check-in [db8adef472] at 2013-03-23 17:21:05 on branch trunk — Add classes to support Service Discovery (user: florob@babelmonkeys.de, size: 5699) [annotate] [blame] [check-ins using]
︙ | |||
225 226 227 228 229 230 231 | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | - + | } - (OFString*)description { return [self fullJID]; } |
︙ |