# File lib/jabber4r/roster.rb, line 109
109:         def update(show, status)
110:           @show = show
111:           @status = status
112:           @item.roster.notify_listeners(RESOURCE_UPDATED, self)
113:         end