mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 19:17:48 +08:00
3942914945
`mg_mqtt_match_topic_expression()` and friends are public now. So far, only `#` is supported. PUBLISHED_FROM=20c031bcf34be84771c4a9c456318634eb9a517c
290 B
290 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_mqtt_match_topic_expression() | mg_mqtt_match_topic_expression | func | int mg_mqtt_match_topic_expression(struct mg_str exp, struct mg_str topic); |
Matches a topic against a topic expression
Returns 1 if it matches; 0 otherwise.