# File jabber4r/jid.rb, line 22 def JID.to_jid(id) return id if id.kind_of? JID return JID.new(id) end