eclipse-paho/paho.mqtt.testing

MQTTV5: Server variable behaviour

Opened this issue · 1 comments

Which should be configurable in the broker:

  • whether to use topic aliases outgoing

optional server features or limits in CONNACK:

  • server receive maximum
  • maximum QoS
  • retain available
  • max packet size
  • topic alias maximum
  • wildcard subscriptions available
  • subscription identifiers available
  • shared subscriptions available

The broker could (should?) have an HTTP admin interface to control these features. I've added a preliminary HTTP interface where this config can take place.