this.sessions= sessions;
this.qFactory = qFactory;
this.outgoingCallback = callback;
//Tags 34,35 are required, even the client doesn't think they are
this.headerFields.add(new FieldAndRequirement("34", true));
this.headerFields.add(new FieldAndRequirement("35", true));
}