Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Source

The Mosquitto code is stored in a git repository.

- https://github.com/eclipse/mosquitto
- https://github.com/eclipse-mosquitto/mosquitto

You can contribute bugfixes and new features by sending pull requests through GitHub.

Expand All @@ -41,7 +41,7 @@ Please read the [Eclipse Foundation policy on accepting contributions via Git](h

## Contributing a change

1. [Fork the repository on GitHub](https://github.com/eclipse/mosquitto/fork)
1. [Fork the repository on GitHub](https://github.com/eclipse-mosquitto/mosquitto/fork)
2. Clone the forked repository onto your computer: ``` git clone
https://github.com/<your username>/mosquitto.git ```
3. If you are adding a new feature, then create a new branch from the latest
Expand All @@ -57,7 +57,7 @@ Please read the [Eclipse Foundation policy on accepting contributions via Git](h
commits.
9. Push the changes in your branch to your forked repository.
10. Finally, go to
[https://github.com/eclipse/mosquitto](https://github.com/eclipse/mosquitto)
[https://github.com/eclipse-mosquitto/mosquitto](https://github.com/eclipse-mosquitto/mosquitto)
and create a pull request from your "YOUR_BRANCH_NAME" branch to the
```develop``` or ```fixes``` branch as appropriate to request review and
merge of the commits in your pushed branch.
Expand All @@ -80,7 +80,7 @@ Contact the project developers via the project's development
Search for bugs:
----------------

This project uses [Github](https://github.com/eclipse/mosquitto/issues)
This project uses [Github](https://github.com/eclipse-mosquitto/mosquitto/issues)
to track ongoing development and issues.

Create a new bug:
Expand All @@ -89,4 +89,4 @@ Create a new bug:
Be sure to search for existing bugs before you create another one. Remember
that contributions are always welcome!

- [Create new Mosquitto bug](https://github.com/eclipse/mosquitto/issues)
- [Create new Mosquitto bug](https://github.com/eclipse-mosquitto/mosquitto/issues)
2 changes: 1 addition & 1 deletion doc/joss-paper/codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"identifier": "",
"codeRepository": "https://github.com/eclipse/mosquitto",
"codeRepository": "https://github.com/eclipse-mosquitto/mosquitto",
"datePublished": "2017-05-17",
"dateModified": "2017-05-17",
"dateCreated": "2017-05-17",
Expand Down
2 changes: 1 addition & 1 deletion test/broker/02-subhier-crash.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Test related to https://github.com/eclipse/mosquitto/issues/505
# Test related to https://github.com/eclipse-mosquitto/mosquitto/issues/505

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/02-subscribe-long-topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Test whether a SUBSCRIBE to a topic with 65535 hierarchy characters fails
# This needs checking with MOSQ_USE_VALGRIND=1 to detect memory failures
# https://github.com/eclipse/mosquitto/issues/1412
# https://github.com/eclipse-mosquitto/mosquitto/issues/1412

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/03-publish-long-topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Test whether a PUBLISH to a topic with 65535 hierarchy characters fails
# This needs checking with MOSQ_USE_VALGRIND=1 to detect memory failures
# https://github.com/eclipse/mosquitto/issues/1412
# https://github.com/eclipse-mosquitto/mosquitto/issues/1412


from mosq_test_helper import *
Expand Down
2 changes: 1 addition & 1 deletion test/broker/05-session-expiry-v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def do_test(start_broker):
rc = 1

# This client exists to test possible fixed size int overflow and sorting of the session intervals
# https://github.com/eclipse/mosquitto/issues/1525
# https://github.com/eclipse-mosquitto/mosquitto/issues/1525
props = mqtt5_props.gen_uint32_prop(mqtt5_props.SESSION_EXPIRY_INTERVAL, 4294967294)
connect0_packet = mosq_test.gen_connect("05-session-expiry-overflow", clean_session=False, proto_ver=5, properties=props)
connack0_packet = mosq_test.gen_connack(flags=0, rc=0, proto_ver=5)
Expand Down
2 changes: 1 addition & 1 deletion test/broker/06-bridge-clean-session-core.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def make_pub(topic, mid, proto, qos=1, payload_tag="message", rc=-1):

do_test(proto_ver=4, cs=cs, lcs=lcs)
# FIXME - v5 clean session bridging doesn't work: see
# https://github.com/eclipse/mosquitto/issues/1632
# https://github.com/eclipse-mosquitto/mosquitto/issues/1632
#do_test(proto_ver=5, cs=cs, lcs=lcs)

exit(0)
2 changes: 1 addition & 1 deletion test/broker/07-will-delay-session-expiry-0.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Test whether a client that connects with a will delay that is longer than
# their session expiry interval has their will published.
# MQTT 5
# https://github.com/eclipse/mosquitto/issues/1401
# https://github.com/eclipse-mosquitto/mosquitto/issues/1401

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/07-will-delay-session-expiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Test whether a client that connects with a will delay that is longer than
# their session expiry interval has their will published.
# MQTT 5
# https://github.com/eclipse/mosquitto/issues/1401
# https://github.com/eclipse-mosquitto/mosquitto/issues/1401

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/07-will-delay-session-expiry2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Test whether a client that connects with a will delay that is shorter than
# their session expiry interval has their will published.
# MQTT 5
# https://github.com/eclipse/mosquitto/issues/1401
# https://github.com/eclipse-mosquitto/mosquitto/issues/1401

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/07-will-reconnect-1273.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Test whether a persistent client that disconnects with DISCONNECT has its
# will published when it reconnects. It shouldn't. Bug 1273:
# https://github.com/eclipse/mosquitto/issues/1273
# https://github.com/eclipse-mosquitto/mosquitto/issues/1273

from mosq_test_helper import *

Expand Down
2 changes: 1 addition & 1 deletion test/broker/08-ssl-hup-disconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Test whether a client connected with a client certificate when
# use_identity_as_username is true is then disconnected when a SIGHUP is
# received.
# https://github.com/eclipse/mosquitto/issues/1402
# https://github.com/eclipse-mosquitto/mosquitto/issues/1402

from mosq_test_helper import *
import signal
Expand Down
2 changes: 1 addition & 1 deletion test/broker/data/REGRESSION.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{ "name": "subscribe-unsubscribe-crash part 2", "ver":4, "expect_disconnect":false, "msgs": [
{"type":"send", "payload":"82 r14 m1234 s9 'crash/3/#' 00"},
{"type":"recv", "payload":"90 r3 m1234 00"}
], "comment": "https://github.com/eclipse/mosquitto/issues/2885"}
], "comment": "https://github.com/eclipse-mosquitto/mosquitto/issues/2885"}
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion www/pages/documentation/migrating-to-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ Mosquitto 2.0, you should change your instance of
`mosquitto_auth_plugin_version` so that it returns the version of the plugin
interface that you support, i.e. `4`.

[misc/letsencrypt/mosquitto-copy.sh]:https://github.com/eclipse/mosquitto/tree/master/misc/letsencrypt
[misc/letsencrypt/mosquitto-copy.sh]:https://github.com/eclipse-mosquitto/mosquitto/tree/master/misc/letsencrypt
[dynamic-security plugin]:/documentation/dynamic-security/
[mosquitto-go-auth plugin]:https://github.com/iegomez/mosquitto-go-auth
2 changes: 1 addition & 1 deletion www/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 style="text-align: center">Test</h2>
<div class="column column-justify">
<h2 style="text-align: center">Community</h2>
<ul>
<li>Report bugs or submit changes on the <a href="https://github.com/eclipse/mosquitto">Github repository</a></li>
<li>Report bugs or submit changes on the <a href="https://github.com/eclipse-mosquitto/mosquitto">Github repository</a></li>
<li>Talk to other users on the <a href="https://dev.eclipse.org/mailman/listinfo/mosquitto-dev">Mosquitto mailing list</a>
or on <a href="https://eclipse-iot-wg.slack.com/join/shared_invite/zt-d8zil9s0-NF5UHh92Odf3AbonspswHA#/">Slack</a>.</li>
<li>Get help from the <a href="https://forum.cedalo.com/">forums</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion www/posts/2016/03/repository-moved-to-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->

The mosquitto repository is now hosted on github:
<https://github.com/eclipse/mosquitto> This is now the canonical location for
<https://github.com/eclipse-mosquitto/mosquitto> This is now the canonical location for
mosquitto development work.

Bug reports should also be made on github and the existing bug reports will be
Expand Down
24 changes: 12 additions & 12 deletions www/posts/2016/06/version-1-4-9-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ This is a bugfix release.
* Fix string quoting in CMakeLists.txt. Closes [#4].
* Fix building on Visual Studio 2015. Closes [#136].

[#1]: https://github.com/eclipse/mosquitto/issues/1
[#4]: https://github.com/eclipse/mosquitto/issues/4
[#5]: https://github.com/eclipse/mosquitto/issues/5
[#57]: https://github.com/eclipse/mosquitto/issues/57
[#136]: https://github.com/eclipse/mosquitto/issues/136
[#150]: https://github.com/eclipse/mosquitto/issues/150
[#151]: https://github.com/eclipse/mosquitto/issues/151
[#154]: https://github.com/eclipse/mosquitto/issues/154
[#166]: https://github.com/eclipse/mosquitto/issues/166
[#169]: https://github.com/eclipse/mosquitto/issues/169
[#170]: https://github.com/eclipse/mosquitto/issues/170
[#180]: https://github.com/eclipse/mosquitto/issues/180
[#1]: https://github.com/eclipse-mosquitto/mosquitto/issues/1
[#4]: https://github.com/eclipse-mosquitto/mosquitto/issues/4
[#5]: https://github.com/eclipse-mosquitto/mosquitto/issues/5
[#57]: https://github.com/eclipse-mosquitto/mosquitto/issues/57
[#136]: https://github.com/eclipse-mosquitto/mosquitto/issues/136
[#150]: https://github.com/eclipse-mosquitto/mosquitto/issues/150
[#151]: https://github.com/eclipse-mosquitto/mosquitto/issues/151
[#154]: https://github.com/eclipse-mosquitto/mosquitto/issues/154
[#166]: https://github.com/eclipse-mosquitto/mosquitto/issues/166
[#169]: https://github.com/eclipse-mosquitto/mosquitto/issues/169
[#170]: https://github.com/eclipse-mosquitto/mosquitto/issues/170
[#180]: https://github.com/eclipse-mosquitto/mosquitto/issues/180
18 changes: 9 additions & 9 deletions www/posts/2016/08/version-1-4-10-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ This is a bugfix release.

* Don't attempt to install docs when `WITH_DOCS=no`. Closes [#184].

[#7]: https://github.com/eclipse/mosquitto/issues/7
[#184]: https://github.com/eclipse/mosquitto/issues/184
[#186]: https://github.com/eclipse/mosquitto/issues/186
[#189]: https://github.com/eclipse/mosquitto/issues/189
[#191]: https://github.com/eclipse/mosquitto/issues/191
[#198]: https://github.com/eclipse/mosquitto/issues/198
[#222]: https://github.com/eclipse/mosquitto/issues/222
[#234]: https://github.com/eclipse/mosquitto/issues/234
[#237]: https://github.com/eclipse/mosquitto/issues/237
[#7]: https://github.com/eclipse-mosquitto/mosquitto/issues/7
[#184]: https://github.com/eclipse-mosquitto/mosquitto/issues/184
[#186]: https://github.com/eclipse-mosquitto/mosquitto/issues/186
[#189]: https://github.com/eclipse-mosquitto/mosquitto/issues/189
[#191]: https://github.com/eclipse-mosquitto/mosquitto/issues/191
[#198]: https://github.com/eclipse-mosquitto/mosquitto/issues/198
[#222]: https://github.com/eclipse-mosquitto/mosquitto/issues/222
[#234]: https://github.com/eclipse-mosquitto/mosquitto/issues/234
[#237]: https://github.com/eclipse-mosquitto/mosquitto/issues/237
16 changes: 8 additions & 8 deletions www/posts/2017/02/version-1-4-11-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ This is a bugfix release.
* Fix potential socket leakage when reconnecting. Closes [#304].
* Fix potential negative timeout being passed to pselect. Closes [#329].

[#259]: https://github.com/eclipse/mosquitto/issues/259
[#271]: https://github.com/eclipse/mosquitto/issues/271
[#304]: https://github.com/eclipse/mosquitto/issues/304
[#316]: https://github.com/eclipse/mosquitto/issues/316
[#329]: https://github.com/eclipse/mosquitto/issues/329
[#354]: https://github.com/eclipse/mosquitto/issues/354
[#379]: https://github.com/eclipse/mosquitto/issues/379
[#380]: https://github.com/eclipse/mosquitto/issues/380
[#259]: https://github.com/eclipse-mosquitto/mosquitto/issues/259
[#271]: https://github.com/eclipse-mosquitto/mosquitto/issues/271
[#304]: https://github.com/eclipse-mosquitto/mosquitto/issues/304
[#316]: https://github.com/eclipse-mosquitto/mosquitto/issues/316
[#329]: https://github.com/eclipse-mosquitto/mosquitto/issues/329
[#354]: https://github.com/eclipse-mosquitto/mosquitto/issues/354
[#379]: https://github.com/eclipse-mosquitto/mosquitto/issues/379
[#380]: https://github.com/eclipse-mosquitto/mosquitto/issues/380
12 changes: 6 additions & 6 deletions www/posts/2017/05/security-advisory-cve-2017-7650.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Complete list of fixes addressed in version 1.4.12:
* Fix [CVE-2017-7650].

[CVE-2017-7650]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7650
[#415]: https://github.com/eclipse/mosquitto/issues/415
[#416]: https://github.com/eclipse/mosquitto/issues/416
[#424]: https://github.com/eclipse/mosquitto/issues/424
[#428]: https://github.com/eclipse/mosquitto/issues/428
[#426]: https://github.com/eclipse/mosquitto/issues/426
[#446]: https://github.com/eclipse/mosquitto/issues/446
[#415]: https://github.com/eclipse-mosquitto/mosquitto/issues/415
[#416]: https://github.com/eclipse-mosquitto/mosquitto/issues/416
[#424]: https://github.com/eclipse-mosquitto/mosquitto/issues/424
[#428]: https://github.com/eclipse-mosquitto/mosquitto/issues/428
[#426]: https://github.com/eclipse-mosquitto/mosquitto/issues/426
[#446]: https://github.com/eclipse-mosquitto/mosquitto/issues/446
10 changes: 5 additions & 5 deletions www/posts/2017/07/version-1-4-13-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ This is a bugfix and security release.

[CVE-2017-7650]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7650
[CVE-2017-9868]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9868
[#417]: https://github.com/eclipse/mosquitto/issues/417
[#427]: https://github.com/eclipse/mosquitto/issues/427
[#462]: https://github.com/eclipse/mosquitto/issues/462
[#468]: https://github.com/eclipse/mosquitto/issues/468
[#477]: https://github.com/eclipse/mosquitto/issues/477
[#417]: https://github.com/eclipse-mosquitto/mosquitto/issues/417
[#427]: https://github.com/eclipse-mosquitto/mosquitto/issues/427
[#462]: https://github.com/eclipse-mosquitto/mosquitto/issues/462
[#468]: https://github.com/eclipse-mosquitto/mosquitto/issues/468
[#477]: https://github.com/eclipse-mosquitto/mosquitto/issues/477
22 changes: 11 additions & 11 deletions www/posts/2018/02/security-advisory-cve-2017-7651-cve-2017-7652.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ The complete list of fixes addressed in version 1.4.15 is:

[CVE-2017-7651]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7651
[CVE-2017-7652]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7652
[#8]: https://github.com/eclipse/mosquitto/issues/8
[#250]: https://github.com/eclipse/mosquitto/issues/250
[#490]: https://github.com/eclipse/mosquitto/issues/490
[#507]: https://github.com/eclipse/mosquitto/issues/507
[#534]: https://github.com/eclipse/mosquitto/issues/534
[#636]: https://github.com/eclipse/mosquitto/issues/636
[#649]: https://github.com/eclipse/mosquitto/issues/649
[#652]: https://github.com/eclipse/mosquitto/issues/652
[#654]: https://github.com/eclipse/mosquitto/issues/654
[#670]: https://github.com/eclipse/mosquitto/issues/670
[#676]: https://github.com/eclipse/mosquitto/issues/676
[#8]: https://github.com/eclipse-mosquitto/mosquitto/issues/8
[#250]: https://github.com/eclipse-mosquitto/mosquitto/issues/250
[#490]: https://github.com/eclipse-mosquitto/mosquitto/issues/490
[#507]: https://github.com/eclipse-mosquitto/mosquitto/issues/507
[#534]: https://github.com/eclipse-mosquitto/mosquitto/issues/534
[#636]: https://github.com/eclipse-mosquitto/mosquitto/issues/636
[#649]: https://github.com/eclipse-mosquitto/mosquitto/issues/649
[#652]: https://github.com/eclipse-mosquitto/mosquitto/issues/652
[#654]: https://github.com/eclipse-mosquitto/mosquitto/issues/654
[#670]: https://github.com/eclipse-mosquitto/mosquitto/issues/670
[#676]: https://github.com/eclipse-mosquitto/mosquitto/issues/676
30 changes: 15 additions & 15 deletions www/posts/2018/08/version-151-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@ This is a bugfix release.
- Add support for compiling with static libwebsockets library.


[#209]: https://github.com/eclipse/mosquitto/issues/209
[#240]: https://github.com/eclipse/mosquitto/issues/240
[#258]: https://github.com/eclipse/mosquitto/issues/258
[#813]: https://github.com/eclipse/mosquitto/issues/813
[#833]: https://github.com/eclipse/mosquitto/issues/833
[#848]: https://github.com/eclipse/mosquitto/issues/848
[#849]: https://github.com/eclipse/mosquitto/issues/849
[#851]: https://github.com/eclipse/mosquitto/issues/851
[#860]: https://github.com/eclipse/mosquitto/issues/860
[#863]: https://github.com/eclipse/mosquitto/issues/863
[#869]: https://github.com/eclipse/mosquitto/issues/869
[#886]: https://github.com/eclipse/mosquitto/issues/886
[#900]: https://github.com/eclipse/mosquitto/issues/900
[#901]: https://github.com/eclipse/mosquitto/issues/901
[#903]: https://github.com/eclipse/mosquitto/issues/903
[#209]: https://github.com/eclipse-mosquitto/mosquitto/issues/209
[#240]: https://github.com/eclipse-mosquitto/mosquitto/issues/240
[#258]: https://github.com/eclipse-mosquitto/mosquitto/issues/258
[#813]: https://github.com/eclipse-mosquitto/mosquitto/issues/813
[#833]: https://github.com/eclipse-mosquitto/mosquitto/issues/833
[#848]: https://github.com/eclipse-mosquitto/mosquitto/issues/848
[#849]: https://github.com/eclipse-mosquitto/mosquitto/issues/849
[#851]: https://github.com/eclipse-mosquitto/mosquitto/issues/851
[#860]: https://github.com/eclipse-mosquitto/mosquitto/issues/860
[#863]: https://github.com/eclipse-mosquitto/mosquitto/issues/863
[#869]: https://github.com/eclipse-mosquitto/mosquitto/issues/869
[#886]: https://github.com/eclipse-mosquitto/mosquitto/issues/886
[#900]: https://github.com/eclipse-mosquitto/mosquitto/issues/900
[#901]: https://github.com/eclipse-mosquitto/mosquitto/issues/901
[#903]: https://github.com/eclipse-mosquitto/mosquitto/issues/903
10 changes: 5 additions & 5 deletions www/posts/2018/09/security-advisory-cve-2018-12543.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The complete list of fixes addressed in version 1.5.3 is:
* Various fixes to ease building.

[CVE-2018-12543]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12543
[#520]: https://github.com/eclipse/mosquitto/issues/520
[#566]: https://github.com/eclipse/mosquitto/issues/566
[#600]: https://github.com/eclipse/mosquitto/issues/600
[#645]: https://github.com/eclipse/mosquitto/issues/645
[#701]: https://github.com/eclipse/mosquitto/issues/701
[#520]: https://github.com/eclipse-mosquitto/mosquitto/issues/520
[#566]: https://github.com/eclipse-mosquitto/mosquitto/issues/566
[#600]: https://github.com/eclipse-mosquitto/mosquitto/issues/600
[#645]: https://github.com/eclipse-mosquitto/mosquitto/issues/645
[#701]: https://github.com/eclipse-mosquitto/mosquitto/issues/701
12 changes: 6 additions & 6 deletions www/posts/2018/09/version-152-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ This is a bugfix release.
- Make it easier to build without bundled uthash.h using `WITH_BUNDLED_DEPS=no`.
- Fix build with OPENSSL_NO_ENGINE. Closes [#932].

[#481]: https://github.com/eclipse/mosquitto/issues/481
[#927]: https://github.com/eclipse/mosquitto/issues/927
[#932]: https://github.com/eclipse/mosquitto/issues/932
[#941]: https://github.com/eclipse/mosquitto/issues/941
[#948]: https://github.com/eclipse/mosquitto/issues/948
[#965]: https://github.com/eclipse/mosquitto/issues/965
[#481]: https://github.com/eclipse-mosquitto/mosquitto/issues/481
[#927]: https://github.com/eclipse-mosquitto/mosquitto/issues/927
[#932]: https://github.com/eclipse-mosquitto/mosquitto/issues/932
[#941]: https://github.com/eclipse-mosquitto/mosquitto/issues/941
[#948]: https://github.com/eclipse-mosquitto/mosquitto/issues/948
[#965]: https://github.com/eclipse-mosquitto/mosquitto/issues/965
2 changes: 1 addition & 1 deletion www/posts/2018/11/mqtt5-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ mosquitto_pub -t topic -m '{"key":"value"}' -D publish content-type "application

Further updates will be posted when more features are available.

[repository]: https://github.com/eclipse/mosquitto/tree/mqtt5
[repository]: https://github.com/eclipse-mosquitto/mosquitto/tree/mqtt5
[roadmap]: https://mosquitto.org/roadmap/
Loading