Path: blob/master/node_modules/@adiwajshing/baileys/lib/WABinary/Legacy/constants.js
1809 views
"use strict";1Object.defineProperty(exports, "__esModule", { value: true });2exports.TOKEN_MAP = exports.SINGLE_BYTE_TOKENS = exports.DOUBLE_BYTE_TOKENS = exports.TAGS = void 0;3exports.TAGS = {4LIST_EMPTY: 0,5STREAM_END: 2,6DICTIONARY_0: 236,7DICTIONARY_1: 237,8DICTIONARY_2: 238,9DICTIONARY_3: 239,10LIST_8: 248,11LIST_16: 249,12JID_PAIR: 250,13HEX_8: 251,14BINARY_8: 252,15BINARY_20: 253,16BINARY_32: 254,17NIBBLE_8: 255,18SINGLE_BYTE_MAX: 256,19PACKED_MAX: 254,20AD_JID: 247,21};22exports.DOUBLE_BYTE_TOKENS = [];23exports.SINGLE_BYTE_TOKENS = [24null,25null,26null,27'200',28'400',29'404',30'500',31'501',32'502',33'action',34'add',35'after',36'archive',37'author',38'available',39'battery',40'before',41'body',42'broadcast',43'chat',44'clear',45'code',46'composing',47'contacts',48'count',49'create',50'debug',51'delete',52'demote',53'duplicate',54'encoding',55'error',56'false',57'filehash',58'from',59'g.us',60'group',61'groups_v2',62'height',63'id',64'image',65'in',66'index',67'invis',68'item',69'jid',70'kind',71'last',72'leave',73'live',74'log',75'media',76'message',77'mimetype',78'missing',79'modify',80'name',81'notification',82'notify',83'out',84'owner',85'participant',86'paused',87'picture',88'played',89'presence',90'preview',91'promote',92'query',93'raw',94'read',95'receipt',96'received',97'recipient',98'recording',99'relay',100'remove',101'response',102'resume',103'retry',104's.whatsapp.net',105'seconds',106'set',107'size',108'status',109'subject',110'subscribe',111't',112'text',113'to',114'true',115'type',116'unarchive',117'unavailable',118'url',119'user',120'value',121'web',122'width',123'mute',124'read_only',125'admin',126'creator',127'short',128'update',129'powersave',130'checksum',131'epoch',132'block',133'previous',134'409',135'replaced',136'reason',137'spam',138'modify_tag',139'message_info',140'delivery',141'emoji',142'title',143'description',144'canonical-url',145'matched-text',146'star',147'unstar',148'media_key',149'filename',150'identity',151'unread',152'page',153'page_count',154'search',155'media_message',156'security',157'call_log',158'profile',159'ciphertext',160'invite',161'gif',162'vcard',163'frequent',164'privacy',165'blacklist',166'whitelist',167'verify',168'location',169'document',170'elapsed',171'revoke_invite',172'expiration',173'unsubscribe',174'disable',175'vname',176'old_jid',177'new_jid',178'announcement',179'locked',180'prop',181'label',182'color',183'call',184'offer',185'call-id',186'quick_reply',187'sticker',188'pay_t',189'accept',190'reject',191'sticker_pack',192'invalid',193'canceled',194'missed',195'connected',196'result',197'audio',198'video',199'recent',200];201exports.TOKEN_MAP = {};202for (let i = 0; i < exports.SINGLE_BYTE_TOKENS.length; i++) {203exports.TOKEN_MAP[exports.SINGLE_BYTE_TOKENS[i]] = { index: i };204}205206207