Skip to content

Add MQTT 3.1 protocol support #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

carlhoerberg
Copy link
Contributor

Summary

  • Add support for the MQTT 3.1 protocol (MQIsdp) alongside MQTT 3.1.1
  • Fix protocol name validation to handle both versions
  • Add test case for MQTT 3.1 protocol
  • Fix string parsing in tests

Test plan

  • All specs pass when run with ..............................................................................................

Finished in 1.34 milliseconds
94 examples, 0 failures, 0 errors, 0 pending

  • Added specific test for MQTT 3.1 protocol

🤖 Generated with Claude Code

This change adds:
- Support for MQTT 3.1 protocol (MQIsdp) alongside 3.1.1 (MQTT)
- Proper version detection in Connect packet
- Test coverage for MQTT 3.1 protocol
- Fix for protocol reading in specs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@carlhoerberg carlhoerberg requested a review from a team as a code owner April 18, 2025 14:10
@carlhoerberg
Copy link
Contributor Author

Spec fails, so not quite ready yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants