# File lib/jabber4r/session.rb, line 44 44: def initialize(session, type, from, id) 45: @session = session 46: @type = type 47: @from = from 48: @id = id 49: end