# File lib/jabber4r/jid.rb, line 54 54: def ==(other) 55: return true if other.node==@node and other.resource==@resource and other.host==@host 56: return false 57: end