Skip to content

Conversation

@marcothaller
Copy link

@marcothaller marcothaller commented Oct 20, 2023

Add CPP wrappers for additional libmosquitto functions
and extend mosquittopp API:

  • pub_topic_check(const char *topic)
  • sub_topic_check(const char *topic)
  • ssl_get()

Thank you for contributing your time to the Mosquitto project!

Before you go any further, please note that we cannot accept contributions if
you haven't signed the Eclipse Contributor Agreement.
If you aren't able to do that, or just don't want to, please describe your bug
fix/feature change in an issue. For simple bug fixes it is can be just as easy
for us to be told about the problem and then go fix it directly.

Then please check the following list of things we ask for in your pull request:

  • Have you signed the Eclipse Contributor Agreement, using the same email address as you used in your commits?
  • Do each of your commits have a "Signed-off-by" line, with the correct email address? Use "git commit -s" to generate this line for you.
  • If you are contributing a new feature, is your work based off the develop branch?
  • If you are contributing a bugfix, is your work based off the fixes branch?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you successfully run make test with your changes locally?

Add CPP wrappers for some libmosquitto functions
and extend mosquittopp API:
- pub_topic_check(const char *topic)
- sub_topic_check(const char *topic)
- ssl_get()

Signed-off-by: Marco Thaller <[email protected]>
@marcothaller marcothaller force-pushed the extend_mosquittopp_api branch from 4aa970c to e8268e2 Compare January 9, 2024 07:41
@ralight ralight force-pushed the develop branch 3 times, most recently from 028adb2 to 604b69a Compare March 26, 2024 12:43
@ralight ralight force-pushed the develop branch 3 times, most recently from b7e2d3d to e715b04 Compare October 29, 2024 10:40
@ralight ralight force-pushed the develop branch 2 times, most recently from ae502fb to 9b6f004 Compare July 20, 2025 22:51
@ralight ralight force-pushed the develop branch 4 times, most recently from b612b85 to 93557bf Compare August 22, 2025 22:17
@ralight ralight force-pushed the develop branch 2 times, most recently from 6b404a7 to 2c4967a Compare October 10, 2025 22:17
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.

1 participant