Commit Graph

153 Commits

Author SHA1 Message Date
Konstantin Tyurin e8b6b3742a
Document tls:// prefix
Signed-off-by: Konstantin Tyurin <konstantin@pluraf.com>
2026-02-13 15:59:14 +00:00
Ian Craggs 515e93eefc
Update version numbers to 1.3.15 2025-08-16 12:10:55 +01:00
Ian Craggs b289797aca
Add tls: prefix to docs and samples 2025-08-15 15:55:00 +01:00
Ian Craggs 9c0f421653
Change mqtt.eclipseprojects.io to test.mosquitto.org 2025-08-15 14:08:02 +01:00
Ian Craggs 2805ddedea Add version number to the doc 2025-01-07 12:43:13 +00:00
Ian Craggs bca083dd50 Update some doc and copyright statements 2025-01-06 11:17:49 +00:00
Ian Craggs 638d2be242 Correct doc about the setCallbacks function #1441 2024-12-30 17:21:52 +00:00
Ian Craggs b37321c54e Merge branch 'fix-doc-comment' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-fix-doc-comment 2024-12-26 17:42:31 +00:00
Ian Craggs 81069aa52c Ignore HTTP proxies by default #1344 2024-12-24 13:07:31 +00:00
Ian Craggs fd86511395 Allow build to succeed if NO_PERSISTENCE is defined #1391 2024-09-03 11:51:16 +01:00
fpagliughi c016048ccc Fixed doc comment for MQTTAsync_disconnected 2024-07-07 10:43:31 -04:00
Ian Craggs 8cf971cf16 Update copyright statement date 2023-10-13 18:18:20 +01:00
Ian Craggs 9ff7f299d9 Update copyright dates in MQTTClient and MQTTAsync docs 2023-10-13 13:08:53 +01:00
Ian Craggs 697f4008fa Add doc to highlight WebSocket connect option initializers #724 2022-09-29 10:59:42 +01:00
Ian Craggs ee37c780cd Merge branch 'mqtt-protocol-url' of https://github.com/fpagliughi/paho.mqtt.c into fpagliughi-mqtt-protocol-url 2022-09-28 16:11:56 +01:00
fpagliughi cfc5aaa3bf Added documentation for mqtt:// and mqtts:// protocols. Changed some tests and samples to use them. 2022-09-27 20:26:30 -04:00
Ian Craggs 3e256e60d3 Explain that token in responseOptions is output only #1238 2022-07-15 19:25:28 +01:00
Ian Craggs 396d03ff6b Improve automatic reconnect parameter documentation 2022-07-14 11:52:08 +01:00
Ian Craggs 045ce2d492 Don't allow maxBufferedMessages to be set to 0 #1193 2022-03-07 11:20:41 +00:00
Ian Craggs b36c86e3ba Add warning about API calls in trace callback #1200 2022-03-07 11:03:37 +00:00
Ian Craggs b79bcf0d40 Update out of date mqtt server hostnames 2022-01-27 16:41:46 +00:00
Ian Craggs 0372393c3f Fix some potential locking issues #1169 2021-11-16 19:40:46 +00:00
Ian Craggs 879832f2bd
Merge pull request #1081 from gambels/WIP_add_generic_proxy_support
Add generic proxy support
2021-10-04 15:14:06 +01:00
Ian Craggs de1bc380f5 Change version to 1.3.9 2021-05-24 17:32:09 +01:00
Ian Craggs da998eab07 Don't allow duplicate connect/disconnect commands #1082 2021-05-04 17:37:10 +01:00
Sven Gambel 2bae880b09 Add generic proxy support.
Moved WebSocket proxy support to generic proxy support.

Signed-off-by: Sven Gambel <sven.gambel@gmx.net>
2021-03-17 11:46:05 +01:00
Ian Craggs 8d0d1074d8 Add initializer fields #1067 2021-02-18 16:27:42 +00:00
Ian Craggs 466965509a Update token doc #1025 2020-12-22 16:04:01 +00:00
Ian Craggs 1317664e2e Change ownership of memory in MQTTAsync_updateConnectOptions #1024 2020-12-15 15:35:34 +00:00
fpagliughi edecc339e6
Removed hard-coded 1 as truth in updateConnectOptions callback return
Signed-off-by: fpagliughi <fpagliughi@mindspring.com>
2020-12-13 11:56:27 -05:00
Deon McClung 3b019596f3 Revert changes to topic parameter - causes warnings
Signed-off-by: Deon McClung <dmcclung.eclipse@gmail.com>
2020-12-08 09:10:44 -07:00
Deon McClung b7cae57624 Correct constness on multi-subscription functions
Signed-off-by: Deon McClung <dmcclung.eclipse@gmail.com>
2020-12-04 17:13:10 -07:00
Ian Craggs fcccc156cb Doc additions and fixes #978 748 2020-11-13 15:56:36 +00:00
Ian Craggs 6d80bd5538 Add HTTP proxy settings to connect options #600 2020-11-09 21:34:08 +00:00
Ian Craggs 6f46316473 Update SSLOptions doc 2020-09-30 16:49:58 +01:00
Ian Craggs f623732973 Check for disconnect in waitforcompletion #956 2020-09-29 11:19:27 +01:00
Ian Craggs 24f258572d Clarify that the msgid member of MQTTAsync_message is not an input parameter #952 2020-09-28 20:24:47 +01:00
Ian Craggs c5f745fc3c Add callbacks before writes and after reads from persistence #866 2020-09-28 20:21:10 +01:00
Kilian von Pflugk cf54df520a add missing alpn support to async
in 9e9cba2ea2 only the synchronous client got the new feature.

Signed-off-by: Kilian von Pflugk <github@jumoog.io>
2020-09-07 12:49:03 +02:00
Ian Craggs 03715f5ad0 Add option to not persist QoS0 publish commands #650 2020-09-04 11:26:23 +01:00
Ian Craggs b6317144fa Allow update of username and password on reconnect attempt #808 2020-08-25 19:41:04 +01:00
Ian Craggs 99b71cdd5d Add websockets specific connect options initializers #724 2020-07-27 13:50:05 +01:00
Ian Craggs 9fef662fa6 Some extra work for #640 - don't clean message queue on session present 0 2020-06-10 16:34:55 +01:00
Ian Craggs f0d05ad658 Add warning about linking with TLS enabled for ssl/wss uri prefixes #899 2020-06-08 12:46:56 +01:00
Ian Craggs 81a2c0a1a6 Fix protocol list and setCallbacks doc #904 2020-06-02 23:50:29 +01:00
Ian Craggs 31d2da6b4a Allows oldest buffered messages to be deleted #441 2020-06-01 13:12:00 +01:00
Ian Craggs cca1788c5b Support buffering before initial connect #692 2020-05-22 21:12:37 +01:00
Ian Craggs 46c5ccb5a8 Move httpHeaders to end of connect options for binary compatibility #887 2020-05-13 18:49:59 +01:00
Ian Craggs b20addc2a8 Update samples and doc which includes them 2020-04-18 13:18:39 +01:00
Ian Craggs 770cc6ee5c Rename ExportDeclarations header #840 2020-04-15 10:53:31 +01:00