@@ -58,15 +58,10 @@ name: (OFString*)name { self = [super init]; @try { - if (JID == nil) - @throw [OFInvalidArgumentException - exceptionWithClass: [self class] - selector: _cmd]; - _JID = [JID copy]; _node= [node copy]; _name = [name copy]; _identities = [OFSortedList new]; _features = [OFSortedList new];