6970717273747576
private boolean shouldCollectResponses; @Inject protected XmppConnectionBosh(@Named("emite") final EventBus eventBus) { this.eventBus = checkNotNull(eventBus); keySequencer = new KeySequencer(); currentRequests = Lists.newArrayList(); }