@kelvdra/baileys 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1478 -0
  3. package/WAProto/GenerateStatics.sh +3 -0
  4. package/WAProto/WAProto.proto +4633 -0
  5. package/WAProto/fix-imports.js +29 -0
  6. package/WAProto/index.d.ts +37016 -0
  7. package/WAProto/index.js +169659 -0
  8. package/engine-requirements.js +10 -0
  9. package/lib/Defaults/index.d.ts +62 -0
  10. package/lib/Defaults/index.d.ts.map +1 -0
  11. package/lib/Defaults/index.js +115 -0
  12. package/lib/Defaults/index.js.map +1 -0
  13. package/lib/Signal/Group/ciphertext-message.d.ts +10 -0
  14. package/lib/Signal/Group/ciphertext-message.d.ts.map +1 -0
  15. package/lib/Signal/Group/ciphertext-message.js +12 -0
  16. package/lib/Signal/Group/ciphertext-message.js.map +1 -0
  17. package/lib/Signal/Group/group-session-builder.d.ts +15 -0
  18. package/lib/Signal/Group/group-session-builder.d.ts.map +1 -0
  19. package/lib/Signal/Group/group-session-builder.js +30 -0
  20. package/lib/Signal/Group/group-session-builder.js.map +1 -0
  21. package/lib/Signal/Group/group_cipher.d.ts +17 -0
  22. package/lib/Signal/Group/group_cipher.d.ts.map +1 -0
  23. package/lib/Signal/Group/group_cipher.js +82 -0
  24. package/lib/Signal/Group/group_cipher.js.map +1 -0
  25. package/lib/Signal/Group/index.d.ts +12 -0
  26. package/lib/Signal/Group/index.d.ts.map +1 -0
  27. package/lib/Signal/Group/index.js +12 -0
  28. package/lib/Signal/Group/index.js.map +1 -0
  29. package/lib/Signal/Group/keyhelper.d.ts +11 -0
  30. package/lib/Signal/Group/keyhelper.d.ts.map +1 -0
  31. package/lib/Signal/Group/keyhelper.js +18 -0
  32. package/lib/Signal/Group/keyhelper.js.map +1 -0
  33. package/lib/Signal/Group/sender-chain-key.d.ts +14 -0
  34. package/lib/Signal/Group/sender-chain-key.d.ts.map +1 -0
  35. package/lib/Signal/Group/sender-chain-key.js +26 -0
  36. package/lib/Signal/Group/sender-chain-key.js.map +1 -0
  37. package/lib/Signal/Group/sender-key-distribution-message.d.ts +17 -0
  38. package/lib/Signal/Group/sender-key-distribution-message.d.ts.map +1 -0
  39. package/lib/Signal/Group/sender-key-distribution-message.js +63 -0
  40. package/lib/Signal/Group/sender-key-distribution-message.js.map +1 -0
  41. package/lib/Signal/Group/sender-key-message.d.ts +19 -0
  42. package/lib/Signal/Group/sender-key-message.d.ts.map +1 -0
  43. package/lib/Signal/Group/sender-key-message.js +66 -0
  44. package/lib/Signal/Group/sender-key-message.js.map +1 -0
  45. package/lib/Signal/Group/sender-key-name.d.ts +18 -0
  46. package/lib/Signal/Group/sender-key-name.d.ts.map +1 -0
  47. package/lib/Signal/Group/sender-key-name.js +48 -0
  48. package/lib/Signal/Group/sender-key-name.js.map +1 -0
  49. package/lib/Signal/Group/sender-key-record.d.ts +31 -0
  50. package/lib/Signal/Group/sender-key-record.d.ts.map +1 -0
  51. package/lib/Signal/Group/sender-key-record.js +41 -0
  52. package/lib/Signal/Group/sender-key-record.js.map +1 -0
  53. package/lib/Signal/Group/sender-key-state.d.ts +39 -0
  54. package/lib/Signal/Group/sender-key-state.d.ts.map +1 -0
  55. package/lib/Signal/Group/sender-key-state.js +84 -0
  56. package/lib/Signal/Group/sender-key-state.js.map +1 -0
  57. package/lib/Signal/Group/sender-message-key.d.ts +12 -0
  58. package/lib/Signal/Group/sender-message-key.d.ts.map +1 -0
  59. package/lib/Signal/Group/sender-message-key.js +26 -0
  60. package/lib/Signal/Group/sender-message-key.js.map +1 -0
  61. package/lib/Signal/libsignal.d.ts +5 -0
  62. package/lib/Signal/libsignal.d.ts.map +1 -0
  63. package/lib/Signal/libsignal.js +342 -0
  64. package/lib/Signal/libsignal.js.map +1 -0
  65. package/lib/Signal/lid-mapping.d.ts +23 -0
  66. package/lib/Signal/lid-mapping.d.ts.map +1 -0
  67. package/lib/Signal/lid-mapping.js +171 -0
  68. package/lib/Signal/lid-mapping.js.map +1 -0
  69. package/lib/Socket/Client/index.d.ts +3 -0
  70. package/lib/Socket/Client/index.d.ts.map +1 -0
  71. package/lib/Socket/Client/index.js +3 -0
  72. package/lib/Socket/Client/index.js.map +1 -0
  73. package/lib/Socket/Client/types.d.ts +16 -0
  74. package/lib/Socket/Client/types.d.ts.map +1 -0
  75. package/lib/Socket/Client/types.js +11 -0
  76. package/lib/Socket/Client/types.js.map +1 -0
  77. package/lib/Socket/Client/websocket.d.ts +13 -0
  78. package/lib/Socket/Client/websocket.d.ts.map +1 -0
  79. package/lib/Socket/Client/websocket.js +50 -0
  80. package/lib/Socket/Client/websocket.js.map +1 -0
  81. package/lib/Socket/business.d.ts +188 -0
  82. package/lib/Socket/business.d.ts.map +1 -0
  83. package/lib/Socket/business.js +376 -0
  84. package/lib/Socket/business.js.map +1 -0
  85. package/lib/Socket/chats.d.ts +98 -0
  86. package/lib/Socket/chats.d.ts.map +1 -0
  87. package/lib/Socket/chats.js +962 -0
  88. package/lib/Socket/chats.js.map +1 -0
  89. package/lib/Socket/communities.d.ts +244 -0
  90. package/lib/Socket/communities.d.ts.map +1 -0
  91. package/lib/Socket/communities.js +431 -0
  92. package/lib/Socket/communities.js.map +1 -0
  93. package/lib/Socket/groups.d.ts +137 -0
  94. package/lib/Socket/groups.d.ts.map +1 -0
  95. package/lib/Socket/groups.js +327 -0
  96. package/lib/Socket/groups.js.map +1 -0
  97. package/lib/Socket/hydra.d.ts +174 -0
  98. package/lib/Socket/hydra.js +715 -0
  99. package/lib/Socket/index.d.ts +231 -0
  100. package/lib/Socket/index.d.ts.map +1 -0
  101. package/lib/Socket/index.js +18 -0
  102. package/lib/Socket/index.js.map +1 -0
  103. package/lib/Socket/messages-recv.d.ts +173 -0
  104. package/lib/Socket/messages-recv.d.ts.map +1 -0
  105. package/lib/Socket/messages-recv.js +1228 -0
  106. package/lib/Socket/messages-recv.js.map +1 -0
  107. package/lib/Socket/messages-send.d.ts +169 -0
  108. package/lib/Socket/messages-send.d.ts.map +1 -0
  109. package/lib/Socket/messages-send.js +1367 -0
  110. package/lib/Socket/messages-send.js.map +1 -0
  111. package/lib/Socket/mex.d.ts +3 -0
  112. package/lib/Socket/mex.d.ts.map +1 -0
  113. package/lib/Socket/mex.js +42 -0
  114. package/lib/Socket/mex.js.map +1 -0
  115. package/lib/Socket/newsletter.d.ts +147 -0
  116. package/lib/Socket/newsletter.d.ts.map +1 -0
  117. package/lib/Socket/newsletter.js +181 -0
  118. package/lib/Socket/newsletter.js.map +1 -0
  119. package/lib/Socket/socket.d.ts +51 -0
  120. package/lib/Socket/socket.d.ts.map +1 -0
  121. package/lib/Socket/socket.js +841 -0
  122. package/lib/Socket/socket.js.map +1 -0
  123. package/lib/Store/index.d.ts +4 -0
  124. package/lib/Store/index.js +4 -0
  125. package/lib/Store/make-cache-manager-store.d.ts +14 -0
  126. package/lib/Store/make-cache-manager-store.js +81 -0
  127. package/lib/Store/make-in-memory-store.d.ts +123 -0
  128. package/lib/Store/make-in-memory-store.js +416 -0
  129. package/lib/Store/make-ordered-dictionary.d.ts +12 -0
  130. package/lib/Store/make-ordered-dictionary.js +82 -0
  131. package/lib/Store/object-repository.d.ts +10 -0
  132. package/lib/Store/object-repository.js +31 -0
  133. package/lib/Types/Auth.d.ts +111 -0
  134. package/lib/Types/Auth.d.ts.map +1 -0
  135. package/lib/Types/Auth.js +2 -0
  136. package/lib/Types/Auth.js.map +1 -0
  137. package/lib/Types/Bussines.d.ts +25 -0
  138. package/lib/Types/Bussines.d.ts.map +1 -0
  139. package/lib/Types/Bussines.js +2 -0
  140. package/lib/Types/Bussines.js.map +1 -0
  141. package/lib/Types/Call.d.ts +14 -0
  142. package/lib/Types/Call.d.ts.map +1 -0
  143. package/lib/Types/Call.js +2 -0
  144. package/lib/Types/Call.js.map +1 -0
  145. package/lib/Types/Chat.d.ts +123 -0
  146. package/lib/Types/Chat.d.ts.map +1 -0
  147. package/lib/Types/Chat.js +8 -0
  148. package/lib/Types/Chat.js.map +1 -0
  149. package/lib/Types/Contact.d.ts +24 -0
  150. package/lib/Types/Contact.d.ts.map +1 -0
  151. package/lib/Types/Contact.js +2 -0
  152. package/lib/Types/Contact.js.map +1 -0
  153. package/lib/Types/Events.d.ts +202 -0
  154. package/lib/Types/Events.d.ts.map +1 -0
  155. package/lib/Types/Events.js +2 -0
  156. package/lib/Types/Events.js.map +1 -0
  157. package/lib/Types/GroupMetadata.d.ts +67 -0
  158. package/lib/Types/GroupMetadata.d.ts.map +1 -0
  159. package/lib/Types/GroupMetadata.js +2 -0
  160. package/lib/Types/GroupMetadata.js.map +1 -0
  161. package/lib/Types/Label.d.ts +47 -0
  162. package/lib/Types/Label.d.ts.map +1 -0
  163. package/lib/Types/Label.js +25 -0
  164. package/lib/Types/Label.js.map +1 -0
  165. package/lib/Types/LabelAssociation.d.ts +30 -0
  166. package/lib/Types/LabelAssociation.d.ts.map +1 -0
  167. package/lib/Types/LabelAssociation.js +7 -0
  168. package/lib/Types/LabelAssociation.js.map +1 -0
  169. package/lib/Types/Message.d.ts +303 -0
  170. package/lib/Types/Message.d.ts.map +1 -0
  171. package/lib/Types/Message.js +11 -0
  172. package/lib/Types/Message.js.map +1 -0
  173. package/lib/Types/Newsletter.d.ts +135 -0
  174. package/lib/Types/Newsletter.d.ts.map +1 -0
  175. package/lib/Types/Newsletter.js +31 -0
  176. package/lib/Types/Newsletter.js.map +1 -0
  177. package/lib/Types/Product.d.ts +79 -0
  178. package/lib/Types/Product.d.ts.map +1 -0
  179. package/lib/Types/Product.js +2 -0
  180. package/lib/Types/Product.js.map +1 -0
  181. package/lib/Types/Signal.d.ts +76 -0
  182. package/lib/Types/Signal.d.ts.map +1 -0
  183. package/lib/Types/Signal.js +2 -0
  184. package/lib/Types/Signal.js.map +1 -0
  185. package/lib/Types/Socket.d.ts +133 -0
  186. package/lib/Types/Socket.d.ts.map +1 -0
  187. package/lib/Types/Socket.js +3 -0
  188. package/lib/Types/Socket.js.map +1 -0
  189. package/lib/Types/State.d.ts +39 -0
  190. package/lib/Types/State.d.ts.map +1 -0
  191. package/lib/Types/State.js +13 -0
  192. package/lib/Types/State.js.map +1 -0
  193. package/lib/Types/USync.d.ts +26 -0
  194. package/lib/Types/USync.d.ts.map +1 -0
  195. package/lib/Types/USync.js +2 -0
  196. package/lib/Types/USync.js.map +1 -0
  197. package/lib/Types/index.d.ts +65 -0
  198. package/lib/Types/index.d.ts.map +1 -0
  199. package/lib/Types/index.js +26 -0
  200. package/lib/Types/index.js.map +1 -0
  201. package/lib/Utils/auth-utils.d.ts +19 -0
  202. package/lib/Utils/auth-utils.d.ts.map +1 -0
  203. package/lib/Utils/auth-utils.js +257 -0
  204. package/lib/Utils/auth-utils.js.map +1 -0
  205. package/lib/Utils/baileys-event-stream.d.ts +17 -0
  206. package/lib/Utils/baileys-event-stream.d.ts.map +1 -0
  207. package/lib/Utils/baileys-event-stream.js +56 -0
  208. package/lib/Utils/baileys-event-stream.js.map +1 -0
  209. package/lib/Utils/browser-utils.d.ts +4 -0
  210. package/lib/Utils/browser-utils.d.ts.map +1 -0
  211. package/lib/Utils/browser-utils.js +28 -0
  212. package/lib/Utils/browser-utils.js.map +1 -0
  213. package/lib/Utils/business.d.ts +23 -0
  214. package/lib/Utils/business.d.ts.map +1 -0
  215. package/lib/Utils/business.js +231 -0
  216. package/lib/Utils/business.js.map +1 -0
  217. package/lib/Utils/chat-utils.d.ts +70 -0
  218. package/lib/Utils/chat-utils.d.ts.map +1 -0
  219. package/lib/Utils/chat-utils.js +763 -0
  220. package/lib/Utils/chat-utils.js.map +1 -0
  221. package/lib/Utils/crypto.d.ts +41 -0
  222. package/lib/Utils/crypto.d.ts.map +1 -0
  223. package/lib/Utils/crypto.js +142 -0
  224. package/lib/Utils/crypto.js.map +1 -0
  225. package/lib/Utils/decode-wa-message.d.ts +48 -0
  226. package/lib/Utils/decode-wa-message.d.ts.map +1 -0
  227. package/lib/Utils/decode-wa-message.js +279 -0
  228. package/lib/Utils/decode-wa-message.js.map +1 -0
  229. package/lib/Utils/event-buffer.d.ts +34 -0
  230. package/lib/Utils/event-buffer.d.ts.map +1 -0
  231. package/lib/Utils/event-buffer.js +548 -0
  232. package/lib/Utils/event-buffer.js.map +1 -0
  233. package/lib/Utils/generics.d.ts +90 -0
  234. package/lib/Utils/generics.d.ts.map +1 -0
  235. package/lib/Utils/generics.js +381 -0
  236. package/lib/Utils/generics.js.map +1 -0
  237. package/lib/Utils/history.d.ts +19 -0
  238. package/lib/Utils/history.d.ts.map +1 -0
  239. package/lib/Utils/history.js +84 -0
  240. package/lib/Utils/history.js.map +1 -0
  241. package/lib/Utils/index.d.ts +20 -0
  242. package/lib/Utils/index.d.ts.map +1 -0
  243. package/lib/Utils/index.js +20 -0
  244. package/lib/Utils/index.js.map +1 -0
  245. package/lib/Utils/link-preview.d.ts +21 -0
  246. package/lib/Utils/link-preview.d.ts.map +1 -0
  247. package/lib/Utils/link-preview.js +85 -0
  248. package/lib/Utils/link-preview.js.map +1 -0
  249. package/lib/Utils/logger.d.ts +12 -0
  250. package/lib/Utils/logger.d.ts.map +1 -0
  251. package/lib/Utils/logger.js +3 -0
  252. package/lib/Utils/logger.js.map +1 -0
  253. package/lib/Utils/lt-hash.d.ts +13 -0
  254. package/lib/Utils/lt-hash.d.ts.map +1 -0
  255. package/lib/Utils/lt-hash.js +48 -0
  256. package/lib/Utils/lt-hash.js.map +1 -0
  257. package/lib/Utils/make-mutex.d.ts +8 -0
  258. package/lib/Utils/make-mutex.d.ts.map +1 -0
  259. package/lib/Utils/make-mutex.js +40 -0
  260. package/lib/Utils/make-mutex.js.map +1 -0
  261. package/lib/Utils/message-retry-manager.d.ts +82 -0
  262. package/lib/Utils/message-retry-manager.d.ts.map +1 -0
  263. package/lib/Utils/message-retry-manager.js +149 -0
  264. package/lib/Utils/message-retry-manager.js.map +1 -0
  265. package/lib/Utils/messages-media.d.ts +114 -0
  266. package/lib/Utils/messages-media.d.ts.map +1 -0
  267. package/lib/Utils/messages-media.js +684 -0
  268. package/lib/Utils/messages-media.js.map +1 -0
  269. package/lib/Utils/messages.d.ts +76 -0
  270. package/lib/Utils/messages.d.ts.map +1 -0
  271. package/lib/Utils/messages.js +820 -0
  272. package/lib/Utils/messages.js.map +1 -0
  273. package/lib/Utils/noise-handler.d.ts +20 -0
  274. package/lib/Utils/noise-handler.d.ts.map +1 -0
  275. package/lib/Utils/noise-handler.js +147 -0
  276. package/lib/Utils/noise-handler.js.map +1 -0
  277. package/lib/Utils/pre-key-manager.d.ts +28 -0
  278. package/lib/Utils/pre-key-manager.d.ts.map +1 -0
  279. package/lib/Utils/pre-key-manager.js +106 -0
  280. package/lib/Utils/pre-key-manager.js.map +1 -0
  281. package/lib/Utils/process-message.d.ts +42 -0
  282. package/lib/Utils/process-message.d.ts.map +1 -0
  283. package/lib/Utils/process-message.js +413 -0
  284. package/lib/Utils/process-message.js.map +1 -0
  285. package/lib/Utils/signal.d.ts +34 -0
  286. package/lib/Utils/signal.d.ts.map +1 -0
  287. package/lib/Utils/signal.js +159 -0
  288. package/lib/Utils/signal.js.map +1 -0
  289. package/lib/Utils/use-multi-file-auth-state.d.ts +13 -0
  290. package/lib/Utils/use-multi-file-auth-state.d.ts.map +1 -0
  291. package/lib/Utils/use-multi-file-auth-state.js +121 -0
  292. package/lib/Utils/use-multi-file-auth-state.js.map +1 -0
  293. package/lib/Utils/validate-connection.d.ts +11 -0
  294. package/lib/Utils/validate-connection.d.ts.map +1 -0
  295. package/lib/Utils/validate-connection.js +195 -0
  296. package/lib/Utils/validate-connection.js.map +1 -0
  297. package/lib/WABinary/constants.d.ts +28 -0
  298. package/lib/WABinary/constants.d.ts.map +1 -0
  299. package/lib/WABinary/constants.js +1301 -0
  300. package/lib/WABinary/constants.js.map +1 -0
  301. package/lib/WABinary/decode.d.ts +7 -0
  302. package/lib/WABinary/decode.d.ts.map +1 -0
  303. package/lib/WABinary/decode.js +238 -0
  304. package/lib/WABinary/decode.js.map +1 -0
  305. package/lib/WABinary/encode.d.ts +3 -0
  306. package/lib/WABinary/encode.d.ts.map +1 -0
  307. package/lib/WABinary/encode.js +216 -0
  308. package/lib/WABinary/encode.js.map +1 -0
  309. package/lib/WABinary/generic-utils.d.ts +15 -0
  310. package/lib/WABinary/generic-utils.d.ts.map +1 -0
  311. package/lib/WABinary/generic-utils.js +111 -0
  312. package/lib/WABinary/generic-utils.js.map +1 -0
  313. package/lib/WABinary/index.d.ts +6 -0
  314. package/lib/WABinary/index.d.ts.map +1 -0
  315. package/lib/WABinary/index.js +6 -0
  316. package/lib/WABinary/index.js.map +1 -0
  317. package/lib/WABinary/jid-utils.d.ts +48 -0
  318. package/lib/WABinary/jid-utils.d.ts.map +1 -0
  319. package/lib/WABinary/jid-utils.js +96 -0
  320. package/lib/WABinary/jid-utils.js.map +1 -0
  321. package/lib/WABinary/types.d.ts +19 -0
  322. package/lib/WABinary/types.d.ts.map +1 -0
  323. package/lib/WABinary/types.js +2 -0
  324. package/lib/WABinary/types.js.map +1 -0
  325. package/lib/WAM/BinaryInfo.d.ts +9 -0
  326. package/lib/WAM/BinaryInfo.d.ts.map +1 -0
  327. package/lib/WAM/BinaryInfo.js +10 -0
  328. package/lib/WAM/BinaryInfo.js.map +1 -0
  329. package/lib/WAM/constants.d.ts +40 -0
  330. package/lib/WAM/constants.d.ts.map +1 -0
  331. package/lib/WAM/constants.js +22853 -0
  332. package/lib/WAM/constants.js.map +1 -0
  333. package/lib/WAM/encode.d.ts +3 -0
  334. package/lib/WAM/encode.d.ts.map +1 -0
  335. package/lib/WAM/encode.js +150 -0
  336. package/lib/WAM/encode.js.map +1 -0
  337. package/lib/WAM/index.d.ts +4 -0
  338. package/lib/WAM/index.d.ts.map +1 -0
  339. package/lib/WAM/index.js +4 -0
  340. package/lib/WAM/index.js.map +1 -0
  341. package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts +10 -0
  342. package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts.map +1 -0
  343. package/lib/WAUSync/Protocols/USyncContactProtocol.js +29 -0
  344. package/lib/WAUSync/Protocols/USyncContactProtocol.js.map +1 -0
  345. package/lib/WAUSync/Protocols/USyncDeviceProtocol.d.ts +23 -0
  346. package/lib/WAUSync/Protocols/USyncDeviceProtocol.d.ts.map +1 -0
  347. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +54 -0
  348. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js.map +1 -0
  349. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.d.ts +13 -0
  350. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.d.ts.map +1 -0
  351. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js +27 -0
  352. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js.map +1 -0
  353. package/lib/WAUSync/Protocols/USyncStatusProtocol.d.ts +13 -0
  354. package/lib/WAUSync/Protocols/USyncStatusProtocol.d.ts.map +1 -0
  355. package/lib/WAUSync/Protocols/USyncStatusProtocol.js +38 -0
  356. package/lib/WAUSync/Protocols/USyncStatusProtocol.js.map +1 -0
  357. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts +26 -0
  358. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts.map +1 -0
  359. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js +51 -0
  360. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js.map +1 -0
  361. package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts +10 -0
  362. package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts.map +1 -0
  363. package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +29 -0
  364. package/lib/WAUSync/Protocols/UsyncLIDProtocol.js.map +1 -0
  365. package/lib/WAUSync/Protocols/index.d.ts +5 -0
  366. package/lib/WAUSync/Protocols/index.d.ts.map +1 -0
  367. package/lib/WAUSync/Protocols/index.js +5 -0
  368. package/lib/WAUSync/Protocols/index.js.map +1 -0
  369. package/lib/WAUSync/USyncQuery.d.ts +29 -0
  370. package/lib/WAUSync/USyncQuery.d.ts.map +1 -0
  371. package/lib/WAUSync/USyncQuery.js +94 -0
  372. package/lib/WAUSync/USyncQuery.js.map +1 -0
  373. package/lib/WAUSync/USyncUser.d.ts +13 -0
  374. package/lib/WAUSync/USyncUser.d.ts.map +1 -0
  375. package/lib/WAUSync/USyncUser.js +23 -0
  376. package/lib/WAUSync/USyncUser.js.map +1 -0
  377. package/lib/WAUSync/index.d.ts +4 -0
  378. package/lib/WAUSync/index.d.ts.map +1 -0
  379. package/lib/WAUSync/index.js +4 -0
  380. package/lib/WAUSync/index.js.map +1 -0
  381. package/lib/index.d.ts +13 -0
  382. package/lib/index.d.ts.map +1 -0
  383. package/lib/index.js +12 -0
  384. package/lib/index.js.map +1 -0
  385. package/package.json +104 -0
@@ -0,0 +1,841 @@
1
+ import { Boom } from '@hapi/boom';
2
+ import { randomBytes } from 'crypto';
3
+ import { URL } from 'url';
4
+ import { promisify } from 'util';
5
+ import { proto } from '../../WAProto/index.js';
6
+ import { DEF_CALLBACK_PREFIX, DEF_TAG_PREFIX, INITIAL_PREKEY_COUNT, MIN_PREKEY_COUNT, MIN_UPLOAD_INTERVAL, NOISE_WA_HEADER, UPLOAD_TIMEOUT } from '../Defaults/index.js';
7
+ import { DisconnectReason } from '../Types/index.js';
8
+ import { addTransactionCapability, aesEncryptCTR, bindWaitForConnectionUpdate, bytesToCrockford, configureSuccessfulPairing, Curve, derivePairingCodeKey, generateLoginNode, generateMdTagPrefix, generateRegistrationNode, getCodeFromWSError, getErrorCodeFromStreamError, getNextPreKeysNode, makeEventBuffer, makeNoiseHandler, promiseTimeout } from '../Utils/index.js';
9
+ import { getPlatformId } from '../Utils/browser-utils.js';
10
+ import { assertNodeErrorFree, binaryNodeToString, encodeBinaryNode, getBinaryNodeChild, getBinaryNodeChildren, isLidUser, jidDecode, jidEncode, S_WHATSAPP_NET } from '../WABinary/index.js';
11
+ import { BinaryInfo } from '../WAM/BinaryInfo.js';
12
+ import { USyncQuery, USyncUser } from '../WAUSync/index.js';
13
+ import { WebSocketClient } from './Client/index.js';
14
+ /**
15
+ * Connects to WA servers and performs:
16
+ * - simple queries (no retry mechanism, wait for connection establishment)
17
+ * - listen to messages and emit events
18
+ * - query phone connection
19
+ */
20
+ export const makeSocket = (config) => {
21
+ const { waWebSocketUrl, connectTimeoutMs, logger, keepAliveIntervalMs, browser, auth: authState, printQRInTerminal, defaultQueryTimeoutMs, transactionOpts, qrTimeout, makeSignalRepository } = config;
22
+ const publicWAMBuffer = new BinaryInfo();
23
+ const uqTagId = generateMdTagPrefix();
24
+ const generateMessageTag = () => `${uqTagId}${epoch++}`;
25
+ if (printQRInTerminal) {
26
+ console.warn('⚠️ The printQRInTerminal option has been deprecated. You will no longer receive QR codes in the terminal automatically. Please listen to the connection.update event yourself and handle the QR your way. You can remove this message by removing this opttion. This message will be removed in a future version.');
27
+ }
28
+ const url = typeof waWebSocketUrl === 'string' ? new URL(waWebSocketUrl) : waWebSocketUrl;
29
+ if (config.mobile || url.protocol === 'tcp:') {
30
+ throw new Boom('Mobile API is not supported anymore', { statusCode: DisconnectReason.loggedOut });
31
+ }
32
+ if (url.protocol === 'wss' && authState?.creds?.routingInfo) {
33
+ url.searchParams.append('ED', authState.creds.routingInfo.toString('base64url'));
34
+ }
35
+ /** ephemeral key pair used to encrypt/decrypt communication. Unique for each connection */
36
+ const ephemeralKeyPair = Curve.generateKeyPair();
37
+ /** WA noise protocol wrapper */
38
+ const noise = makeNoiseHandler({
39
+ keyPair: ephemeralKeyPair,
40
+ NOISE_HEADER: NOISE_WA_HEADER,
41
+ logger,
42
+ routingInfo: authState?.creds?.routingInfo
43
+ });
44
+ const ws = new WebSocketClient(url, config);
45
+ ws.connect();
46
+ const sendPromise = promisify(ws.send);
47
+ /** send a raw buffer */
48
+ const sendRawMessage = async (data) => {
49
+ if (!ws.isOpen) {
50
+ throw new Boom('Connection Closed', { statusCode: DisconnectReason.connectionClosed });
51
+ }
52
+ const bytes = noise.encodeFrame(data);
53
+ await promiseTimeout(connectTimeoutMs, async (resolve, reject) => {
54
+ try {
55
+ await sendPromise.call(ws, bytes);
56
+ resolve();
57
+ }
58
+ catch (error) {
59
+ reject(error);
60
+ }
61
+ });
62
+ };
63
+ /** send a binary node */
64
+ const sendNode = (frame) => {
65
+ if (logger.level === 'trace') {
66
+ logger.trace({ xml: binaryNodeToString(frame), msg: 'xml send' });
67
+ }
68
+ const buff = encodeBinaryNode(frame);
69
+ return sendRawMessage(buff);
70
+ };
71
+ /**
72
+ * Wait for a message with a certain tag to be received
73
+ * @param msgId the message tag to await
74
+ * @param timeoutMs timeout after which the promise will reject
75
+ */
76
+ const waitForMessage = async (msgId, timeoutMs = defaultQueryTimeoutMs) => {
77
+ let onRecv;
78
+ let onErr;
79
+ try {
80
+ const result = await promiseTimeout(timeoutMs, (resolve, reject) => {
81
+ onRecv = data => {
82
+ resolve(data);
83
+ };
84
+ onErr = err => {
85
+ reject(err ||
86
+ new Boom('Connection Closed', {
87
+ statusCode: DisconnectReason.connectionClosed
88
+ }));
89
+ };
90
+ ws.on(`TAG:${msgId}`, onRecv);
91
+ ws.on('close', onErr);
92
+ ws.on('error', onErr);
93
+ return () => reject(new Boom('Query Cancelled'));
94
+ });
95
+ return result;
96
+ }
97
+ catch (error) {
98
+ // Catch timeout and return undefined instead of throwing
99
+ if (error instanceof Boom && error.output?.statusCode === DisconnectReason.timedOut) {
100
+ logger?.warn?.({ msgId }, 'timed out waiting for message');
101
+ return undefined;
102
+ }
103
+ throw error;
104
+ }
105
+ finally {
106
+ if (onRecv)
107
+ ws.off(`TAG:${msgId}`, onRecv);
108
+ if (onErr) {
109
+ ws.off('close', onErr);
110
+ ws.off('error', onErr);
111
+ }
112
+ }
113
+ };
114
+ /** send a query, and wait for its response. auto-generates message ID if not provided */
115
+ const query = async (node, timeoutMs) => {
116
+ if (!node.attrs.id) {
117
+ node.attrs.id = generateMessageTag();
118
+ }
119
+ const msgId = node.attrs.id;
120
+ const result = await promiseTimeout(timeoutMs, async (resolve, reject) => {
121
+ const result = waitForMessage(msgId, timeoutMs).catch(reject);
122
+ sendNode(node)
123
+ .then(async () => resolve(await result))
124
+ .catch(reject);
125
+ });
126
+ if (result && 'tag' in result) {
127
+ assertNodeErrorFree(result);
128
+ }
129
+ return result;
130
+ };
131
+ const executeUSyncQuery = async (usyncQuery) => {
132
+ if (usyncQuery.protocols.length === 0) {
133
+ throw new Boom('USyncQuery must have at least one protocol');
134
+ }
135
+ // todo: validate users, throw WARNING on no valid users
136
+ // variable below has only validated users
137
+ const validUsers = usyncQuery.users;
138
+ const userNodes = validUsers.map(user => {
139
+ return {
140
+ tag: 'user',
141
+ attrs: {
142
+ jid: !user.phone ? user.id : undefined
143
+ },
144
+ content: usyncQuery.protocols.map(a => a.getUserElement(user)).filter(a => a !== null)
145
+ };
146
+ });
147
+ const listNode = {
148
+ tag: 'list',
149
+ attrs: {},
150
+ content: userNodes
151
+ };
152
+ const queryNode = {
153
+ tag: 'query',
154
+ attrs: {},
155
+ content: usyncQuery.protocols.map(a => a.getQueryElement())
156
+ };
157
+ const iq = {
158
+ tag: 'iq',
159
+ attrs: {
160
+ to: S_WHATSAPP_NET,
161
+ type: 'get',
162
+ xmlns: 'usync'
163
+ },
164
+ content: [
165
+ {
166
+ tag: 'usync',
167
+ attrs: {
168
+ context: usyncQuery.context,
169
+ mode: usyncQuery.mode,
170
+ sid: generateMessageTag(),
171
+ last: 'true',
172
+ index: '0'
173
+ },
174
+ content: [queryNode, listNode]
175
+ }
176
+ ]
177
+ };
178
+ const result = await query(iq);
179
+ return usyncQuery.parseUSyncQueryResult(result);
180
+ };
181
+ const onWhatsApp = async (...phoneNumber) => {
182
+ let usyncQuery = new USyncQuery();
183
+ let contactEnabled = false;
184
+ for (const jid of phoneNumber) {
185
+ if (isLidUser(jid)) {
186
+ logger?.warn('LIDs are not supported with onWhatsApp');
187
+ continue;
188
+ }
189
+ else {
190
+ if (!contactEnabled) {
191
+ contactEnabled = true;
192
+ usyncQuery = usyncQuery.withContactProtocol();
193
+ }
194
+ const phone = `+${jid.replace('+', '').split('@')[0]?.split(':')[0]}`;
195
+ usyncQuery.withUser(new USyncUser().withPhone(phone));
196
+ }
197
+ }
198
+ if (usyncQuery.users.length === 0) {
199
+ return []; // return early without forcing an empty query
200
+ }
201
+ const results = await executeUSyncQuery(usyncQuery);
202
+ if (results) {
203
+ return results.list.filter(a => !!a.contact).map(({ contact, id }) => ({ jid: id, exists: contact }));
204
+ }
205
+ };
206
+ const pnFromLIDUSync = async (jids) => {
207
+ const usyncQuery = new USyncQuery().withLIDProtocol().withContext('background');
208
+ for (const jid of jids) {
209
+ if (isLidUser(jid)) {
210
+ logger?.warn('LID user found in LID fetch call');
211
+ continue;
212
+ }
213
+ else {
214
+ usyncQuery.withUser(new USyncUser().withId(jid));
215
+ }
216
+ }
217
+ if (usyncQuery.users.length === 0) {
218
+ return []; // return early without forcing an empty query
219
+ }
220
+ const results = await executeUSyncQuery(usyncQuery);
221
+ if (results) {
222
+ return results.list.filter(a => !!a.lid).map(({ lid, id }) => ({ pn: id, lid: lid }));
223
+ }
224
+ return [];
225
+ };
226
+ const ev = makeEventBuffer(logger);
227
+ const { creds } = authState;
228
+ // add transaction capability
229
+ const keys = addTransactionCapability(authState.keys, logger, transactionOpts);
230
+ const signalRepository = makeSignalRepository({ creds, keys }, logger, pnFromLIDUSync);
231
+ let lastDateRecv;
232
+ let epoch = 1;
233
+ let keepAliveReq;
234
+ let qrTimer;
235
+ let closed = false;
236
+ /** log & process any unexpected errors */
237
+ const onUnexpectedError = (err, msg) => {
238
+ logger.error({ err }, `unexpected error in '${msg}'`);
239
+ };
240
+ /** await the next incoming message */
241
+ const awaitNextMessage = async (sendMsg) => {
242
+ if (!ws.isOpen) {
243
+ throw new Boom('Connection Closed', {
244
+ statusCode: DisconnectReason.connectionClosed
245
+ });
246
+ }
247
+ let onOpen;
248
+ let onClose;
249
+ const result = promiseTimeout(connectTimeoutMs, (resolve, reject) => {
250
+ onOpen = resolve;
251
+ onClose = mapWebSocketError(reject);
252
+ ws.on('frame', onOpen);
253
+ ws.on('close', onClose);
254
+ ws.on('error', onClose);
255
+ }).finally(() => {
256
+ ws.off('frame', onOpen);
257
+ ws.off('close', onClose);
258
+ ws.off('error', onClose);
259
+ });
260
+ if (sendMsg) {
261
+ sendRawMessage(sendMsg).catch(onClose);
262
+ }
263
+ return result;
264
+ };
265
+ /** connection handshake */
266
+ const validateConnection = async () => {
267
+ let helloMsg = {
268
+ clientHello: { ephemeral: ephemeralKeyPair.public }
269
+ };
270
+ helloMsg = proto.HandshakeMessage.fromObject(helloMsg);
271
+ logger.info({ browser, helloMsg }, 'connected to WA');
272
+ const init = proto.HandshakeMessage.encode(helloMsg).finish();
273
+ const result = await awaitNextMessage(init);
274
+ const handshake = proto.HandshakeMessage.decode(result);
275
+ logger.trace({ handshake }, 'handshake recv from WA');
276
+ const keyEnc = await noise.processHandshake(handshake, creds.noiseKey);
277
+ let node;
278
+ if (!creds.me) {
279
+ node = generateRegistrationNode(creds, config);
280
+ logger.info({ node }, 'not logged in, attempting registration...');
281
+ }
282
+ else {
283
+ node = generateLoginNode(creds.me.id, config);
284
+ logger.info({ node }, 'logging in...');
285
+ }
286
+ const payloadEnc = noise.encrypt(proto.ClientPayload.encode(node).finish());
287
+ await sendRawMessage(proto.HandshakeMessage.encode({
288
+ clientFinish: {
289
+ static: keyEnc,
290
+ payload: payloadEnc
291
+ }
292
+ }).finish());
293
+ noise.finishInit();
294
+ startKeepAliveRequest();
295
+ };
296
+ const getAvailablePreKeysOnServer = async () => {
297
+ const result = await query({
298
+ tag: 'iq',
299
+ attrs: {
300
+ id: generateMessageTag(),
301
+ xmlns: 'encrypt',
302
+ type: 'get',
303
+ to: S_WHATSAPP_NET
304
+ },
305
+ content: [{ tag: 'count', attrs: {} }]
306
+ });
307
+ const countChild = getBinaryNodeChild(result, 'count');
308
+ return +countChild.attrs.value;
309
+ };
310
+ // Pre-key upload state management
311
+ let uploadPreKeysPromise = null;
312
+ let lastUploadTime = 0;
313
+ /** generates and uploads a set of pre-keys to the server */
314
+ const uploadPreKeys = async (count = MIN_PREKEY_COUNT, retryCount = 0) => {
315
+ // Check minimum interval (except for retries)
316
+ if (retryCount === 0) {
317
+ const timeSinceLastUpload = Date.now() - lastUploadTime;
318
+ if (timeSinceLastUpload < MIN_UPLOAD_INTERVAL) {
319
+ logger.debug(`Skipping upload, only ${timeSinceLastUpload}ms since last upload`);
320
+ return;
321
+ }
322
+ }
323
+ // Prevent multiple concurrent uploads
324
+ if (uploadPreKeysPromise) {
325
+ logger.debug('Pre-key upload already in progress, waiting for completion');
326
+ await uploadPreKeysPromise;
327
+ }
328
+ const uploadLogic = async () => {
329
+ logger.info({ count, retryCount }, 'uploading pre-keys');
330
+ // Generate and save pre-keys atomically (prevents ID collisions on retry)
331
+ const node = await keys.transaction(async () => {
332
+ logger.debug({ requestedCount: count }, 'generating pre-keys with requested count');
333
+ const { update, node } = await getNextPreKeysNode({ creds, keys }, count);
334
+ // Update credentials immediately to prevent duplicate IDs on retry
335
+ ev.emit('creds.update', update);
336
+ return node; // Only return node since update is already used
337
+ }, creds?.me?.id || 'upload-pre-keys');
338
+ // Upload to server (outside transaction, can fail without affecting local keys)
339
+ try {
340
+ await query(node);
341
+ logger.info({ count }, 'uploaded pre-keys successfully');
342
+ lastUploadTime = Date.now();
343
+ }
344
+ catch (uploadError) {
345
+ logger.error({ uploadError: uploadError.toString(), count }, 'Failed to upload pre-keys to server');
346
+ // Exponential backoff retry (max 3 retries)
347
+ if (retryCount < 3) {
348
+ const backoffDelay = Math.min(1000 * Math.pow(2, retryCount), 10000);
349
+ logger.info(`Retrying pre-key upload in ${backoffDelay}ms`);
350
+ await new Promise(resolve => setTimeout(resolve, backoffDelay));
351
+ return uploadPreKeys(count, retryCount + 1);
352
+ }
353
+ throw uploadError;
354
+ }
355
+ };
356
+ // Add timeout protection
357
+ uploadPreKeysPromise = Promise.race([
358
+ uploadLogic(),
359
+ new Promise((_, reject) => setTimeout(() => reject(new Boom('Pre-key upload timeout', { statusCode: 408 })), UPLOAD_TIMEOUT))
360
+ ]);
361
+ try {
362
+ await uploadPreKeysPromise;
363
+ }
364
+ finally {
365
+ uploadPreKeysPromise = null;
366
+ }
367
+ };
368
+ const verifyCurrentPreKeyExists = async () => {
369
+ const currentPreKeyId = creds.nextPreKeyId - 1;
370
+ if (currentPreKeyId <= 0) {
371
+ return { exists: false, currentPreKeyId: 0 };
372
+ }
373
+ const preKeys = await keys.get('pre-key', [currentPreKeyId.toString()]);
374
+ const exists = !!preKeys[currentPreKeyId.toString()];
375
+ return { exists, currentPreKeyId };
376
+ };
377
+ const uploadPreKeysToServerIfRequired = async () => {
378
+ try {
379
+ let count = 0;
380
+ const preKeyCount = await getAvailablePreKeysOnServer();
381
+ if (preKeyCount === 0)
382
+ count = INITIAL_PREKEY_COUNT;
383
+ else
384
+ count = MIN_PREKEY_COUNT;
385
+ const { exists: currentPreKeyExists, currentPreKeyId } = await verifyCurrentPreKeyExists();
386
+ logger.info(`${preKeyCount} pre-keys found on server`);
387
+ logger.info(`Current prekey ID: ${currentPreKeyId}, exists in storage: ${currentPreKeyExists}`);
388
+ const lowServerCount = preKeyCount <= count;
389
+ const missingCurrentPreKey = !currentPreKeyExists && currentPreKeyId > 0;
390
+ const shouldUpload = lowServerCount || missingCurrentPreKey;
391
+ if (shouldUpload) {
392
+ const reasons = [];
393
+ if (lowServerCount)
394
+ reasons.push(`server count low (${preKeyCount})`);
395
+ if (missingCurrentPreKey)
396
+ reasons.push(`current prekey ${currentPreKeyId} missing from storage`);
397
+ logger.info(`Uploading PreKeys due to: ${reasons.join(', ')}`);
398
+ await uploadPreKeys(count);
399
+ }
400
+ else {
401
+ logger.info(`PreKey validation passed - Server: ${preKeyCount}, Current prekey ${currentPreKeyId} exists`);
402
+ }
403
+ }
404
+ catch (error) {
405
+ logger.error({ error }, 'Failed to check/upload pre-keys during initialization');
406
+ // Don't throw - allow connection to continue even if pre-key check fails
407
+ }
408
+ };
409
+ const onMessageReceived = (data) => {
410
+ noise.decodeFrame(data, frame => {
411
+ // reset ping timeout
412
+ lastDateRecv = new Date();
413
+ let anyTriggered = false;
414
+ anyTriggered = ws.emit('frame', frame);
415
+ // if it's a binary node
416
+ if (!(frame instanceof Uint8Array)) {
417
+ const msgId = frame.attrs.id;
418
+ if (logger.level === 'trace') {
419
+ logger.trace({ xml: binaryNodeToString(frame), msg: 'recv xml' });
420
+ }
421
+ /* Check if this is a response to a message we sent */
422
+ anyTriggered = ws.emit(`${DEF_TAG_PREFIX}${msgId}`, frame) || anyTriggered;
423
+ /* Check if this is a response to a message we are expecting */
424
+ const l0 = frame.tag;
425
+ const l1 = frame.attrs || {};
426
+ const l2 = Array.isArray(frame.content) ? frame.content[0]?.tag : '';
427
+ for (const key of Object.keys(l1)) {
428
+ anyTriggered = ws.emit(`${DEF_CALLBACK_PREFIX}${l0},${key}:${l1[key]},${l2}`, frame) || anyTriggered;
429
+ anyTriggered = ws.emit(`${DEF_CALLBACK_PREFIX}${l0},${key}:${l1[key]}`, frame) || anyTriggered;
430
+ anyTriggered = ws.emit(`${DEF_CALLBACK_PREFIX}${l0},${key}`, frame) || anyTriggered;
431
+ }
432
+ anyTriggered = ws.emit(`${DEF_CALLBACK_PREFIX}${l0},,${l2}`, frame) || anyTriggered;
433
+ anyTriggered = ws.emit(`${DEF_CALLBACK_PREFIX}${l0}`, frame) || anyTriggered;
434
+ if (!anyTriggered && logger.level === 'debug') {
435
+ logger.debug({ unhandled: true, msgId, fromMe: false, frame }, 'communication recv');
436
+ }
437
+ }
438
+ });
439
+ };
440
+ const end = (error) => {
441
+ if (closed) {
442
+ logger.trace({ trace: error?.stack }, 'connection already closed');
443
+ return;
444
+ }
445
+ closed = true;
446
+ logger.info({ trace: error?.stack }, error ? 'connection errored' : 'connection closed');
447
+ clearInterval(keepAliveReq);
448
+ clearTimeout(qrTimer);
449
+ ws.removeAllListeners('close');
450
+ ws.removeAllListeners('open');
451
+ ws.removeAllListeners('message');
452
+ if (!ws.isClosed && !ws.isClosing) {
453
+ try {
454
+ ws.close();
455
+ }
456
+ catch { }
457
+ }
458
+ ev.emit('connection.update', {
459
+ connection: 'close',
460
+ lastDisconnect: {
461
+ error,
462
+ date: new Date()
463
+ }
464
+ });
465
+ ev.removeAllListeners('connection.update');
466
+ };
467
+ const waitForSocketOpen = async () => {
468
+ if (ws.isOpen) {
469
+ return;
470
+ }
471
+ if (ws.isClosed || ws.isClosing) {
472
+ throw new Boom('Connection Closed', { statusCode: DisconnectReason.connectionClosed });
473
+ }
474
+ let onOpen;
475
+ let onClose;
476
+ await new Promise((resolve, reject) => {
477
+ onOpen = () => resolve(undefined);
478
+ onClose = mapWebSocketError(reject);
479
+ ws.on('open', onOpen);
480
+ ws.on('close', onClose);
481
+ ws.on('error', onClose);
482
+ }).finally(() => {
483
+ ws.off('open', onOpen);
484
+ ws.off('close', onClose);
485
+ ws.off('error', onClose);
486
+ });
487
+ };
488
+ const startKeepAliveRequest = () => (keepAliveReq = setInterval(() => {
489
+ if (!lastDateRecv) {
490
+ lastDateRecv = new Date();
491
+ }
492
+ const diff = Date.now() - lastDateRecv.getTime();
493
+ /*
494
+ check if it's been a suspicious amount of time since the server responded with our last seen
495
+ it could be that the network is down
496
+ */
497
+ if (diff > keepAliveIntervalMs + 5000) {
498
+ end(new Boom('Connection was lost', { statusCode: DisconnectReason.connectionLost }));
499
+ }
500
+ else if (ws.isOpen) {
501
+ // if its all good, send a keep alive request
502
+ query({
503
+ tag: 'iq',
504
+ attrs: {
505
+ id: generateMessageTag(),
506
+ to: S_WHATSAPP_NET,
507
+ type: 'get',
508
+ xmlns: 'w:p'
509
+ },
510
+ content: [{ tag: 'ping', attrs: {} }]
511
+ }).catch(err => {
512
+ logger.error({ trace: err.stack }, 'error in sending keep alive');
513
+ });
514
+ }
515
+ else {
516
+ logger.warn('keep alive called when WS not open');
517
+ }
518
+ }, keepAliveIntervalMs));
519
+ /** i have no idea why this exists. pls enlighten me */
520
+ const sendPassiveIq = (tag) => query({
521
+ tag: 'iq',
522
+ attrs: {
523
+ to: S_WHATSAPP_NET,
524
+ xmlns: 'passive',
525
+ type: 'set'
526
+ },
527
+ content: [{ tag, attrs: {} }]
528
+ });
529
+ /** logout & invalidate connection */
530
+ const logout = async (msg) => {
531
+ const jid = authState.creds.me?.id;
532
+ if (jid) {
533
+ await sendNode({
534
+ tag: 'iq',
535
+ attrs: {
536
+ to: S_WHATSAPP_NET,
537
+ type: 'set',
538
+ id: generateMessageTag(),
539
+ xmlns: 'md'
540
+ },
541
+ content: [
542
+ {
543
+ tag: 'remove-companion-device',
544
+ attrs: {
545
+ jid,
546
+ reason: 'user_initiated'
547
+ }
548
+ }
549
+ ]
550
+ });
551
+ }
552
+ end(new Boom(msg || 'Intentional Logout', { statusCode: DisconnectReason.loggedOut }));
553
+ };
554
+ const requestPairingCode = async (phoneNumber, customPairingCode) => {
555
+ const pairingCode = customPairingCode ?? bytesToCrockford(randomBytes(5));
556
+ if (customPairingCode && customPairingCode?.length !== 8) {
557
+ throw new Error('Custom pairing code must be exactly 8 chars');
558
+ }
559
+ authState.creds.pairingCode = pairingCode;
560
+ authState.creds.me = {
561
+ id: jidEncode(phoneNumber, 's.whatsapp.net'),
562
+ name: '~'
563
+ };
564
+ ev.emit('creds.update', authState.creds);
565
+ await sendNode({
566
+ tag: 'iq',
567
+ attrs: {
568
+ to: S_WHATSAPP_NET,
569
+ type: 'set',
570
+ id: generateMessageTag(),
571
+ xmlns: 'md'
572
+ },
573
+ content: [
574
+ {
575
+ tag: 'link_code_companion_reg',
576
+ attrs: {
577
+ jid: authState.creds.me.id,
578
+ stage: 'companion_hello',
579
+ should_show_push_notification: 'true'
580
+ },
581
+ content: [
582
+ {
583
+ tag: 'link_code_pairing_wrapped_companion_ephemeral_pub',
584
+ attrs: {},
585
+ content: await generatePairingKey()
586
+ },
587
+ {
588
+ tag: 'companion_server_auth_key_pub',
589
+ attrs: {},
590
+ content: authState.creds.noiseKey.public
591
+ },
592
+ {
593
+ tag: 'companion_platform_id',
594
+ attrs: {},
595
+ content: getPlatformId(browser[1])
596
+ },
597
+ {
598
+ tag: 'companion_platform_display',
599
+ attrs: {},
600
+ content: `${browser[1]} (${browser[0]})`
601
+ },
602
+ {
603
+ tag: 'link_code_pairing_nonce',
604
+ attrs: {},
605
+ content: '0'
606
+ }
607
+ ]
608
+ }
609
+ ]
610
+ });
611
+ return authState.creds.pairingCode;
612
+ };
613
+ async function generatePairingKey() {
614
+ const salt = randomBytes(32);
615
+ const randomIv = randomBytes(16);
616
+ const key = await derivePairingCodeKey(authState.creds.pairingCode, salt);
617
+ const ciphered = aesEncryptCTR(authState.creds.pairingEphemeralKeyPair.public, key, randomIv);
618
+ return Buffer.concat([salt, randomIv, ciphered]);
619
+ }
620
+ const sendWAMBuffer = (wamBuffer) => {
621
+ return query({
622
+ tag: 'iq',
623
+ attrs: {
624
+ to: S_WHATSAPP_NET,
625
+ id: generateMessageTag(),
626
+ xmlns: 'w:stats'
627
+ },
628
+ content: [
629
+ {
630
+ tag: 'add',
631
+ attrs: { t: Math.round(Date.now() / 1000) + '' },
632
+ content: wamBuffer
633
+ }
634
+ ]
635
+ });
636
+ };
637
+ ws.on('message', onMessageReceived);
638
+ ws.on('open', async () => {
639
+ try {
640
+ await validateConnection();
641
+ }
642
+ catch (err) {
643
+ logger.error({ err }, 'error in validating connection');
644
+ end(err);
645
+ }
646
+ });
647
+ ws.on('error', mapWebSocketError(end));
648
+ ws.on('close', () => end(new Boom('Connection Terminated', { statusCode: DisconnectReason.connectionClosed })));
649
+ // the server terminated the connection
650
+ ws.on('CB:xmlstreamend', () => end(new Boom('Connection Terminated by Server', { statusCode: DisconnectReason.connectionClosed })));
651
+ // QR gen
652
+ ws.on('CB:iq,type:set,pair-device', async (stanza) => {
653
+ const iq = {
654
+ tag: 'iq',
655
+ attrs: {
656
+ to: S_WHATSAPP_NET,
657
+ type: 'result',
658
+ id: stanza.attrs.id
659
+ }
660
+ };
661
+ await sendNode(iq);
662
+ const pairDeviceNode = getBinaryNodeChild(stanza, 'pair-device');
663
+ const refNodes = getBinaryNodeChildren(pairDeviceNode, 'ref');
664
+ const noiseKeyB64 = Buffer.from(creds.noiseKey.public).toString('base64');
665
+ const identityKeyB64 = Buffer.from(creds.signedIdentityKey.public).toString('base64');
666
+ const advB64 = creds.advSecretKey;
667
+ let qrMs = qrTimeout || 60000; // time to let a QR live
668
+ const genPairQR = () => {
669
+ if (!ws.isOpen) {
670
+ return;
671
+ }
672
+ const refNode = refNodes.shift();
673
+ if (!refNode) {
674
+ end(new Boom('QR refs attempts ended', { statusCode: DisconnectReason.timedOut }));
675
+ return;
676
+ }
677
+ const ref = refNode.content.toString('utf-8');
678
+ const qr = [ref, noiseKeyB64, identityKeyB64, advB64].join(',');
679
+ ev.emit('connection.update', { qr });
680
+ qrTimer = setTimeout(genPairQR, qrMs);
681
+ qrMs = qrTimeout || 20000; // shorter subsequent qrs
682
+ };
683
+ genPairQR();
684
+ });
685
+ // device paired for the first time
686
+ // if device pairs successfully, the server asks to restart the connection
687
+ ws.on('CB:iq,,pair-success', async (stanza) => {
688
+ logger.debug('pair success recv');
689
+ try {
690
+ const { reply, creds: updatedCreds } = configureSuccessfulPairing(stanza, creds);
691
+ logger.info({ me: updatedCreds.me, platform: updatedCreds.platform }, 'pairing configured successfully, expect to restart the connection...');
692
+ ev.emit('creds.update', updatedCreds);
693
+ ev.emit('connection.update', { isNewLogin: true, qr: undefined });
694
+ await sendNode(reply);
695
+ }
696
+ catch (error) {
697
+ logger.info({ trace: error.stack }, 'error in pairing');
698
+ end(error);
699
+ }
700
+ });
701
+ // login complete
702
+ ws.on('CB:success', async (node) => {
703
+ try {
704
+ await uploadPreKeysToServerIfRequired();
705
+ await sendPassiveIq('active');
706
+ }
707
+ catch (err) {
708
+ logger.warn({ err }, 'failed to send initial passive iq');
709
+ }
710
+ logger.info('opened connection to WA');
711
+ clearTimeout(qrTimer); // will never happen in all likelyhood -- but just in case WA sends success on first try
712
+ ev.emit('creds.update', { me: { ...authState.creds.me, lid: node.attrs.lid } });
713
+ ev.emit('connection.update', { connection: 'open' });
714
+ if (node.attrs.lid && authState.creds.me?.id) {
715
+ const myLID = node.attrs.lid;
716
+ process.nextTick(async () => {
717
+ try {
718
+ const myPN = authState.creds.me.id;
719
+ // Store our own LID-PN mapping
720
+ await signalRepository.lidMapping.storeLIDPNMappings([{ lid: myLID, pn: myPN }]);
721
+ // Create device list for our own user (needed for bulk migration)
722
+ const { user, device } = jidDecode(myPN);
723
+ await authState.keys.set({
724
+ 'device-list': {
725
+ [user]: [device?.toString() || '0']
726
+ }
727
+ });
728
+ // migrate our own session
729
+ await signalRepository.migrateSession(myPN, myLID);
730
+ logger.info({ myPN, myLID }, 'Own LID session created successfully');
731
+ }
732
+ catch (error) {
733
+ logger.error({ error, lid: myLID }, 'Failed to create own LID session');
734
+ }
735
+ });
736
+ }
737
+ });
738
+ ws.on('CB:stream:error', (node) => {
739
+ logger.error({ node }, 'stream errored out');
740
+ const { reason, statusCode } = getErrorCodeFromStreamError(node);
741
+ end(new Boom(`Stream Errored (${reason})`, { statusCode, data: node }));
742
+ });
743
+ // stream fail, possible logout
744
+ ws.on('CB:failure', (node) => {
745
+ const reason = +(node.attrs.reason || 500);
746
+ end(new Boom('Connection Failure', { statusCode: reason, data: node.attrs }));
747
+ });
748
+ ws.on('CB:ib,,downgrade_webclient', () => {
749
+ end(new Boom('Multi-device beta not joined', { statusCode: DisconnectReason.multideviceMismatch }));
750
+ });
751
+ ws.on('CB:ib,,offline_preview', (node) => {
752
+ logger.info('offline preview received', JSON.stringify(node));
753
+ sendNode({
754
+ tag: 'ib',
755
+ attrs: {},
756
+ content: [{ tag: 'offline_batch', attrs: { count: '100' } }]
757
+ });
758
+ });
759
+ ws.on('CB:ib,,edge_routing', (node) => {
760
+ const edgeRoutingNode = getBinaryNodeChild(node, 'edge_routing');
761
+ const routingInfo = getBinaryNodeChild(edgeRoutingNode, 'routing_info');
762
+ if (routingInfo?.content) {
763
+ authState.creds.routingInfo = Buffer.from(routingInfo?.content);
764
+ ev.emit('creds.update', authState.creds);
765
+ }
766
+ });
767
+ let didStartBuffer = false;
768
+ process.nextTick(() => {
769
+ if (creds.me?.id) {
770
+ // start buffering important events
771
+ // if we're logged in
772
+ ev.buffer();
773
+ didStartBuffer = true;
774
+ }
775
+ ev.emit('connection.update', { connection: 'connecting', receivedPendingNotifications: false, qr: undefined });
776
+ });
777
+ // called when all offline notifs are handled
778
+ ws.on('CB:ib,,offline', (node) => {
779
+ const child = getBinaryNodeChild(node, 'offline');
780
+ const offlineNotifs = +(child?.attrs.count || 0);
781
+ logger.info(`handled ${offlineNotifs} offline messages/notifications`);
782
+ if (didStartBuffer) {
783
+ ev.flush();
784
+ logger.trace('flushed events for initial buffer');
785
+ }
786
+ ev.emit('connection.update', { receivedPendingNotifications: true });
787
+ });
788
+ // update credentials when required
789
+ ev.on('creds.update', update => {
790
+ const name = update.me?.name;
791
+ // if name has just been received
792
+ if (creds.me?.name !== name) {
793
+ logger.debug({ name }, 'updated pushName');
794
+ sendNode({
795
+ tag: 'presence',
796
+ attrs: { name: name }
797
+ }).catch(err => {
798
+ logger.warn({ trace: err.stack }, 'error in sending presence update on name change');
799
+ });
800
+ }
801
+ Object.assign(creds, update);
802
+ });
803
+ return {
804
+ type: 'md',
805
+ ws,
806
+ ev,
807
+ authState: { creds, keys },
808
+ signalRepository,
809
+ get user() {
810
+ return authState.creds.me;
811
+ },
812
+ generateMessageTag,
813
+ query,
814
+ waitForMessage,
815
+ waitForSocketOpen,
816
+ sendRawMessage,
817
+ sendNode,
818
+ logout,
819
+ end,
820
+ onUnexpectedError,
821
+ uploadPreKeys,
822
+ uploadPreKeysToServerIfRequired,
823
+ requestPairingCode,
824
+ wamBuffer: publicWAMBuffer,
825
+ /** Waits for the connection to WA to reach a state */
826
+ waitForConnectionUpdate: bindWaitForConnectionUpdate(ev),
827
+ sendWAMBuffer,
828
+ executeUSyncQuery,
829
+ onWhatsApp
830
+ };
831
+ };
832
+ /**
833
+ * map the websocket error to the right type
834
+ * so it can be retried by the caller
835
+ * */
836
+ function mapWebSocketError(handler) {
837
+ return (error) => {
838
+ handler(new Boom(`WebSocket Error (${error?.message})`, { statusCode: getCodeFromWSError(error), data: error }));
839
+ };
840
+ }
841
+ //# sourceMappingURL=socket.js.map