vitalyster/SharpXMPP

Equality for JID

Closed this issue · 2 comments

I think it makes sense to define custom equality for the JID type, because it is such a simple value object.

Most of the time JIDs needs to be compared explicitly with or without resources, custom equality may be confusing

Okay, makes sense. People should compare either BareJid or FullJid. Thanks for your opinion!