mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Update XEP-0060 test.
This commit is contained in:
parent
72ead3d598
commit
30da68f47b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class TestPubsubStanzas(SleekTest):
|
||||||
<pubsub xmlns="http://jabber.org/protocol/pubsub">
|
<pubsub xmlns="http://jabber.org/protocol/pubsub">
|
||||||
<subscribe node="cheese" jid="fritzy@netflint.net/sleekxmpp">
|
<subscribe node="cheese" jid="fritzy@netflint.net/sleekxmpp">
|
||||||
<options node="cheese" jid="fritzy@netflint.net/sleekxmpp">
|
<options node="cheese" jid="fritzy@netflint.net/sleekxmpp">
|
||||||
<x xmlns="jabber:x:data" type="form">
|
<x xmlns="jabber:x:data" type="submit">
|
||||||
<field var="pubsub#title" type="text-single">
|
<field var="pubsub#title" type="text-single">
|
||||||
<value>this thing is awesome</value>
|
<value>this thing is awesome</value>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in a new issue