62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
[new release];
@throw e;
}
return new;
}
- (OFString*)description
{
return [OFString stringWithFormat: @"<XMPPRosterItem, JID=%@, name=%@, "
@"subscription=%@, groups=%@>",
_JID, _name, _subscription, _groups];
}
@end
|
|
|
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
[new release];
@throw e;
}
return new;
}
- (OFString *)description
{
return [OFString stringWithFormat: @"<XMPPRosterItem, JID=%@, name=%@, "
@"subscription=%@, groups=%@>",
_JID, _name, _subscription, _groups];
}
@end
|