PeerConnection.prototype.fireEvent[Messages.Have.Id] = function(part) {
  return this._constructAndFireEvent(Messages.Have, 'have', part);
};