ObjXMPP  Diff

Differences From Artifact [896b51646c]:

To Artifact [5e285f3028]:


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