<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
MQTT
MQTT PUBLISH
</keywords>
</info>

<reply>
<data>
</data>
</reply>

<client>
<features>
mqtt
Debug
</features>
<server>
mqtt
</server>
<name>
MQTT PUBLISH with partial writes
</name>
<setenv>
CURL_DBG_SOCK_WPARTIAL=50
</setenv>
<command option="binary-trace">
mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -d something --max-time 10
</command>
</client>

<verify>
# Strip the random part of the client ID.
<strippart>
s/^(.* 00044d5154540402003c000c6375726c).*/$1/
</strippart>
<protocol>
client CONNECT 18 00044d5154540402003c000c6375726c
server CONNACK 2 20020000
client PUBLISH f 000432323039736f6d657468696e67
client DISCONNECT 0 e000
</protocol>
</verify>
</testcase>
