Google

# File jabber4r/jid.rb, line 59

    def same_account?(other)

      other = JID.to_jid(other)

      return true if other.node==@node  and other.host==@host

       return false

    end