Differences From Artifact [886ac061d4]:
- File src/XMPPDiscoIdentity.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: 3800) [annotate] [blame] [check-ins using]
To Artifact [5bede0ee0a]:
- File src/XMPPDiscoIdentity.m — part of check-in [346032e34b] at 2013-03-31 10:23:39 on branch trunk — Coding style. (user: js, size: 3799) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | @implementation XMPPDiscoIdentity + identityWithCategory: (OFString*)category type: (OFString*)type name: (OFString*)name { return [[[self alloc] initWithCategory: category |
︙ |