@fnlb-project/stanza
Version:
Modern XMPP in the browser, with a JSON API
14 lines (13 loc) • 626 B
JavaScript
;
// ====================================================================
// 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");
exports.default = (0, jxt_1.extendMessage)({
requestingAttention: (0, jxt_1.childBoolean)(Namespaces_1.NS_ATTENTION_0, 'attention')
});