UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

26 lines (25 loc) 973 B
"use strict"; // ==================================================================== // XEP-0224: Attention // -------------------------------------------------------------------- // Source: https://xmpp.org/extensions/xep-0224.html // Version: Version 1.0 (2008-11-13) // ==================================================================== Object.defineProperty(exports, "__esModule", { value: true }); const jxt_1 = require("../jxt"); const Namespaces_1 = require("../Namespaces"); const Protocol = [ jxt_1.addAlias(Namespaces_1.NS_BOB, 'data', [{ path: 'iq.jingle.bits', multiple: true }]), { element: 'thumbnail', fields: { height: jxt_1.integerAttribute('height'), mediaType: jxt_1.attribute('media-type'), uri: jxt_1.attribute('uri'), width: jxt_1.integerAttribute('width') }, namespace: Namespaces_1.NS_THUMBS_1, path: 'thumbnail' } ]; exports.default = Protocol;