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