Skip to content

Instantly share code, notes, and snippets.

@dangra
Created May 16, 2011 01:06
Show Gist options
  • Save dangra/973747 to your computer and use it in GitHub Desktop.
Save dangra/973747 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<iq xmlns="jabber:client" to="hypervisor@dangra.dnsalias.com/sonee" from="pubsub.dangra.dnsalias.com" id="13" type="error">
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">
<configure node="/archipel/hypervisor@dangra.dnsalias.com/logs">
<x xmlns="jabber:x:data" type="submit">
<field var="FORM_TYPE" type="hidden">
<value>http://jabber.org/protocol/pubsub#node_config</value>
</field>
<field var="pubsub#notify_retract">
<value>0</value>
</field>
<field var="pubsub#deliver_payloads">
<value>1</value>
</field>
<field var="pubsub#persist_items">
<value>1</value>
</field>
<field var="pubsub#send_last_published_item">
<value>never</value>
</field>
<field var="pubsub#access_model">
<value>open</value>
</field>
<field var="pubsub#deliver_notifications">
<value>1</value>
</field>
<field var="pubsub#max_items">
<value>1000</value>
</field>
</x>
</configure>
</pubsub>
<error code="406" type="modify">
<not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment