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

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

<client>
<features>
mqtts
Debug
</features>
<server>
mqtts
</server>
<name>
MQTTS SUBSCRIBE with partial writes
</name>
<setenv>
# Split MQTT packets without fragmenting TLS handshakes.
CURL_SMALLSENDS=1
</setenv>
<command option="binary-trace">
mqtts://%HOSTIP:%MQTTSPORT/%TESTNUMBER --insecure --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 000100043232313200
server SUBACK 3 9003000100
server PUBLISH c 300c00043232313268656c6c6f0a
server DISCONNECT 0 e000
</protocol>
</verify>
</testcase>
