Differences From Artifact [bbd32eb970]:
- File src/XMPPDiscoNode.m — part of check-in [31e88fde56] at 2013-03-24 15:33:42 on branch trunk — DiscoEntity: Answer to requests send to the caps node (user: florob@babelmonkeys.de, size: 5553) [annotate] [blame] [check-ins using]
To Artifact [09821a03dd]:
- File src/XMPPDiscoNode.m — part of check-in [b0b4a4460a] at 2013-06-05 19:01:39 on branch trunk — XMPPDiscoEntity: Update JID on resource bind (user: florob@babelmonkeys.de, size: 5429) [annotate] [blame] [check-ins using]
︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - - - - - | - initWithJID: (XMPPJID*)JID node: (OFString*)node name: (OFString*)name { self = [super init]; @try { |
︙ |