mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
13 lines
755 B
XML
13 lines
755 B
XML
<refsect2>
|
|
<title>Will properties</title>
|
|
<itemizedlist>
|
|
<listitem><para><option>content-type</option> (UTF-8 string)</para></listitem>
|
|
<listitem><para><option>correlation-data</option> (binary data - note treated as a string)</para></listitem>
|
|
<listitem><para><option>message-expiry-interval</option> (32-bit unsigned integer)</para></listitem>
|
|
<listitem><para><option>payload-format-indicator</option> (8-bit unsigned integer)</para></listitem>
|
|
<listitem><para><option>response-topic</option> (UTF-8 string)</para></listitem>
|
|
<listitem><para><option>user-property</option> (UTF-8 string pair)</para></listitem>
|
|
<listitem><para><option>will-delay-interval</option> (32-bit unsigned integer)</para></listitem>
|
|
</itemizedlist>
|
|
</refsect2>
|