XMPP Delta (Core and IM 05)

XMPP WG, IETF 56, San Francisco

Peter Saint-Andre

<stpeter@jabber.org>


XMPP Core: Security


XMPP Core: Internationalization


XMPP Core: Error Handling (Streams)


XMPP Core: Error Handling (Stanzas)


XMPP Core: Open Issues?


XMPP IM: Delta


XMPP IM: Blocking Syntax

<iq>
  <query xmlns='jabber:iq:privacy'>
    <list name='foo'>
      <item
          type='[jid|group|subscription]'
          value='bar'
          action='[accept|deny]'
          order='nonNegativeInteger'>
        <stanza-type/>
      </item>
    </list>
  </query>
</iq>

Valid <stanza-type/>'s:


XMPP IM: Open Issues?


END