# File lib/jabber4r/protocol.rb, line 305
305:       def Presence.gen_xa(id, status=nil)
306:         Presence.new(id, "xa", status)
307:       end