XMPP Service Operators - 2018-01-29


  1. andrey.utkin

    what Bunneh queries to retrieve contact address?

  2. Maranda

    disco info

  3. Maranda

    <!-- Outgoing 29/01/2018 01:31:17 --> <iq xmlns="jabber:client" to="lightwitch.org" type="get" id="79c004dd-dbb8-43b9-a2a7-cc2b07a77ad4" from="imadmin@lightwitch.org/poff"> <query xmlns="http://jabber.org/protocol/disco#info" /> </iq> <!-- Incoming 29/01/2018 01:31:18 --> <iq id='79c004dd-dbb8-43b9-a2a7-cc2b07a77ad4' type='result' to='imadmin@lightwitch.org/poff' from='lightwitch.org'> <query xmlns='http://jabber.org/protocol/disco#info'> <identity type='pep' name='Metronome' category='pubsub'/> <identity type='im' name='Metronome' category='server'/> <feature var='http://jabber.org/protocol/commands'/> <feature var='urn:xmpp:ping'/> <feature var='msgoffline'/> <feature var='jabber:iq:version'/> <feature var='urn:xmpp:jidprep:0'/> <feature var='http://jabber.org/protocol/pubsub#access-presence'/> <feature var='http://jabber.org/protocol/pubsub#auto-create'/> <feature var='http://jabber.org/protocol/pubsub#create-and-configure'/> <feature var='http://jabber.org/protocol/pubsub#create-nodes'/> <feature var='http://jabber.org/protocol/pubsub#config-node'/> <feature var='http://jabber.org/protocol/pubsub#delete-items'/> <feature var='http://jabber.org/protocol/pubsub#delete-nodes'/> <feature var='http://jabber.org/protocol/pubsub#filtered-notifications'/> <feature var='http://jabber.org/protocol/pubsub#meta-data'/> <feature var='http://jabber.org/protocol/pubsub#persistent-items'/> <feature var='http://jabber.org/protocol/pubsub#publish'/> <feature var='http://jabber.org/protocol/pubsub#publish-options'/> <feature var='http://jabber.org/protocol/pubsub#purge-nodes'/> <feature var='http://jabber.org/protocol/pubsub#retrieve-items'/> <feature var='jabber:iq:register'/> <feature var='vcard-temp'/> <feature var='jabber:iq:privacy'/> <feature var='urn:xmpp:blocking'/> <feature var='urn:xmpp:server-presence'/> <feature var='jabber:iq:roster'/> <feature var='urn:xmpp:time'/> <feature var='urn:xmpp:public-server'/> <feature var='jabber:iq:private'/> <feature var='urn:xmpp:sic:1'/> <feature var='jabber:iq:last'/> <feature var='http://jabber.org/protocol/disco#info'/> <feature var='http://jabber.org/protocol/disco#items'/> <feature var='urn:xmpp:carbons:2'/> <feature var='urn:xmpp:csi:0'/> <feature var='urn:xmpp:sift:2'/> <feature var='urn:xmpp:sift:stanzas:presence'/> <feature var='http://metronome.im/protocol/mam-purge'/> <x type='result' xmlns='jabber:x:data'> <field var='FORM_TYPE' type='hidden'> <value>http://jabber.org/network/serverinfo</value> </field> <field var='support-addresses'> <value>https://lightwitch.org/im-service/support</value> <value>xmpp:support@conference.lightwitch.org?join</value> </field> <field var='admin-addresses'> <value>https://lightwitch.org/contact</value> </field> <field var='abuse-addresses'> <value>mailto:abuse@lightwitch.org</value> </field> </x> </query> </iq> <r xmlns='urn:xmpp:sm:3'/>

  4. Maranda

    ack no pastebin

  5. Maranda

    :D

  6. Maranda

    will have to remember that

  7. Maranda

    it just grabs what's into the dataform x element andrey.utkin for the fields types defined into xep-0157

  8. andrey.utkin

    i see now, thanks

  9. Maranda

    -ping

  10. Bunneh

    Maranda: pong