You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize MQTT URI schemes from /notifiers (Postel's Law)
normalize_broker_uri now accepts bare hosts (broker.example.com),
host:port forms, and strips unknown schemes — previously these
either misparsed or were rejected.
extract_mqtt_broker_uris() handles both the spec notifiersResponse
shape ({"MQTT": {"URIS": [...]}}) and the VTN-RI list shape
([{"transport": "MQTT", "url": ...}]) with field-name tolerance.
vtn_supports_mqtt() rewritten to recognize both shapes properly
instead of substring-matching the str() of the response.
Closes OA3C-7q7.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments