# File lib/xmpp4r-simple.rb, line 315
    def roster
      return @roster if @roster
      self.roster = Roster::Helper.new(client)
    end