Differences From Artifact [0b97adbd3d]:
- File src/XMPPDiscoEntity.m — part of check-in [049768c6ae] at 2013-06-23 21:41:47 on branch trunk — Use instancetype. (user: js, size: 4577) [annotate] [blame] [check-ins using]
To Artifact [6081227565]:
- File src/XMPPDiscoEntity.m — part of check-in [bf1be4f266] at 2013-07-01 20:33:49 on branch trunk — Coding style. (user: js, size: 4586) [annotate] [blame] [check-ins using]
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + | - initWithConnection: (XMPPConnection*)connection capsNode: (OFString*)capsNode { self = [super initWithJID: [connection JID] node: nil]; @try { |
︙ |