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

<reply>
<data nocheck="yes">
hello
</data>
</reply>

<client>
<features>
mqtt
Debug
</features>
<server>
mqtt
</server>
<name>
MQTT SUBSCRIBE with partial writes
</name>
<setenv>
CURL_DBG_SOCK_WPARTIAL=50
</setenv>
<command option="binary-trace">
mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER --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 SUBSCRIBE 9 000100043232313000
server SUBACK 3 9003000100
server PUBLISH c 300c00043232313068656c6c6f0a
server DISCONNECT 0 e000
</protocol>
</verify>
</testcase>
