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