ObjXMPP  Diff

Differences From Artifact [abcbfecd4e]:

To Artifact [d13b6bf988]:


197
198
199
200
201
202
203





204
	if (node != nil)
		return [OFString stringWithFormat: @"%@@%@/%@",
		       node, domain, resource];
	else
		return [OFString stringWithFormat: @"%@/%@",
		       domain, resource];
}





@end







>
>
>
>
>

197
198
199
200
201
202
203
204
205
206
207
208
209
	if (node != nil)
		return [OFString stringWithFormat: @"%@@%@/%@",
		       node, domain, resource];
	else
		return [OFString stringWithFormat: @"%@/%@",
		       domain, resource];
}

- (OFString*)description
{
	return [self fullJID];
}
@end