@unwanted/matrix-sdk-mini 34.12.0 → 34.13.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 (698) hide show
  1. package/git-revision.txt +1 -1
  2. package/lib/@types/event.d.ts +0 -19
  3. package/lib/@types/event.d.ts.map +1 -1
  4. package/lib/@types/event.js.map +1 -1
  5. package/lib/@types/global.d.js +0 -2
  6. package/lib/@types/global.d.js.map +1 -1
  7. package/lib/autodiscovery.d.ts +1 -1
  8. package/lib/autodiscovery.d.ts.map +1 -1
  9. package/lib/autodiscovery.js.map +1 -1
  10. package/lib/base64.d.ts +3 -6
  11. package/lib/base64.d.ts.map +1 -1
  12. package/lib/base64.js +43 -36
  13. package/lib/base64.js.map +1 -1
  14. package/lib/browser-index.d.ts.map +1 -1
  15. package/lib/browser-index.js +0 -11
  16. package/lib/browser-index.js.map +1 -1
  17. package/lib/client.d.ts +2 -1298
  18. package/lib/client.d.ts.map +1 -1
  19. package/lib/client.js +348 -2967
  20. package/lib/client.js.map +1 -1
  21. package/lib/digest.d.ts +2 -2
  22. package/lib/digest.d.ts.map +1 -1
  23. package/lib/digest.js +2 -2
  24. package/lib/digest.js.map +1 -1
  25. package/lib/embedded.d.ts +0 -22
  26. package/lib/embedded.d.ts.map +1 -1
  27. package/lib/embedded.js +58 -168
  28. package/lib/embedded.js.map +1 -1
  29. package/lib/event-mapper.d.ts.map +1 -1
  30. package/lib/event-mapper.js +0 -4
  31. package/lib/event-mapper.js.map +1 -1
  32. package/lib/matrix.d.ts +0 -25
  33. package/lib/matrix.d.ts.map +1 -1
  34. package/lib/matrix.js +1 -30
  35. package/lib/matrix.js.map +1 -1
  36. package/lib/models/MSC3089Branch.d.ts.map +1 -1
  37. package/lib/models/MSC3089Branch.js +0 -3
  38. package/lib/models/MSC3089Branch.js.map +1 -1
  39. package/lib/models/event-timeline-set.d.ts +6 -10
  40. package/lib/models/event-timeline-set.d.ts.map +1 -1
  41. package/lib/models/event-timeline-set.js +28 -36
  42. package/lib/models/event-timeline-set.js.map +1 -1
  43. package/lib/models/event-timeline.d.ts +7 -2
  44. package/lib/models/event-timeline.d.ts.map +1 -1
  45. package/lib/models/event-timeline.js +8 -9
  46. package/lib/models/event-timeline.js.map +1 -1
  47. package/lib/models/event.d.ts +1 -95
  48. package/lib/models/event.d.ts.map +1 -1
  49. package/lib/models/event.js +11 -281
  50. package/lib/models/event.js.map +1 -1
  51. package/lib/models/poll.d.ts.map +1 -1
  52. package/lib/models/poll.js +1 -5
  53. package/lib/models/poll.js.map +1 -1
  54. package/lib/models/relations-container.d.ts.map +1 -1
  55. package/lib/models/relations-container.js +1 -7
  56. package/lib/models/relations-container.js.map +1 -1
  57. package/lib/models/relations.d.ts +0 -1
  58. package/lib/models/relations.d.ts.map +1 -1
  59. package/lib/models/relations.js +0 -8
  60. package/lib/models/relations.js.map +1 -1
  61. package/lib/models/room-state.d.ts +2 -13
  62. package/lib/models/room-state.d.ts.map +1 -1
  63. package/lib/models/room-state.js +12 -56
  64. package/lib/models/room-state.js.map +1 -1
  65. package/lib/models/room.d.ts +2 -20
  66. package/lib/models/room.d.ts.map +1 -1
  67. package/lib/models/room.js +121 -162
  68. package/lib/models/room.js.map +1 -1
  69. package/lib/models/thread.d.ts.map +1 -1
  70. package/lib/models/thread.js +5 -4
  71. package/lib/models/thread.js.map +1 -1
  72. package/lib/sliding-sync-sdk.d.ts +3 -4
  73. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  74. package/lib/sliding-sync-sdk.js +55 -102
  75. package/lib/sliding-sync-sdk.js.map +1 -1
  76. package/lib/sliding-sync.js +9 -6
  77. package/lib/sliding-sync.js.map +1 -1
  78. package/lib/store/indexeddb.d.ts +1 -1
  79. package/lib/store/indexeddb.d.ts.map +1 -1
  80. package/lib/store/indexeddb.js.map +1 -1
  81. package/lib/sync-accumulator.d.ts +6 -4
  82. package/lib/sync-accumulator.d.ts.map +1 -1
  83. package/lib/sync-accumulator.js +23 -12
  84. package/lib/sync-accumulator.js.map +1 -1
  85. package/lib/sync.d.ts +10 -13
  86. package/lib/sync.d.ts.map +1 -1
  87. package/lib/sync.js +94 -115
  88. package/lib/sync.js.map +1 -1
  89. package/lib/testing.d.ts +0 -48
  90. package/lib/testing.d.ts.map +1 -1
  91. package/lib/testing.js +0 -105
  92. package/lib/testing.js.map +1 -1
  93. package/lib/types.d.ts +0 -1
  94. package/lib/types.d.ts.map +1 -1
  95. package/lib/types.js.map +1 -1
  96. package/package.json +10 -11
  97. package/src/@types/event.ts +2 -36
  98. package/src/@types/global.d.ts +21 -4
  99. package/src/autodiscovery.ts +1 -1
  100. package/src/base64.ts +38 -40
  101. package/src/browser-index.ts +0 -11
  102. package/src/client.ts +68 -3087
  103. package/src/digest.ts +3 -3
  104. package/src/embedded.ts +38 -134
  105. package/src/event-mapper.ts +0 -4
  106. package/src/matrix.ts +0 -41
  107. package/src/models/MSC3089Branch.ts +0 -3
  108. package/src/models/event-timeline-set.ts +17 -38
  109. package/src/models/event-timeline.ts +10 -5
  110. package/src/models/event.ts +8 -295
  111. package/src/models/poll.ts +0 -6
  112. package/src/models/relations-container.ts +1 -8
  113. package/src/models/relations.ts +0 -8
  114. package/src/models/room-state.ts +4 -37
  115. package/src/models/room.ts +18 -68
  116. package/src/models/thread.ts +4 -3
  117. package/src/sliding-sync-sdk.ts +10 -83
  118. package/src/sliding-sync.ts +6 -6
  119. package/src/store/indexeddb.ts +1 -1
  120. package/src/sync-accumulator.ts +33 -16
  121. package/src/sync.ts +112 -143
  122. package/src/testing.ts +0 -108
  123. package/src/types.ts +0 -1
  124. package/CHANGELOG.md +0 -5910
  125. package/lib/@types/AESEncryptedSecretStoragePayload.d.ts +0 -14
  126. package/lib/@types/AESEncryptedSecretStoragePayload.d.ts.map +0 -1
  127. package/lib/@types/AESEncryptedSecretStoragePayload.js +0 -1
  128. package/lib/@types/AESEncryptedSecretStoragePayload.js.map +0 -1
  129. package/lib/@types/crypto.d.ts +0 -47
  130. package/lib/@types/crypto.d.ts.map +0 -1
  131. package/lib/@types/crypto.js +0 -1
  132. package/lib/@types/crypto.js.map +0 -1
  133. package/lib/@types/matrix-sdk-crypto-wasm.d.js +0 -1
  134. package/lib/@types/matrix-sdk-crypto-wasm.d.js.map +0 -1
  135. package/lib/common-crypto/CryptoBackend.d.ts +0 -240
  136. package/lib/common-crypto/CryptoBackend.d.ts.map +0 -1
  137. package/lib/common-crypto/CryptoBackend.js +0 -73
  138. package/lib/common-crypto/CryptoBackend.js.map +0 -1
  139. package/lib/common-crypto/key-passphrase.d.ts +0 -14
  140. package/lib/common-crypto/key-passphrase.d.ts.map +0 -1
  141. package/lib/common-crypto/key-passphrase.js +0 -33
  142. package/lib/common-crypto/key-passphrase.js.map +0 -1
  143. package/lib/crypto/CrossSigning.d.ts +0 -184
  144. package/lib/crypto/CrossSigning.d.ts.map +0 -1
  145. package/lib/crypto/CrossSigning.js +0 -718
  146. package/lib/crypto/CrossSigning.js.map +0 -1
  147. package/lib/crypto/DeviceList.d.ts +0 -216
  148. package/lib/crypto/DeviceList.d.ts.map +0 -1
  149. package/lib/crypto/DeviceList.js +0 -892
  150. package/lib/crypto/DeviceList.js.map +0 -1
  151. package/lib/crypto/EncryptionSetup.d.ts +0 -152
  152. package/lib/crypto/EncryptionSetup.d.ts.map +0 -1
  153. package/lib/crypto/EncryptionSetup.js +0 -356
  154. package/lib/crypto/EncryptionSetup.js.map +0 -1
  155. package/lib/crypto/OlmDevice.d.ts +0 -457
  156. package/lib/crypto/OlmDevice.d.ts.map +0 -1
  157. package/lib/crypto/OlmDevice.js +0 -1241
  158. package/lib/crypto/OlmDevice.js.map +0 -1
  159. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts +0 -109
  160. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts.map +0 -1
  161. package/lib/crypto/OutgoingRoomKeyRequestManager.js +0 -415
  162. package/lib/crypto/OutgoingRoomKeyRequestManager.js.map +0 -1
  163. package/lib/crypto/RoomList.d.ts +0 -26
  164. package/lib/crypto/RoomList.d.ts.map +0 -1
  165. package/lib/crypto/RoomList.js +0 -71
  166. package/lib/crypto/RoomList.js.map +0 -1
  167. package/lib/crypto/SecretSharing.d.ts +0 -24
  168. package/lib/crypto/SecretSharing.d.ts.map +0 -1
  169. package/lib/crypto/SecretSharing.js +0 -194
  170. package/lib/crypto/SecretSharing.js.map +0 -1
  171. package/lib/crypto/SecretStorage.d.ts +0 -55
  172. package/lib/crypto/SecretStorage.d.ts.map +0 -1
  173. package/lib/crypto/SecretStorage.js +0 -118
  174. package/lib/crypto/SecretStorage.js.map +0 -1
  175. package/lib/crypto/aes.d.ts +0 -6
  176. package/lib/crypto/aes.d.ts.map +0 -1
  177. package/lib/crypto/aes.js +0 -24
  178. package/lib/crypto/aes.js.map +0 -1
  179. package/lib/crypto/algorithms/base.d.ts +0 -156
  180. package/lib/crypto/algorithms/base.d.ts.map +0 -1
  181. package/lib/crypto/algorithms/base.js +0 -187
  182. package/lib/crypto/algorithms/base.js.map +0 -1
  183. package/lib/crypto/algorithms/index.d.ts +0 -4
  184. package/lib/crypto/algorithms/index.d.ts.map +0 -1
  185. package/lib/crypto/algorithms/index.js +0 -20
  186. package/lib/crypto/algorithms/index.js.map +0 -1
  187. package/lib/crypto/algorithms/megolm.d.ts +0 -385
  188. package/lib/crypto/algorithms/megolm.d.ts.map +0 -1
  189. package/lib/crypto/algorithms/megolm.js +0 -1822
  190. package/lib/crypto/algorithms/megolm.js.map +0 -1
  191. package/lib/crypto/algorithms/olm.d.ts +0 -5
  192. package/lib/crypto/algorithms/olm.d.ts.map +0 -1
  193. package/lib/crypto/algorithms/olm.js +0 -299
  194. package/lib/crypto/algorithms/olm.js.map +0 -1
  195. package/lib/crypto/api.d.ts +0 -32
  196. package/lib/crypto/api.d.ts.map +0 -1
  197. package/lib/crypto/api.js +0 -22
  198. package/lib/crypto/api.js.map +0 -1
  199. package/lib/crypto/backup.d.ts +0 -227
  200. package/lib/crypto/backup.d.ts.map +0 -1
  201. package/lib/crypto/backup.js +0 -824
  202. package/lib/crypto/backup.js.map +0 -1
  203. package/lib/crypto/crypto.d.ts +0 -3
  204. package/lib/crypto/crypto.d.ts.map +0 -1
  205. package/lib/crypto/crypto.js +0 -19
  206. package/lib/crypto/crypto.js.map +0 -1
  207. package/lib/crypto/dehydration.d.ts +0 -34
  208. package/lib/crypto/dehydration.d.ts.map +0 -1
  209. package/lib/crypto/dehydration.js +0 -252
  210. package/lib/crypto/dehydration.js.map +0 -1
  211. package/lib/crypto/device-converter.d.ts +0 -9
  212. package/lib/crypto/device-converter.d.ts.map +0 -1
  213. package/lib/crypto/device-converter.js +0 -42
  214. package/lib/crypto/device-converter.js.map +0 -1
  215. package/lib/crypto/deviceinfo.d.ts +0 -99
  216. package/lib/crypto/deviceinfo.d.ts.map +0 -1
  217. package/lib/crypto/deviceinfo.js +0 -148
  218. package/lib/crypto/deviceinfo.js.map +0 -1
  219. package/lib/crypto/index.d.ts +0 -1210
  220. package/lib/crypto/index.d.ts.map +0 -1
  221. package/lib/crypto/index.js +0 -4101
  222. package/lib/crypto/index.js.map +0 -1
  223. package/lib/crypto/key_passphrase.d.ts +0 -14
  224. package/lib/crypto/key_passphrase.d.ts.map +0 -1
  225. package/lib/crypto/key_passphrase.js +0 -44
  226. package/lib/crypto/key_passphrase.js.map +0 -1
  227. package/lib/crypto/keybackup.d.ts +0 -18
  228. package/lib/crypto/keybackup.d.ts.map +0 -1
  229. package/lib/crypto/keybackup.js +0 -1
  230. package/lib/crypto/keybackup.js.map +0 -1
  231. package/lib/crypto/olmlib.d.ts +0 -129
  232. package/lib/crypto/olmlib.d.ts.map +0 -1
  233. package/lib/crypto/olmlib.js +0 -492
  234. package/lib/crypto/olmlib.js.map +0 -1
  235. package/lib/crypto/recoverykey.d.ts +0 -2
  236. package/lib/crypto/recoverykey.d.ts.map +0 -1
  237. package/lib/crypto/recoverykey.js +0 -19
  238. package/lib/crypto/recoverykey.js.map +0 -1
  239. package/lib/crypto/store/base.d.ts +0 -252
  240. package/lib/crypto/store/base.d.ts.map +0 -1
  241. package/lib/crypto/store/base.js +0 -64
  242. package/lib/crypto/store/base.js.map +0 -1
  243. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts +0 -187
  244. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts.map +0 -1
  245. package/lib/crypto/store/indexeddb-crypto-store-backend.js +0 -1145
  246. package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +0 -1
  247. package/lib/crypto/store/indexeddb-crypto-store.d.ts +0 -432
  248. package/lib/crypto/store/indexeddb-crypto-store.d.ts.map +0 -1
  249. package/lib/crypto/store/indexeddb-crypto-store.js +0 -728
  250. package/lib/crypto/store/indexeddb-crypto-store.js.map +0 -1
  251. package/lib/crypto/store/localStorage-crypto-store.d.ts +0 -119
  252. package/lib/crypto/store/localStorage-crypto-store.d.ts.map +0 -1
  253. package/lib/crypto/store/localStorage-crypto-store.js +0 -531
  254. package/lib/crypto/store/localStorage-crypto-store.js.map +0 -1
  255. package/lib/crypto/store/memory-crypto-store.d.ts +0 -215
  256. package/lib/crypto/store/memory-crypto-store.d.ts.map +0 -1
  257. package/lib/crypto/store/memory-crypto-store.js +0 -622
  258. package/lib/crypto/store/memory-crypto-store.js.map +0 -1
  259. package/lib/crypto/verification/Base.d.ts +0 -105
  260. package/lib/crypto/verification/Base.d.ts.map +0 -1
  261. package/lib/crypto/verification/Base.js +0 -372
  262. package/lib/crypto/verification/Base.js.map +0 -1
  263. package/lib/crypto/verification/Error.d.ts +0 -35
  264. package/lib/crypto/verification/Error.d.ts.map +0 -1
  265. package/lib/crypto/verification/Error.js +0 -86
  266. package/lib/crypto/verification/Error.js.map +0 -1
  267. package/lib/crypto/verification/IllegalMethod.d.ts +0 -15
  268. package/lib/crypto/verification/IllegalMethod.d.ts.map +0 -1
  269. package/lib/crypto/verification/IllegalMethod.js +0 -43
  270. package/lib/crypto/verification/IllegalMethod.js.map +0 -1
  271. package/lib/crypto/verification/QRCode.d.ts +0 -51
  272. package/lib/crypto/verification/QRCode.d.ts.map +0 -1
  273. package/lib/crypto/verification/QRCode.js +0 -277
  274. package/lib/crypto/verification/QRCode.js.map +0 -1
  275. package/lib/crypto/verification/SAS.d.ts +0 -27
  276. package/lib/crypto/verification/SAS.d.ts.map +0 -1
  277. package/lib/crypto/verification/SAS.js +0 -485
  278. package/lib/crypto/verification/SAS.js.map +0 -1
  279. package/lib/crypto/verification/SASDecimal.d.ts +0 -8
  280. package/lib/crypto/verification/SASDecimal.d.ts.map +0 -1
  281. package/lib/crypto/verification/SASDecimal.js +0 -34
  282. package/lib/crypto/verification/SASDecimal.js.map +0 -1
  283. package/lib/crypto/verification/request/Channel.d.ts +0 -18
  284. package/lib/crypto/verification/request/Channel.d.ts.map +0 -1
  285. package/lib/crypto/verification/request/Channel.js +0 -1
  286. package/lib/crypto/verification/request/Channel.js.map +0 -1
  287. package/lib/crypto/verification/request/InRoomChannel.d.ts +0 -113
  288. package/lib/crypto/verification/request/InRoomChannel.d.ts.map +0 -1
  289. package/lib/crypto/verification/request/InRoomChannel.js +0 -351
  290. package/lib/crypto/verification/request/InRoomChannel.js.map +0 -1
  291. package/lib/crypto/verification/request/ToDeviceChannel.d.ts +0 -105
  292. package/lib/crypto/verification/request/ToDeviceChannel.d.ts.map +0 -1
  293. package/lib/crypto/verification/request/ToDeviceChannel.js +0 -328
  294. package/lib/crypto/verification/request/ToDeviceChannel.js.map +0 -1
  295. package/lib/crypto/verification/request/VerificationRequest.d.ts +0 -227
  296. package/lib/crypto/verification/request/VerificationRequest.d.ts.map +0 -1
  297. package/lib/crypto/verification/request/VerificationRequest.js +0 -937
  298. package/lib/crypto/verification/request/VerificationRequest.js.map +0 -1
  299. package/lib/crypto-api/CryptoEvent.d.ts +0 -69
  300. package/lib/crypto-api/CryptoEvent.d.ts.map +0 -1
  301. package/lib/crypto-api/CryptoEvent.js +0 -33
  302. package/lib/crypto-api/CryptoEvent.js.map +0 -1
  303. package/lib/crypto-api/CryptoEventHandlerMap.d.ts +0 -16
  304. package/lib/crypto-api/CryptoEventHandlerMap.d.ts.map +0 -1
  305. package/lib/crypto-api/CryptoEventHandlerMap.js +0 -22
  306. package/lib/crypto-api/CryptoEventHandlerMap.js.map +0 -1
  307. package/lib/crypto-api/index.d.ts +0 -978
  308. package/lib/crypto-api/index.d.ts.map +0 -1
  309. package/lib/crypto-api/index.js +0 -304
  310. package/lib/crypto-api/index.js.map +0 -1
  311. package/lib/crypto-api/key-passphrase.d.ts +0 -11
  312. package/lib/crypto-api/key-passphrase.d.ts.map +0 -1
  313. package/lib/crypto-api/key-passphrase.js +0 -51
  314. package/lib/crypto-api/key-passphrase.js.map +0 -1
  315. package/lib/crypto-api/keybackup.d.ts +0 -88
  316. package/lib/crypto-api/keybackup.d.ts.map +0 -1
  317. package/lib/crypto-api/keybackup.js +0 -1
  318. package/lib/crypto-api/keybackup.js.map +0 -1
  319. package/lib/crypto-api/recovery-key.d.ts +0 -11
  320. package/lib/crypto-api/recovery-key.d.ts.map +0 -1
  321. package/lib/crypto-api/recovery-key.js +0 -65
  322. package/lib/crypto-api/recovery-key.js.map +0 -1
  323. package/lib/crypto-api/verification.d.ts +0 -344
  324. package/lib/crypto-api/verification.d.ts.map +0 -1
  325. package/lib/crypto-api/verification.js +0 -91
  326. package/lib/crypto-api/verification.js.map +0 -1
  327. package/lib/matrixrtc/CallMembership.d.ts +0 -66
  328. package/lib/matrixrtc/CallMembership.d.ts.map +0 -1
  329. package/lib/matrixrtc/CallMembership.js +0 -197
  330. package/lib/matrixrtc/CallMembership.js.map +0 -1
  331. package/lib/matrixrtc/LivekitFocus.d.ts +0 -16
  332. package/lib/matrixrtc/LivekitFocus.d.ts.map +0 -1
  333. package/lib/matrixrtc/LivekitFocus.js +0 -20
  334. package/lib/matrixrtc/LivekitFocus.js.map +0 -1
  335. package/lib/matrixrtc/MatrixRTCSession.d.ts +0 -295
  336. package/lib/matrixrtc/MatrixRTCSession.d.ts.map +0 -1
  337. package/lib/matrixrtc/MatrixRTCSession.js +0 -1043
  338. package/lib/matrixrtc/MatrixRTCSession.js.map +0 -1
  339. package/lib/matrixrtc/MatrixRTCSessionManager.d.ts +0 -40
  340. package/lib/matrixrtc/MatrixRTCSessionManager.d.ts.map +0 -1
  341. package/lib/matrixrtc/MatrixRTCSessionManager.js +0 -146
  342. package/lib/matrixrtc/MatrixRTCSessionManager.js.map +0 -1
  343. package/lib/matrixrtc/focus.d.ts +0 -10
  344. package/lib/matrixrtc/focus.d.ts.map +0 -1
  345. package/lib/matrixrtc/focus.js +0 -1
  346. package/lib/matrixrtc/focus.js.map +0 -1
  347. package/lib/matrixrtc/index.d.ts +0 -7
  348. package/lib/matrixrtc/index.d.ts.map +0 -1
  349. package/lib/matrixrtc/index.js +0 -21
  350. package/lib/matrixrtc/index.js.map +0 -1
  351. package/lib/matrixrtc/types.d.ts +0 -19
  352. package/lib/matrixrtc/types.d.ts.map +0 -1
  353. package/lib/matrixrtc/types.js +0 -1
  354. package/lib/matrixrtc/types.js.map +0 -1
  355. package/lib/rendezvous/MSC4108SignInWithQR.d.ts +0 -112
  356. package/lib/rendezvous/MSC4108SignInWithQR.d.ts.map +0 -1
  357. package/lib/rendezvous/MSC4108SignInWithQR.js +0 -392
  358. package/lib/rendezvous/MSC4108SignInWithQR.js.map +0 -1
  359. package/lib/rendezvous/RendezvousChannel.d.ts +0 -27
  360. package/lib/rendezvous/RendezvousChannel.d.ts.map +0 -1
  361. package/lib/rendezvous/RendezvousChannel.js +0 -1
  362. package/lib/rendezvous/RendezvousChannel.js.map +0 -1
  363. package/lib/rendezvous/RendezvousCode.d.ts +0 -9
  364. package/lib/rendezvous/RendezvousCode.d.ts.map +0 -1
  365. package/lib/rendezvous/RendezvousCode.js +0 -1
  366. package/lib/rendezvous/RendezvousCode.js.map +0 -1
  367. package/lib/rendezvous/RendezvousError.d.ts +0 -6
  368. package/lib/rendezvous/RendezvousError.d.ts.map +0 -1
  369. package/lib/rendezvous/RendezvousError.js +0 -23
  370. package/lib/rendezvous/RendezvousError.js.map +0 -1
  371. package/lib/rendezvous/RendezvousFailureReason.d.ts +0 -31
  372. package/lib/rendezvous/RendezvousFailureReason.d.ts.map +0 -1
  373. package/lib/rendezvous/RendezvousFailureReason.js +0 -38
  374. package/lib/rendezvous/RendezvousFailureReason.js.map +0 -1
  375. package/lib/rendezvous/RendezvousIntent.d.ts +0 -5
  376. package/lib/rendezvous/RendezvousIntent.d.ts.map +0 -1
  377. package/lib/rendezvous/RendezvousIntent.js +0 -22
  378. package/lib/rendezvous/RendezvousIntent.js.map +0 -1
  379. package/lib/rendezvous/RendezvousTransport.d.ts +0 -36
  380. package/lib/rendezvous/RendezvousTransport.d.ts.map +0 -1
  381. package/lib/rendezvous/RendezvousTransport.js +0 -1
  382. package/lib/rendezvous/RendezvousTransport.js.map +0 -1
  383. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts +0 -58
  384. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts.map +0 -1
  385. package/lib/rendezvous/channels/MSC4108SecureChannel.js +0 -246
  386. package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +0 -1
  387. package/lib/rendezvous/channels/index.d.ts +0 -2
  388. package/lib/rendezvous/channels/index.d.ts.map +0 -1
  389. package/lib/rendezvous/channels/index.js +0 -18
  390. package/lib/rendezvous/channels/index.js.map +0 -1
  391. package/lib/rendezvous/index.d.ts +0 -10
  392. package/lib/rendezvous/index.d.ts.map +0 -1
  393. package/lib/rendezvous/index.js +0 -23
  394. package/lib/rendezvous/index.js.map +0 -1
  395. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts +0 -61
  396. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts.map +0 -1
  397. package/lib/rendezvous/transports/MSC4108RendezvousSession.js +0 -253
  398. package/lib/rendezvous/transports/MSC4108RendezvousSession.js.map +0 -1
  399. package/lib/rendezvous/transports/index.d.ts +0 -2
  400. package/lib/rendezvous/transports/index.d.ts.map +0 -1
  401. package/lib/rendezvous/transports/index.js +0 -18
  402. package/lib/rendezvous/transports/index.js.map +0 -1
  403. package/lib/rust-crypto/CrossSigningIdentity.d.ts +0 -33
  404. package/lib/rust-crypto/CrossSigningIdentity.d.ts.map +0 -1
  405. package/lib/rust-crypto/CrossSigningIdentity.js +0 -157
  406. package/lib/rust-crypto/CrossSigningIdentity.js.map +0 -1
  407. package/lib/rust-crypto/DehydratedDeviceManager.d.ts +0 -98
  408. package/lib/rust-crypto/DehydratedDeviceManager.d.ts.map +0 -1
  409. package/lib/rust-crypto/DehydratedDeviceManager.js +0 -285
  410. package/lib/rust-crypto/DehydratedDeviceManager.js.map +0 -1
  411. package/lib/rust-crypto/KeyClaimManager.d.ts +0 -33
  412. package/lib/rust-crypto/KeyClaimManager.d.ts.map +0 -1
  413. package/lib/rust-crypto/KeyClaimManager.js +0 -82
  414. package/lib/rust-crypto/KeyClaimManager.js.map +0 -1
  415. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts +0 -43
  416. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts.map +0 -1
  417. package/lib/rust-crypto/OutgoingRequestProcessor.js +0 -195
  418. package/lib/rust-crypto/OutgoingRequestProcessor.js.map +0 -1
  419. package/lib/rust-crypto/OutgoingRequestsManager.d.ts +0 -47
  420. package/lib/rust-crypto/OutgoingRequestsManager.d.ts.map +0 -1
  421. package/lib/rust-crypto/OutgoingRequestsManager.js +0 -148
  422. package/lib/rust-crypto/OutgoingRequestsManager.js.map +0 -1
  423. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts +0 -120
  424. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts.map +0 -1
  425. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js +0 -467
  426. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js.map +0 -1
  427. package/lib/rust-crypto/RoomEncryptor.d.ts +0 -98
  428. package/lib/rust-crypto/RoomEncryptor.d.ts.map +0 -1
  429. package/lib/rust-crypto/RoomEncryptor.js +0 -299
  430. package/lib/rust-crypto/RoomEncryptor.js.map +0 -1
  431. package/lib/rust-crypto/backup.d.ts +0 -254
  432. package/lib/rust-crypto/backup.d.ts.map +0 -1
  433. package/lib/rust-crypto/backup.js +0 -837
  434. package/lib/rust-crypto/backup.js.map +0 -1
  435. package/lib/rust-crypto/constants.d.ts +0 -3
  436. package/lib/rust-crypto/constants.d.ts.map +0 -1
  437. package/lib/rust-crypto/constants.js +0 -19
  438. package/lib/rust-crypto/constants.js.map +0 -1
  439. package/lib/rust-crypto/device-converter.d.ts +0 -28
  440. package/lib/rust-crypto/device-converter.d.ts.map +0 -1
  441. package/lib/rust-crypto/device-converter.js +0 -123
  442. package/lib/rust-crypto/device-converter.js.map +0 -1
  443. package/lib/rust-crypto/index.d.ts +0 -61
  444. package/lib/rust-crypto/index.d.ts.map +0 -1
  445. package/lib/rust-crypto/index.js +0 -152
  446. package/lib/rust-crypto/index.js.map +0 -1
  447. package/lib/rust-crypto/libolm_migration.d.ts +0 -81
  448. package/lib/rust-crypto/libolm_migration.d.ts.map +0 -1
  449. package/lib/rust-crypto/libolm_migration.js +0 -459
  450. package/lib/rust-crypto/libolm_migration.js.map +0 -1
  451. package/lib/rust-crypto/rust-crypto.d.ts +0 -556
  452. package/lib/rust-crypto/rust-crypto.d.ts.map +0 -1
  453. package/lib/rust-crypto/rust-crypto.js +0 -2016
  454. package/lib/rust-crypto/rust-crypto.js.map +0 -1
  455. package/lib/rust-crypto/secret-storage.d.ts +0 -22
  456. package/lib/rust-crypto/secret-storage.d.ts.map +0 -1
  457. package/lib/rust-crypto/secret-storage.js +0 -63
  458. package/lib/rust-crypto/secret-storage.js.map +0 -1
  459. package/lib/rust-crypto/verification.d.ts +0 -319
  460. package/lib/rust-crypto/verification.d.ts.map +0 -1
  461. package/lib/rust-crypto/verification.js +0 -816
  462. package/lib/rust-crypto/verification.js.map +0 -1
  463. package/lib/secret-storage.d.ts +0 -370
  464. package/lib/secret-storage.d.ts.map +0 -1
  465. package/lib/secret-storage.js +0 -466
  466. package/lib/secret-storage.js.map +0 -1
  467. package/lib/utils/decryptAESSecretStorageItem.d.ts +0 -12
  468. package/lib/utils/decryptAESSecretStorageItem.d.ts.map +0 -1
  469. package/lib/utils/decryptAESSecretStorageItem.js +0 -50
  470. package/lib/utils/decryptAESSecretStorageItem.js.map +0 -1
  471. package/lib/utils/encryptAESSecretStorageItem.d.ts +0 -16
  472. package/lib/utils/encryptAESSecretStorageItem.d.ts.map +0 -1
  473. package/lib/utils/encryptAESSecretStorageItem.js +0 -68
  474. package/lib/utils/encryptAESSecretStorageItem.js.map +0 -1
  475. package/lib/utils/internal/deriveKeys.d.ts +0 -10
  476. package/lib/utils/internal/deriveKeys.d.ts.map +0 -1
  477. package/lib/utils/internal/deriveKeys.js +0 -60
  478. package/lib/utils/internal/deriveKeys.js.map +0 -1
  479. package/lib/webrtc/audioContext.d.ts +0 -15
  480. package/lib/webrtc/audioContext.d.ts.map +0 -1
  481. package/lib/webrtc/audioContext.js +0 -46
  482. package/lib/webrtc/audioContext.js.map +0 -1
  483. package/lib/webrtc/call.d.ts +0 -560
  484. package/lib/webrtc/call.d.ts.map +0 -1
  485. package/lib/webrtc/call.js +0 -2541
  486. package/lib/webrtc/call.js.map +0 -1
  487. package/lib/webrtc/callEventHandler.d.ts +0 -37
  488. package/lib/webrtc/callEventHandler.d.ts.map +0 -1
  489. package/lib/webrtc/callEventHandler.js +0 -344
  490. package/lib/webrtc/callEventHandler.js.map +0 -1
  491. package/lib/webrtc/callEventTypes.d.ts +0 -73
  492. package/lib/webrtc/callEventTypes.d.ts.map +0 -1
  493. package/lib/webrtc/callEventTypes.js +0 -13
  494. package/lib/webrtc/callEventTypes.js.map +0 -1
  495. package/lib/webrtc/callFeed.d.ts +0 -128
  496. package/lib/webrtc/callFeed.d.ts.map +0 -1
  497. package/lib/webrtc/callFeed.js +0 -289
  498. package/lib/webrtc/callFeed.js.map +0 -1
  499. package/lib/webrtc/groupCall.d.ts +0 -323
  500. package/lib/webrtc/groupCall.d.ts.map +0 -1
  501. package/lib/webrtc/groupCall.js +0 -1337
  502. package/lib/webrtc/groupCall.js.map +0 -1
  503. package/lib/webrtc/groupCallEventHandler.d.ts +0 -31
  504. package/lib/webrtc/groupCallEventHandler.d.ts.map +0 -1
  505. package/lib/webrtc/groupCallEventHandler.js +0 -178
  506. package/lib/webrtc/groupCallEventHandler.js.map +0 -1
  507. package/lib/webrtc/mediaHandler.d.ts +0 -89
  508. package/lib/webrtc/mediaHandler.d.ts.map +0 -1
  509. package/lib/webrtc/mediaHandler.js +0 -437
  510. package/lib/webrtc/mediaHandler.js.map +0 -1
  511. package/lib/webrtc/stats/callFeedStatsReporter.d.ts +0 -8
  512. package/lib/webrtc/stats/callFeedStatsReporter.d.ts.map +0 -1
  513. package/lib/webrtc/stats/callFeedStatsReporter.js +0 -82
  514. package/lib/webrtc/stats/callFeedStatsReporter.js.map +0 -1
  515. package/lib/webrtc/stats/callStatsReportGatherer.d.ts +0 -25
  516. package/lib/webrtc/stats/callStatsReportGatherer.d.ts.map +0 -1
  517. package/lib/webrtc/stats/callStatsReportGatherer.js +0 -199
  518. package/lib/webrtc/stats/callStatsReportGatherer.js.map +0 -1
  519. package/lib/webrtc/stats/callStatsReportSummary.d.ts +0 -17
  520. package/lib/webrtc/stats/callStatsReportSummary.d.ts.map +0 -1
  521. package/lib/webrtc/stats/callStatsReportSummary.js +0 -1
  522. package/lib/webrtc/stats/callStatsReportSummary.js.map +0 -1
  523. package/lib/webrtc/stats/connectionStats.d.ts +0 -28
  524. package/lib/webrtc/stats/connectionStats.d.ts.map +0 -1
  525. package/lib/webrtc/stats/connectionStats.js +0 -26
  526. package/lib/webrtc/stats/connectionStats.js.map +0 -1
  527. package/lib/webrtc/stats/connectionStatsBuilder.d.ts +0 -5
  528. package/lib/webrtc/stats/connectionStatsBuilder.d.ts.map +0 -1
  529. package/lib/webrtc/stats/connectionStatsBuilder.js +0 -27
  530. package/lib/webrtc/stats/connectionStatsBuilder.js.map +0 -1
  531. package/lib/webrtc/stats/connectionStatsReportBuilder.d.ts +0 -7
  532. package/lib/webrtc/stats/connectionStatsReportBuilder.d.ts.map +0 -1
  533. package/lib/webrtc/stats/connectionStatsReportBuilder.js +0 -121
  534. package/lib/webrtc/stats/connectionStatsReportBuilder.js.map +0 -1
  535. package/lib/webrtc/stats/groupCallStats.d.ts +0 -22
  536. package/lib/webrtc/stats/groupCallStats.d.ts.map +0 -1
  537. package/lib/webrtc/stats/groupCallStats.js +0 -78
  538. package/lib/webrtc/stats/groupCallStats.js.map +0 -1
  539. package/lib/webrtc/stats/media/mediaSsrcHandler.d.ts +0 -10
  540. package/lib/webrtc/stats/media/mediaSsrcHandler.d.ts.map +0 -1
  541. package/lib/webrtc/stats/media/mediaSsrcHandler.js +0 -57
  542. package/lib/webrtc/stats/media/mediaSsrcHandler.js.map +0 -1
  543. package/lib/webrtc/stats/media/mediaTrackHandler.d.ts +0 -12
  544. package/lib/webrtc/stats/media/mediaTrackHandler.d.ts.map +0 -1
  545. package/lib/webrtc/stats/media/mediaTrackHandler.js +0 -62
  546. package/lib/webrtc/stats/media/mediaTrackHandler.js.map +0 -1
  547. package/lib/webrtc/stats/media/mediaTrackStats.d.ts +0 -86
  548. package/lib/webrtc/stats/media/mediaTrackStats.d.ts.map +0 -1
  549. package/lib/webrtc/stats/media/mediaTrackStats.js +0 -142
  550. package/lib/webrtc/stats/media/mediaTrackStats.js.map +0 -1
  551. package/lib/webrtc/stats/media/mediaTrackStatsHandler.d.ts +0 -22
  552. package/lib/webrtc/stats/media/mediaTrackStatsHandler.d.ts.map +0 -1
  553. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js +0 -76
  554. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js.map +0 -1
  555. package/lib/webrtc/stats/statsReport.d.ts +0 -99
  556. package/lib/webrtc/stats/statsReport.d.ts.map +0 -1
  557. package/lib/webrtc/stats/statsReport.js +0 -32
  558. package/lib/webrtc/stats/statsReport.js.map +0 -1
  559. package/lib/webrtc/stats/statsReportEmitter.d.ts +0 -15
  560. package/lib/webrtc/stats/statsReportEmitter.d.ts.map +0 -1
  561. package/lib/webrtc/stats/statsReportEmitter.js +0 -33
  562. package/lib/webrtc/stats/statsReportEmitter.js.map +0 -1
  563. package/lib/webrtc/stats/summaryStatsReportGatherer.d.ts +0 -16
  564. package/lib/webrtc/stats/summaryStatsReportGatherer.d.ts.map +0 -1
  565. package/lib/webrtc/stats/summaryStatsReportGatherer.js +0 -116
  566. package/lib/webrtc/stats/summaryStatsReportGatherer.js.map +0 -1
  567. package/lib/webrtc/stats/trackStatsBuilder.d.ts +0 -19
  568. package/lib/webrtc/stats/trackStatsBuilder.d.ts.map +0 -1
  569. package/lib/webrtc/stats/trackStatsBuilder.js +0 -168
  570. package/lib/webrtc/stats/trackStatsBuilder.js.map +0 -1
  571. package/lib/webrtc/stats/transportStats.d.ts +0 -11
  572. package/lib/webrtc/stats/transportStats.d.ts.map +0 -1
  573. package/lib/webrtc/stats/transportStats.js +0 -1
  574. package/lib/webrtc/stats/transportStats.js.map +0 -1
  575. package/lib/webrtc/stats/transportStatsBuilder.d.ts +0 -5
  576. package/lib/webrtc/stats/transportStatsBuilder.d.ts.map +0 -1
  577. package/lib/webrtc/stats/transportStatsBuilder.js +0 -34
  578. package/lib/webrtc/stats/transportStatsBuilder.js.map +0 -1
  579. package/lib/webrtc/stats/valueFormatter.d.ts +0 -4
  580. package/lib/webrtc/stats/valueFormatter.d.ts.map +0 -1
  581. package/lib/webrtc/stats/valueFormatter.js +0 -25
  582. package/lib/webrtc/stats/valueFormatter.js.map +0 -1
  583. package/src/@types/AESEncryptedSecretStoragePayload.ts +0 -29
  584. package/src/@types/crypto.ts +0 -73
  585. package/src/@types/matrix-sdk-crypto-wasm.d.ts +0 -44
  586. package/src/common-crypto/CryptoBackend.ts +0 -302
  587. package/src/common-crypto/README.md +0 -4
  588. package/src/common-crypto/key-passphrase.ts +0 -43
  589. package/src/crypto/CrossSigning.ts +0 -773
  590. package/src/crypto/DeviceList.ts +0 -989
  591. package/src/crypto/EncryptionSetup.ts +0 -351
  592. package/src/crypto/OlmDevice.ts +0 -1500
  593. package/src/crypto/OutgoingRoomKeyRequestManager.ts +0 -485
  594. package/src/crypto/RoomList.ts +0 -70
  595. package/src/crypto/SecretSharing.ts +0 -240
  596. package/src/crypto/SecretStorage.ts +0 -136
  597. package/src/crypto/aes.ts +0 -23
  598. package/src/crypto/algorithms/base.ts +0 -236
  599. package/src/crypto/algorithms/index.ts +0 -20
  600. package/src/crypto/algorithms/megolm.ts +0 -2216
  601. package/src/crypto/algorithms/olm.ts +0 -381
  602. package/src/crypto/api.ts +0 -70
  603. package/src/crypto/backup.ts +0 -922
  604. package/src/crypto/crypto.ts +0 -18
  605. package/src/crypto/dehydration.ts +0 -272
  606. package/src/crypto/device-converter.ts +0 -45
  607. package/src/crypto/deviceinfo.ts +0 -158
  608. package/src/crypto/index.ts +0 -4418
  609. package/src/crypto/key_passphrase.ts +0 -42
  610. package/src/crypto/keybackup.ts +0 -47
  611. package/src/crypto/olmlib.ts +0 -539
  612. package/src/crypto/recoverykey.ts +0 -18
  613. package/src/crypto/store/base.ts +0 -348
  614. package/src/crypto/store/indexeddb-crypto-store-backend.ts +0 -1250
  615. package/src/crypto/store/indexeddb-crypto-store.ts +0 -845
  616. package/src/crypto/store/localStorage-crypto-store.ts +0 -579
  617. package/src/crypto/store/memory-crypto-store.ts +0 -680
  618. package/src/crypto/verification/Base.ts +0 -409
  619. package/src/crypto/verification/Error.ts +0 -76
  620. package/src/crypto/verification/IllegalMethod.ts +0 -50
  621. package/src/crypto/verification/QRCode.ts +0 -310
  622. package/src/crypto/verification/SAS.ts +0 -494
  623. package/src/crypto/verification/SASDecimal.ts +0 -37
  624. package/src/crypto/verification/request/Channel.ts +0 -34
  625. package/src/crypto/verification/request/InRoomChannel.ts +0 -371
  626. package/src/crypto/verification/request/ToDeviceChannel.ts +0 -354
  627. package/src/crypto/verification/request/VerificationRequest.ts +0 -976
  628. package/src/crypto-api/CryptoEvent.ts +0 -93
  629. package/src/crypto-api/CryptoEventHandlerMap.ts +0 -32
  630. package/src/crypto-api/index.ts +0 -1175
  631. package/src/crypto-api/key-passphrase.ts +0 -58
  632. package/src/crypto-api/keybackup.ts +0 -115
  633. package/src/crypto-api/recovery-key.ts +0 -69
  634. package/src/crypto-api/verification.ts +0 -408
  635. package/src/matrixrtc/CallMembership.ts +0 -247
  636. package/src/matrixrtc/LivekitFocus.ts +0 -39
  637. package/src/matrixrtc/MatrixRTCSession.ts +0 -1319
  638. package/src/matrixrtc/MatrixRTCSessionManager.ts +0 -166
  639. package/src/matrixrtc/focus.ts +0 -25
  640. package/src/matrixrtc/index.ts +0 -22
  641. package/src/matrixrtc/types.ts +0 -36
  642. package/src/rendezvous/MSC4108SignInWithQR.ts +0 -444
  643. package/src/rendezvous/RendezvousChannel.ts +0 -48
  644. package/src/rendezvous/RendezvousCode.ts +0 -25
  645. package/src/rendezvous/RendezvousError.ts +0 -26
  646. package/src/rendezvous/RendezvousFailureReason.ts +0 -49
  647. package/src/rendezvous/RendezvousIntent.ts +0 -20
  648. package/src/rendezvous/RendezvousTransport.ts +0 -58
  649. package/src/rendezvous/channels/MSC4108SecureChannel.ts +0 -270
  650. package/src/rendezvous/channels/index.ts +0 -17
  651. package/src/rendezvous/index.ts +0 -25
  652. package/src/rendezvous/transports/MSC4108RendezvousSession.ts +0 -270
  653. package/src/rendezvous/transports/index.ts +0 -17
  654. package/src/rust-crypto/CrossSigningIdentity.ts +0 -183
  655. package/src/rust-crypto/DehydratedDeviceManager.ts +0 -306
  656. package/src/rust-crypto/KeyClaimManager.ts +0 -86
  657. package/src/rust-crypto/OutgoingRequestProcessor.ts +0 -236
  658. package/src/rust-crypto/OutgoingRequestsManager.ts +0 -143
  659. package/src/rust-crypto/PerSessionKeyBackupDownloader.ts +0 -501
  660. package/src/rust-crypto/RoomEncryptor.ts +0 -352
  661. package/src/rust-crypto/backup.ts +0 -881
  662. package/src/rust-crypto/constants.ts +0 -18
  663. package/src/rust-crypto/device-converter.ts +0 -128
  664. package/src/rust-crypto/index.ts +0 -237
  665. package/src/rust-crypto/libolm_migration.ts +0 -530
  666. package/src/rust-crypto/rust-crypto.ts +0 -2205
  667. package/src/rust-crypto/secret-storage.ts +0 -60
  668. package/src/rust-crypto/verification.ts +0 -830
  669. package/src/secret-storage.ts +0 -693
  670. package/src/utils/decryptAESSecretStorageItem.ts +0 -54
  671. package/src/utils/encryptAESSecretStorageItem.ts +0 -73
  672. package/src/utils/internal/deriveKeys.ts +0 -63
  673. package/src/webrtc/audioContext.ts +0 -44
  674. package/src/webrtc/call.ts +0 -3074
  675. package/src/webrtc/callEventHandler.ts +0 -425
  676. package/src/webrtc/callEventTypes.ts +0 -93
  677. package/src/webrtc/callFeed.ts +0 -364
  678. package/src/webrtc/groupCall.ts +0 -1735
  679. package/src/webrtc/groupCallEventHandler.ts +0 -234
  680. package/src/webrtc/mediaHandler.ts +0 -484
  681. package/src/webrtc/stats/callFeedStatsReporter.ts +0 -94
  682. package/src/webrtc/stats/callStatsReportGatherer.ts +0 -219
  683. package/src/webrtc/stats/callStatsReportSummary.ts +0 -30
  684. package/src/webrtc/stats/connectionStats.ts +0 -47
  685. package/src/webrtc/stats/connectionStatsBuilder.ts +0 -28
  686. package/src/webrtc/stats/connectionStatsReportBuilder.ts +0 -140
  687. package/src/webrtc/stats/groupCallStats.ts +0 -93
  688. package/src/webrtc/stats/media/mediaSsrcHandler.ts +0 -57
  689. package/src/webrtc/stats/media/mediaTrackHandler.ts +0 -76
  690. package/src/webrtc/stats/media/mediaTrackStats.ts +0 -176
  691. package/src/webrtc/stats/media/mediaTrackStatsHandler.ts +0 -90
  692. package/src/webrtc/stats/statsReport.ts +0 -133
  693. package/src/webrtc/stats/statsReportEmitter.ts +0 -49
  694. package/src/webrtc/stats/summaryStatsReportGatherer.ts +0 -148
  695. package/src/webrtc/stats/trackStatsBuilder.ts +0 -207
  696. package/src/webrtc/stats/transportStats.ts +0 -26
  697. package/src/webrtc/stats/transportStatsBuilder.ts +0 -48
  698. package/src/webrtc/stats/valueFormatter.ts +0 -27
@@ -1 +0,0 @@
1
- {"version":3,"file":"Channel.js","names":[],"sources":["../../../../src/crypto/verification/request/Channel.ts"],"sourcesContent":["/*\nCopyright 2021 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { MatrixEvent } from \"../../../models/event.ts\";\nimport { VerificationRequest } from \"./VerificationRequest.ts\";\n\nexport interface IVerificationChannel {\n request?: VerificationRequest;\n readonly userId?: string;\n readonly roomId?: string;\n readonly deviceId?: string;\n readonly transactionId?: string;\n readonly receiveStartFromOtherDevices?: boolean;\n getTimestamp(event: MatrixEvent): number;\n send(type: string, uncompletedContent: Record<string, any>): Promise<void>;\n completeContent(type: string, content: Record<string, any>): Record<string, any>;\n sendCompleted(type: string, content: Record<string, any>): Promise<void>;\n completedContentFromEvent(event: MatrixEvent): Record<string, any>;\n canCreateRequest(type: string): boolean;\n handleEvent(event: MatrixEvent, request: VerificationRequest, isLiveEvent: boolean): Promise<void>;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1,113 +0,0 @@
1
- import { VerificationRequest } from "./VerificationRequest.ts";
2
- import { IVerificationChannel } from "./Channel.ts";
3
- import { MatrixClient } from "../../../client.ts";
4
- import { MatrixEvent } from "../../../models/event.ts";
5
- import { IRequestsMap } from "../../index.ts";
6
- /**
7
- * A key verification channel that sends verification events in the timeline of a room.
8
- * Uses the event id of the initial m.key.verification.request event as a transaction id.
9
- */
10
- export declare class InRoomChannel implements IVerificationChannel {
11
- private readonly client;
12
- readonly roomId: string;
13
- userId?: string | undefined;
14
- private requestEventId?;
15
- /**
16
- * @param client - the matrix client, to send messages with and get current user & device from.
17
- * @param roomId - id of the room where verification events should be posted in, should be a DM with the given user.
18
- * @param userId - id of user that the verification request is directed at, should be present in the room.
19
- */
20
- constructor(client: MatrixClient, roomId: string, userId?: string | undefined);
21
- get receiveStartFromOtherDevices(): boolean;
22
- /** The transaction id generated/used by this verification channel */
23
- get transactionId(): string | undefined;
24
- static getOtherPartyUserId(event: MatrixEvent, client: MatrixClient): string | undefined;
25
- /**
26
- * @param event - the event to get the timestamp of
27
- * @returns the timestamp when the event was sent
28
- */
29
- getTimestamp(event: MatrixEvent): number;
30
- /**
31
- * Checks whether the given event type should be allowed to initiate a new VerificationRequest over this channel
32
- * @param type - the event type to check
33
- * @returns boolean flag
34
- */
35
- static canCreateRequest(type: string): boolean;
36
- canCreateRequest(type: string): boolean;
37
- /**
38
- * Extract the transaction id used by a given key verification event, if any
39
- * @param event - the event
40
- * @returns the transaction id
41
- */
42
- static getTransactionId(event: MatrixEvent): string | undefined;
43
- /**
44
- * Checks whether this event is a well-formed key verification event.
45
- * This only does checks that don't rely on the current state of a potentially already channel
46
- * so we can prevent channels being created by invalid events.
47
- * `handleEvent` can do more checks and choose to ignore invalid events.
48
- * @param event - the event to validate
49
- * @param client - the client to get the current user and device id from
50
- * @returns whether the event is valid and should be passed to handleEvent
51
- */
52
- static validateEvent(event: MatrixEvent, client: MatrixClient): boolean;
53
- /**
54
- * As m.key.verification.request events are as m.room.message events with the InRoomChannel
55
- * to have a fallback message in non-supporting clients, we map the real event type
56
- * to the symbolic one to keep things in unison with ToDeviceChannel
57
- * @param event - the event to get the type of
58
- * @returns the "symbolic" event type
59
- */
60
- static getEventType(event: MatrixEvent): string;
61
- /**
62
- * Changes the state of the channel, request, and verifier in response to a key verification event.
63
- * @param event - to handle
64
- * @param request - the request to forward handling to
65
- * @param isLiveEvent - whether this is an even received through sync or not
66
- * @returns a promise that resolves when any requests as an answer to the passed-in event are sent.
67
- */
68
- handleEvent(event: MatrixEvent, request: VerificationRequest, isLiveEvent?: boolean): Promise<void>;
69
- /**
70
- * Adds the transaction id (relation) back to a received event
71
- * so it has the same format as returned by `completeContent` before sending.
72
- * The relation can not appear on the event content because of encryption,
73
- * relations are excluded from encryption.
74
- * @param event - the received event
75
- * @returns the content object with the relation added again
76
- */
77
- completedContentFromEvent(event: MatrixEvent): Record<string, any>;
78
- /**
79
- * Add all the fields to content needed for sending it over this channel.
80
- * This is public so verification methods (SAS uses this) can get the exact
81
- * content that will be sent independent of the used channel,
82
- * as they need to calculate the hash of it.
83
- * @param type - the event type
84
- * @param content - the (incomplete) content
85
- * @returns the complete content, as it will be sent.
86
- */
87
- completeContent(type: string, content: Record<string, any>): Record<string, any>;
88
- /**
89
- * Send an event over the channel with the content not having gone through `completeContent`.
90
- * @param type - the event type
91
- * @param uncompletedContent - the (incomplete) content
92
- * @returns the promise of the request
93
- */
94
- send(type: string, uncompletedContent: Record<string, any>): Promise<void>;
95
- /**
96
- * Send an event over the channel with the content having gone through `completeContent` already.
97
- * @param type - the event type
98
- * @returns the promise of the request
99
- */
100
- sendCompleted(type: string, content: Record<string, any>): Promise<void>;
101
- }
102
- export declare class InRoomRequests implements IRequestsMap {
103
- private requestsByRoomId;
104
- getRequest(event: MatrixEvent): VerificationRequest | undefined;
105
- getRequestByChannel(channel: InRoomChannel): VerificationRequest | undefined;
106
- private getRequestByTxnId;
107
- setRequest(event: MatrixEvent, request: VerificationRequest): void;
108
- setRequestByChannel(channel: IVerificationChannel, request: VerificationRequest): void;
109
- private doSetRequest;
110
- removeRequest(event: MatrixEvent): void;
111
- findRequestInProgress(roomId: string, userId?: string): VerificationRequest | undefined;
112
- }
113
- //# sourceMappingURL=InRoomChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InRoomChannel.d.ts","sourceRoot":"","sources":["../../../../src/crypto/verification/request/InRoomChannel.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,mBAAmB,EAAwC,MAAM,0BAA0B,CAAC;AAErG,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C;;;GAGG;AACH,qBAAa,aAAc,YAAW,oBAAoB;IASlD,OAAO,CAAC,QAAQ,CAAC,MAAM;aACP,MAAM,EAAE,MAAM;IACvB,MAAM,CAAC,EAAE,MAAM;IAV1B,OAAO,CAAC,cAAc,CAAC,CAAS;IAEhC;;;;OAIG;gBAEkB,MAAM,EAAE,YAAY,EACrB,MAAM,EAAE,MAAM,EACvB,MAAM,CAAC,EAAE,MAAM,YAAA;IAG1B,IAAW,4BAA4B,IAAI,OAAO,CAEjD;IAED,qEAAqE;IACrE,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;WAEa,mBAAmB,CAAC,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,GAAG,MAAM,GAAG,SAAS;IAiB/F;;;OAGG;IACI,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM;IAI/C;;;;OAIG;WACW,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI9C,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI9C;;;;OAIG;WACW,gBAAgB,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS;IAWtE;;;;;;;;OAQG;WACW,aAAa,CAAC,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,GAAG,OAAO;IA8B9E;;;;;;OAMG;WACW,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM;IAkBtD;;;;;;OAMG;IACU,WAAW,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,mBAAmB,EAAE,WAAW,UAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;IA8C9G;;;;;;;OAOG;IACI,yBAAyB,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAQzE;;;;;;;;OAQG;IACI,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IA4BvF;;;;;OAKG;IACI,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAKjF;;;;OAIG;IACU,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAcxF;AAED,qBAAa,cAAe,YAAW,YAAY;IAC/C,OAAO,CAAC,gBAAgB,CAAuD;IAExE,UAAU,CAAC,KAAK,EAAE,WAAW,GAAG,mBAAmB,GAAG,SAAS;IAM/D,mBAAmB,CAAC,OAAO,EAAE,aAAa,GAAG,mBAAmB,GAAG,SAAS;IAInF,OAAO,CAAC,iBAAiB;IAOlB,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,mBAAmB,GAAG,IAAI;IAIlE,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,EAAE,OAAO,EAAE,mBAAmB,GAAG,IAAI;IAI7F,OAAO,CAAC,YAAY;IASb,aAAa,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAWvC,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS;CAUjG"}
@@ -1,351 +0,0 @@
1
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
- /*
4
- Copyright 2018 New Vector Ltd
5
- Copyright 2019 The Matrix.org Foundation C.I.C.
6
-
7
- Licensed under the Apache License, Version 2.0 (the "License");
8
- you may not use this file except in compliance with the License.
9
- You may obtain a copy of the License at
10
-
11
- http://www.apache.org/licenses/LICENSE-2.0
12
-
13
- Unless required by applicable law or agreed to in writing, software
14
- distributed under the License is distributed on an "AS IS" BASIS,
15
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- See the License for the specific language governing permissions and
17
- limitations under the License.
18
- */
19
-
20
- import { VerificationRequest, REQUEST_TYPE, READY_TYPE, START_TYPE } from "./VerificationRequest.js";
21
- import { logger } from "../../../logger.js";
22
- import { EventType } from "../../../@types/event.js";
23
- var MESSAGE_TYPE = EventType.RoomMessage;
24
- var M_REFERENCE = "m.reference";
25
- var M_RELATES_TO = "m.relates_to";
26
-
27
- /**
28
- * A key verification channel that sends verification events in the timeline of a room.
29
- * Uses the event id of the initial m.key.verification.request event as a transaction id.
30
- */
31
- export class InRoomChannel {
32
- /**
33
- * @param client - the matrix client, to send messages with and get current user & device from.
34
- * @param roomId - id of the room where verification events should be posted in, should be a DM with the given user.
35
- * @param userId - id of user that the verification request is directed at, should be present in the room.
36
- */
37
- constructor(client, roomId, userId) {
38
- this.client = client;
39
- this.roomId = roomId;
40
- this.userId = userId;
41
- _defineProperty(this, "requestEventId", void 0);
42
- }
43
- get receiveStartFromOtherDevices() {
44
- return true;
45
- }
46
-
47
- /** The transaction id generated/used by this verification channel */
48
- get transactionId() {
49
- return this.requestEventId;
50
- }
51
- static getOtherPartyUserId(event, client) {
52
- var type = InRoomChannel.getEventType(event);
53
- if (type !== REQUEST_TYPE) {
54
- return;
55
- }
56
- var ownUserId = client.getUserId();
57
- var sender = event.getSender();
58
- var content = event.getContent();
59
- var receiver = content.to;
60
- if (sender === ownUserId) {
61
- return receiver;
62
- } else if (receiver === ownUserId) {
63
- return sender;
64
- }
65
- }
66
-
67
- /**
68
- * @param event - the event to get the timestamp of
69
- * @returns the timestamp when the event was sent
70
- */
71
- getTimestamp(event) {
72
- return event.getTs();
73
- }
74
-
75
- /**
76
- * Checks whether the given event type should be allowed to initiate a new VerificationRequest over this channel
77
- * @param type - the event type to check
78
- * @returns boolean flag
79
- */
80
- static canCreateRequest(type) {
81
- return type === REQUEST_TYPE;
82
- }
83
- canCreateRequest(type) {
84
- return InRoomChannel.canCreateRequest(type);
85
- }
86
-
87
- /**
88
- * Extract the transaction id used by a given key verification event, if any
89
- * @param event - the event
90
- * @returns the transaction id
91
- */
92
- static getTransactionId(event) {
93
- if (InRoomChannel.getEventType(event) === REQUEST_TYPE) {
94
- return event.getId();
95
- } else {
96
- var relation = event.getRelation();
97
- if ((relation === null || relation === void 0 ? void 0 : relation.rel_type) === M_REFERENCE) {
98
- return relation.event_id;
99
- }
100
- }
101
- }
102
-
103
- /**
104
- * Checks whether this event is a well-formed key verification event.
105
- * This only does checks that don't rely on the current state of a potentially already channel
106
- * so we can prevent channels being created by invalid events.
107
- * `handleEvent` can do more checks and choose to ignore invalid events.
108
- * @param event - the event to validate
109
- * @param client - the client to get the current user and device id from
110
- * @returns whether the event is valid and should be passed to handleEvent
111
- */
112
- static validateEvent(event, client) {
113
- var txnId = InRoomChannel.getTransactionId(event);
114
- if (typeof txnId !== "string" || txnId.length === 0) {
115
- return false;
116
- }
117
- var type = InRoomChannel.getEventType(event);
118
- var content = event.getContent();
119
-
120
- // from here on we're fairly sure that this is supposed to be
121
- // part of a verification request, so be noisy when rejecting something
122
- if (type === REQUEST_TYPE) {
123
- if (!content || typeof content.to !== "string" || !content.to.length) {
124
- logger.log("InRoomChannel: validateEvent: " + "no valid to " + content.to);
125
- return false;
126
- }
127
-
128
- // ignore requests that are not direct to or sent by the syncing user
129
- if (!InRoomChannel.getOtherPartyUserId(event, client)) {
130
- logger.log("InRoomChannel: validateEvent: " + "not directed to or sent by me: ".concat(event.getSender()) + ", ".concat(content.to));
131
- return false;
132
- }
133
- }
134
- return VerificationRequest.validateEvent(type, event, client);
135
- }
136
-
137
- /**
138
- * As m.key.verification.request events are as m.room.message events with the InRoomChannel
139
- * to have a fallback message in non-supporting clients, we map the real event type
140
- * to the symbolic one to keep things in unison with ToDeviceChannel
141
- * @param event - the event to get the type of
142
- * @returns the "symbolic" event type
143
- */
144
- static getEventType(event) {
145
- var type = event.getType();
146
- if (type === MESSAGE_TYPE) {
147
- var content = event.getContent();
148
- if (content) {
149
- var {
150
- msgtype
151
- } = content;
152
- if (msgtype === REQUEST_TYPE) {
153
- return REQUEST_TYPE;
154
- }
155
- }
156
- }
157
- if (type && type !== REQUEST_TYPE) {
158
- return type;
159
- } else {
160
- return "";
161
- }
162
- }
163
-
164
- /**
165
- * Changes the state of the channel, request, and verifier in response to a key verification event.
166
- * @param event - to handle
167
- * @param request - the request to forward handling to
168
- * @param isLiveEvent - whether this is an even received through sync or not
169
- * @returns a promise that resolves when any requests as an answer to the passed-in event are sent.
170
- */
171
- handleEvent(event, request) {
172
- var _arguments = arguments,
173
- _this = this;
174
- return _asyncToGenerator(function* () {
175
- var isLiveEvent = _arguments.length > 2 && _arguments[2] !== undefined ? _arguments[2] : false;
176
- // prevent processing the same event multiple times, as under
177
- // some circumstances Room.timeline can get emitted twice for the same event
178
- if (request.hasEventId(event.getId())) {
179
- return;
180
- }
181
- var type = InRoomChannel.getEventType(event);
182
- // do validations that need state (roomId, userId),
183
- // ignore if invalid
184
-
185
- if (event.getRoomId() !== _this.roomId) {
186
- return;
187
- }
188
- // set userId if not set already
189
- if (!_this.userId) {
190
- var _userId = InRoomChannel.getOtherPartyUserId(event, _this.client);
191
- if (_userId) {
192
- _this.userId = _userId;
193
- }
194
- }
195
- // ignore events not sent by us or the other party
196
- var ownUserId = _this.client.getUserId();
197
- var sender = event.getSender();
198
- if (_this.userId) {
199
- if (sender !== ownUserId && sender !== _this.userId) {
200
- logger.log("InRoomChannel: ignoring verification event from non-participating sender ".concat(sender));
201
- return;
202
- }
203
- }
204
- if (!_this.requestEventId) {
205
- _this.requestEventId = InRoomChannel.getTransactionId(event);
206
- }
207
-
208
- // With pendingEventOrdering: "chronological", we will see events that have been sent but not yet reflected
209
- // back via /sync. These are "local echoes" and are identifiable by their txnId
210
- var isLocalEcho = !!event.getTxnId();
211
-
212
- // Alternatively, we may see an event that we sent that is reflected back via /sync. These are "remote echoes"
213
- // and have a transaction ID in the "unsigned" data
214
- var isRemoteEcho = !!event.getUnsigned().transaction_id;
215
- var isSentByUs = event.getSender() === _this.client.getUserId();
216
- return request.handleEvent(type, event, isLiveEvent, isLocalEcho || isRemoteEcho, isSentByUs);
217
- })();
218
- }
219
-
220
- /**
221
- * Adds the transaction id (relation) back to a received event
222
- * so it has the same format as returned by `completeContent` before sending.
223
- * The relation can not appear on the event content because of encryption,
224
- * relations are excluded from encryption.
225
- * @param event - the received event
226
- * @returns the content object with the relation added again
227
- */
228
- completedContentFromEvent(event) {
229
- // ensure m.related_to is included in e2ee rooms
230
- // as the field is excluded from encryption
231
- var content = Object.assign({}, event.getContent());
232
- content[M_RELATES_TO] = event.getRelation();
233
- return content;
234
- }
235
-
236
- /**
237
- * Add all the fields to content needed for sending it over this channel.
238
- * This is public so verification methods (SAS uses this) can get the exact
239
- * content that will be sent independent of the used channel,
240
- * as they need to calculate the hash of it.
241
- * @param type - the event type
242
- * @param content - the (incomplete) content
243
- * @returns the complete content, as it will be sent.
244
- */
245
- completeContent(type, content) {
246
- content = Object.assign({}, content);
247
- if (type === REQUEST_TYPE || type === READY_TYPE || type === START_TYPE) {
248
- content.from_device = this.client.getDeviceId();
249
- }
250
- if (type === REQUEST_TYPE) {
251
- // type is mapped to m.room.message in the send method
252
- content = {
253
- body: this.client.getUserId() + " is requesting to verify " + "your key, but your client does not support in-chat key " + "verification. You will need to use legacy key " + "verification to verify keys.",
254
- msgtype: REQUEST_TYPE,
255
- to: this.userId,
256
- from_device: content.from_device,
257
- methods: content.methods
258
- };
259
- } else {
260
- content[M_RELATES_TO] = {
261
- rel_type: M_REFERENCE,
262
- event_id: this.transactionId
263
- };
264
- }
265
- return content;
266
- }
267
-
268
- /**
269
- * Send an event over the channel with the content not having gone through `completeContent`.
270
- * @param type - the event type
271
- * @param uncompletedContent - the (incomplete) content
272
- * @returns the promise of the request
273
- */
274
- send(type, uncompletedContent) {
275
- var content = this.completeContent(type, uncompletedContent);
276
- return this.sendCompleted(type, content);
277
- }
278
-
279
- /**
280
- * Send an event over the channel with the content having gone through `completeContent` already.
281
- * @param type - the event type
282
- * @returns the promise of the request
283
- */
284
- sendCompleted(type, content) {
285
- var _this2 = this;
286
- return _asyncToGenerator(function* () {
287
- var sendType = type;
288
- if (type === REQUEST_TYPE) {
289
- sendType = MESSAGE_TYPE;
290
- }
291
- var response = yield _this2.client.sendEvent(_this2.roomId, sendType, content);
292
- if (type === REQUEST_TYPE) {
293
- _this2.requestEventId = response.event_id;
294
- }
295
- })();
296
- }
297
- }
298
- export class InRoomRequests {
299
- constructor() {
300
- _defineProperty(this, "requestsByRoomId", new Map());
301
- }
302
- getRequest(event) {
303
- var roomId = event.getRoomId();
304
- var txnId = InRoomChannel.getTransactionId(event);
305
- return this.getRequestByTxnId(roomId, txnId);
306
- }
307
- getRequestByChannel(channel) {
308
- return this.getRequestByTxnId(channel.roomId, channel.transactionId);
309
- }
310
- getRequestByTxnId(roomId, txnId) {
311
- var requestsByTxnId = this.requestsByRoomId.get(roomId);
312
- if (requestsByTxnId) {
313
- return requestsByTxnId.get(txnId);
314
- }
315
- }
316
- setRequest(event, request) {
317
- this.doSetRequest(event.getRoomId(), InRoomChannel.getTransactionId(event), request);
318
- }
319
- setRequestByChannel(channel, request) {
320
- this.doSetRequest(channel.roomId, channel.transactionId, request);
321
- }
322
- doSetRequest(roomId, txnId, request) {
323
- var requestsByTxnId = this.requestsByRoomId.get(roomId);
324
- if (!requestsByTxnId) {
325
- requestsByTxnId = new Map();
326
- this.requestsByRoomId.set(roomId, requestsByTxnId);
327
- }
328
- requestsByTxnId.set(txnId, request);
329
- }
330
- removeRequest(event) {
331
- var roomId = event.getRoomId();
332
- var requestsByTxnId = this.requestsByRoomId.get(roomId);
333
- if (requestsByTxnId) {
334
- requestsByTxnId.delete(InRoomChannel.getTransactionId(event));
335
- if (requestsByTxnId.size === 0) {
336
- this.requestsByRoomId.delete(roomId);
337
- }
338
- }
339
- }
340
- findRequestInProgress(roomId, userId) {
341
- var requestsByTxnId = this.requestsByRoomId.get(roomId);
342
- if (requestsByTxnId) {
343
- for (var request of requestsByTxnId.values()) {
344
- if (request.pending && (userId === undefined || request.requestingUserId === userId)) {
345
- return request;
346
- }
347
- }
348
- }
349
- }
350
- }
351
- //# sourceMappingURL=InRoomChannel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InRoomChannel.js","names":["VerificationRequest","REQUEST_TYPE","READY_TYPE","START_TYPE","logger","EventType","MESSAGE_TYPE","RoomMessage","M_REFERENCE","M_RELATES_TO","InRoomChannel","constructor","client","roomId","userId","_defineProperty","receiveStartFromOtherDevices","transactionId","requestEventId","getOtherPartyUserId","event","type","getEventType","ownUserId","getUserId","sender","getSender","content","getContent","receiver","to","getTimestamp","getTs","canCreateRequest","getTransactionId","getId","relation","getRelation","rel_type","event_id","validateEvent","txnId","length","log","concat","getType","msgtype","handleEvent","request","_arguments","arguments","_this","_asyncToGenerator","isLiveEvent","undefined","hasEventId","getRoomId","isLocalEcho","getTxnId","isRemoteEcho","getUnsigned","transaction_id","isSentByUs","completedContentFromEvent","Object","assign","completeContent","from_device","getDeviceId","body","methods","send","uncompletedContent","sendCompleted","_this2","sendType","response","sendEvent","InRoomRequests","Map","getRequest","getRequestByTxnId","getRequestByChannel","channel","requestsByTxnId","requestsByRoomId","get","setRequest","doSetRequest","setRequestByChannel","set","removeRequest","delete","size","findRequestInProgress","values","pending","requestingUserId"],"sources":["../../../../src/crypto/verification/request/InRoomChannel.ts"],"sourcesContent":["/*\nCopyright 2018 New Vector Ltd\nCopyright 2019 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { VerificationRequest, REQUEST_TYPE, READY_TYPE, START_TYPE } from \"./VerificationRequest.ts\";\nimport { logger } from \"../../../logger.ts\";\nimport { IVerificationChannel } from \"./Channel.ts\";\nimport { EventType, TimelineEvents } from \"../../../@types/event.ts\";\nimport { MatrixClient } from \"../../../client.ts\";\nimport { MatrixEvent } from \"../../../models/event.ts\";\nimport { IRequestsMap } from \"../../index.ts\";\n\nconst MESSAGE_TYPE = EventType.RoomMessage;\nconst M_REFERENCE = \"m.reference\";\nconst M_RELATES_TO = \"m.relates_to\";\n\n/**\n * A key verification channel that sends verification events in the timeline of a room.\n * Uses the event id of the initial m.key.verification.request event as a transaction id.\n */\nexport class InRoomChannel implements IVerificationChannel {\n private requestEventId?: string;\n\n /**\n * @param client - the matrix client, to send messages with and get current user & device from.\n * @param roomId - id of the room where verification events should be posted in, should be a DM with the given user.\n * @param userId - id of user that the verification request is directed at, should be present in the room.\n */\n public constructor(\n private readonly client: MatrixClient,\n public readonly roomId: string,\n public userId?: string,\n ) {}\n\n public get receiveStartFromOtherDevices(): boolean {\n return true;\n }\n\n /** The transaction id generated/used by this verification channel */\n public get transactionId(): string | undefined {\n return this.requestEventId;\n }\n\n public static getOtherPartyUserId(event: MatrixEvent, client: MatrixClient): string | undefined {\n const type = InRoomChannel.getEventType(event);\n if (type !== REQUEST_TYPE) {\n return;\n }\n const ownUserId = client.getUserId();\n const sender = event.getSender();\n const content = event.getContent();\n const receiver = content.to;\n\n if (sender === ownUserId) {\n return receiver;\n } else if (receiver === ownUserId) {\n return sender;\n }\n }\n\n /**\n * @param event - the event to get the timestamp of\n * @returns the timestamp when the event was sent\n */\n public getTimestamp(event: MatrixEvent): number {\n return event.getTs();\n }\n\n /**\n * Checks whether the given event type should be allowed to initiate a new VerificationRequest over this channel\n * @param type - the event type to check\n * @returns boolean flag\n */\n public static canCreateRequest(type: string): boolean {\n return type === REQUEST_TYPE;\n }\n\n public canCreateRequest(type: string): boolean {\n return InRoomChannel.canCreateRequest(type);\n }\n\n /**\n * Extract the transaction id used by a given key verification event, if any\n * @param event - the event\n * @returns the transaction id\n */\n public static getTransactionId(event: MatrixEvent): string | undefined {\n if (InRoomChannel.getEventType(event) === REQUEST_TYPE) {\n return event.getId();\n } else {\n const relation = event.getRelation();\n if (relation?.rel_type === M_REFERENCE) {\n return relation.event_id;\n }\n }\n }\n\n /**\n * Checks whether this event is a well-formed key verification event.\n * This only does checks that don't rely on the current state of a potentially already channel\n * so we can prevent channels being created by invalid events.\n * `handleEvent` can do more checks and choose to ignore invalid events.\n * @param event - the event to validate\n * @param client - the client to get the current user and device id from\n * @returns whether the event is valid and should be passed to handleEvent\n */\n public static validateEvent(event: MatrixEvent, client: MatrixClient): boolean {\n const txnId = InRoomChannel.getTransactionId(event);\n if (typeof txnId !== \"string\" || txnId.length === 0) {\n return false;\n }\n const type = InRoomChannel.getEventType(event);\n const content = event.getContent();\n\n // from here on we're fairly sure that this is supposed to be\n // part of a verification request, so be noisy when rejecting something\n if (type === REQUEST_TYPE) {\n if (!content || typeof content.to !== \"string\" || !content.to.length) {\n logger.log(\"InRoomChannel: validateEvent: \" + \"no valid to \" + content.to);\n return false;\n }\n\n // ignore requests that are not direct to or sent by the syncing user\n if (!InRoomChannel.getOtherPartyUserId(event, client)) {\n logger.log(\n \"InRoomChannel: validateEvent: \" +\n `not directed to or sent by me: ${event.getSender()}` +\n `, ${content.to}`,\n );\n return false;\n }\n }\n\n return VerificationRequest.validateEvent(type, event, client);\n }\n\n /**\n * As m.key.verification.request events are as m.room.message events with the InRoomChannel\n * to have a fallback message in non-supporting clients, we map the real event type\n * to the symbolic one to keep things in unison with ToDeviceChannel\n * @param event - the event to get the type of\n * @returns the \"symbolic\" event type\n */\n public static getEventType(event: MatrixEvent): string {\n const type = event.getType();\n if (type === MESSAGE_TYPE) {\n const content = event.getContent();\n if (content) {\n const { msgtype } = content;\n if (msgtype === REQUEST_TYPE) {\n return REQUEST_TYPE;\n }\n }\n }\n if (type && type !== REQUEST_TYPE) {\n return type;\n } else {\n return \"\";\n }\n }\n\n /**\n * Changes the state of the channel, request, and verifier in response to a key verification event.\n * @param event - to handle\n * @param request - the request to forward handling to\n * @param isLiveEvent - whether this is an even received through sync or not\n * @returns a promise that resolves when any requests as an answer to the passed-in event are sent.\n */\n public async handleEvent(event: MatrixEvent, request: VerificationRequest, isLiveEvent = false): Promise<void> {\n // prevent processing the same event multiple times, as under\n // some circumstances Room.timeline can get emitted twice for the same event\n if (request.hasEventId(event.getId()!)) {\n return;\n }\n const type = InRoomChannel.getEventType(event);\n // do validations that need state (roomId, userId),\n // ignore if invalid\n\n if (event.getRoomId() !== this.roomId) {\n return;\n }\n // set userId if not set already\n if (!this.userId) {\n const userId = InRoomChannel.getOtherPartyUserId(event, this.client);\n if (userId) {\n this.userId = userId;\n }\n }\n // ignore events not sent by us or the other party\n const ownUserId = this.client.getUserId();\n const sender = event.getSender();\n if (this.userId) {\n if (sender !== ownUserId && sender !== this.userId) {\n logger.log(`InRoomChannel: ignoring verification event from non-participating sender ${sender}`);\n return;\n }\n }\n if (!this.requestEventId) {\n this.requestEventId = InRoomChannel.getTransactionId(event);\n }\n\n // With pendingEventOrdering: \"chronological\", we will see events that have been sent but not yet reflected\n // back via /sync. These are \"local echoes\" and are identifiable by their txnId\n const isLocalEcho = !!event.getTxnId();\n\n // Alternatively, we may see an event that we sent that is reflected back via /sync. These are \"remote echoes\"\n // and have a transaction ID in the \"unsigned\" data\n const isRemoteEcho = !!event.getUnsigned().transaction_id;\n\n const isSentByUs = event.getSender() === this.client.getUserId();\n\n return request.handleEvent(type, event, isLiveEvent, isLocalEcho || isRemoteEcho, isSentByUs);\n }\n\n /**\n * Adds the transaction id (relation) back to a received event\n * so it has the same format as returned by `completeContent` before sending.\n * The relation can not appear on the event content because of encryption,\n * relations are excluded from encryption.\n * @param event - the received event\n * @returns the content object with the relation added again\n */\n public completedContentFromEvent(event: MatrixEvent): Record<string, any> {\n // ensure m.related_to is included in e2ee rooms\n // as the field is excluded from encryption\n const content = Object.assign({}, event.getContent());\n content[M_RELATES_TO] = event.getRelation()!;\n return content;\n }\n\n /**\n * Add all the fields to content needed for sending it over this channel.\n * This is public so verification methods (SAS uses this) can get the exact\n * content that will be sent independent of the used channel,\n * as they need to calculate the hash of it.\n * @param type - the event type\n * @param content - the (incomplete) content\n * @returns the complete content, as it will be sent.\n */\n public completeContent(type: string, content: Record<string, any>): Record<string, any> {\n content = Object.assign({}, content);\n if (type === REQUEST_TYPE || type === READY_TYPE || type === START_TYPE) {\n content.from_device = this.client.getDeviceId();\n }\n if (type === REQUEST_TYPE) {\n // type is mapped to m.room.message in the send method\n content = {\n body:\n this.client.getUserId() +\n \" is requesting to verify \" +\n \"your key, but your client does not support in-chat key \" +\n \"verification. You will need to use legacy key \" +\n \"verification to verify keys.\",\n msgtype: REQUEST_TYPE,\n to: this.userId,\n from_device: content.from_device,\n methods: content.methods,\n };\n } else {\n content[M_RELATES_TO] = {\n rel_type: M_REFERENCE,\n event_id: this.transactionId,\n };\n }\n return content;\n }\n\n /**\n * Send an event over the channel with the content not having gone through `completeContent`.\n * @param type - the event type\n * @param uncompletedContent - the (incomplete) content\n * @returns the promise of the request\n */\n public send(type: string, uncompletedContent: Record<string, any>): Promise<void> {\n const content = this.completeContent(type, uncompletedContent);\n return this.sendCompleted(type, content);\n }\n\n /**\n * Send an event over the channel with the content having gone through `completeContent` already.\n * @param type - the event type\n * @returns the promise of the request\n */\n public async sendCompleted(type: string, content: Record<string, any>): Promise<void> {\n let sendType = type;\n if (type === REQUEST_TYPE) {\n sendType = MESSAGE_TYPE;\n }\n const response = await this.client.sendEvent(\n this.roomId,\n sendType as keyof TimelineEvents,\n content as TimelineEvents[keyof TimelineEvents],\n );\n if (type === REQUEST_TYPE) {\n this.requestEventId = response.event_id;\n }\n }\n}\n\nexport class InRoomRequests implements IRequestsMap {\n private requestsByRoomId = new Map<string, Map<string, VerificationRequest>>();\n\n public getRequest(event: MatrixEvent): VerificationRequest | undefined {\n const roomId = event.getRoomId()!;\n const txnId = InRoomChannel.getTransactionId(event)!;\n return this.getRequestByTxnId(roomId, txnId);\n }\n\n public getRequestByChannel(channel: InRoomChannel): VerificationRequest | undefined {\n return this.getRequestByTxnId(channel.roomId, channel.transactionId!);\n }\n\n private getRequestByTxnId(roomId: string, txnId: string): VerificationRequest | undefined {\n const requestsByTxnId = this.requestsByRoomId.get(roomId);\n if (requestsByTxnId) {\n return requestsByTxnId.get(txnId);\n }\n }\n\n public setRequest(event: MatrixEvent, request: VerificationRequest): void {\n this.doSetRequest(event.getRoomId()!, InRoomChannel.getTransactionId(event)!, request);\n }\n\n public setRequestByChannel(channel: IVerificationChannel, request: VerificationRequest): void {\n this.doSetRequest(channel.roomId!, channel.transactionId!, request);\n }\n\n private doSetRequest(roomId: string, txnId: string, request: VerificationRequest): void {\n let requestsByTxnId = this.requestsByRoomId.get(roomId);\n if (!requestsByTxnId) {\n requestsByTxnId = new Map();\n this.requestsByRoomId.set(roomId, requestsByTxnId);\n }\n requestsByTxnId.set(txnId, request);\n }\n\n public removeRequest(event: MatrixEvent): void {\n const roomId = event.getRoomId()!;\n const requestsByTxnId = this.requestsByRoomId.get(roomId);\n if (requestsByTxnId) {\n requestsByTxnId.delete(InRoomChannel.getTransactionId(event)!);\n if (requestsByTxnId.size === 0) {\n this.requestsByRoomId.delete(roomId);\n }\n }\n }\n\n public findRequestInProgress(roomId: string, userId?: string): VerificationRequest | undefined {\n const requestsByTxnId = this.requestsByRoomId.get(roomId);\n if (requestsByTxnId) {\n for (const request of requestsByTxnId.values()) {\n if (request.pending && (userId === undefined || request.requestingUserId === userId)) {\n return request;\n }\n }\n }\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,105 +0,0 @@
1
- import { VerificationRequest } from "./VerificationRequest.ts";
2
- import { MatrixEvent } from "../../../models/event.ts";
3
- import { IVerificationChannel } from "./Channel.ts";
4
- import { MatrixClient } from "../../../client.ts";
5
- import { IRequestsMap } from "../../index.ts";
6
- export type Request = VerificationRequest<ToDeviceChannel>;
7
- /**
8
- * A key verification channel that sends verification events over to_device messages.
9
- * Generates its own transaction ids.
10
- */
11
- export declare class ToDeviceChannel implements IVerificationChannel {
12
- private readonly client;
13
- readonly userId: string;
14
- private readonly devices;
15
- transactionId?: string | undefined;
16
- deviceId?: string | undefined;
17
- request?: VerificationRequest;
18
- constructor(client: MatrixClient, userId: string, devices: string[], transactionId?: string | undefined, deviceId?: string | undefined);
19
- isToDevices(devices: string[]): boolean;
20
- static getEventType(event: MatrixEvent): string;
21
- /**
22
- * Extract the transaction id used by a given key verification event, if any
23
- * @param event - the event
24
- * @returns the transaction id
25
- */
26
- static getTransactionId(event: MatrixEvent): string;
27
- /**
28
- * Checks whether the given event type should be allowed to initiate a new VerificationRequest over this channel
29
- * @param type - the event type to check
30
- * @returns boolean flag
31
- */
32
- static canCreateRequest(type: string): boolean;
33
- canCreateRequest(type: string): boolean;
34
- /**
35
- * Checks whether this event is a well-formed key verification event.
36
- * This only does checks that don't rely on the current state of a potentially already channel
37
- * so we can prevent channels being created by invalid events.
38
- * `handleEvent` can do more checks and choose to ignore invalid events.
39
- * @param event - the event to validate
40
- * @param client - the client to get the current user and device id from
41
- * @returns whether the event is valid and should be passed to handleEvent
42
- */
43
- static validateEvent(event: MatrixEvent, client: MatrixClient): boolean;
44
- /**
45
- * @param event - the event to get the timestamp of
46
- * @returns the timestamp when the event was sent
47
- */
48
- getTimestamp(event: MatrixEvent): number;
49
- /**
50
- * Changes the state of the channel, request, and verifier in response to a key verification event.
51
- * @param event - to handle
52
- * @param request - the request to forward handling to
53
- * @param isLiveEvent - whether this is an even received through sync or not
54
- * @returns a promise that resolves when any requests as an answer to the passed-in event are sent.
55
- */
56
- handleEvent(event: MatrixEvent, request: Request, isLiveEvent?: boolean): Promise<void>;
57
- /**
58
- * See {@link InRoomChannel#completedContentFromEvent} for why this is needed.
59
- * @param event - the received event
60
- * @returns the content object
61
- */
62
- completedContentFromEvent(event: MatrixEvent): Record<string, any>;
63
- /**
64
- * Add all the fields to content needed for sending it over this channel.
65
- * This is public so verification methods (SAS uses this) can get the exact
66
- * content that will be sent independent of the used channel,
67
- * as they need to calculate the hash of it.
68
- * @param type - the event type
69
- * @param content - the (incomplete) content
70
- * @returns the complete content, as it will be sent.
71
- */
72
- completeContent(type: string, content: Record<string, any>): Record<string, any>;
73
- /**
74
- * Send an event over the channel with the content not having gone through `completeContent`.
75
- * @param type - the event type
76
- * @param uncompletedContent - the (incomplete) content
77
- * @returns the promise of the request
78
- */
79
- send(type: string, uncompletedContent?: Record<string, any>): Promise<void>;
80
- /**
81
- * Send an event over the channel with the content having gone through `completeContent` already.
82
- * @param type - the event type
83
- * @returns the promise of the request
84
- */
85
- sendCompleted(type: string, content: Record<string, any>): Promise<void>;
86
- private sendToDevices;
87
- /**
88
- * Allow Crypto module to create and know the transaction id before the .start event gets sent.
89
- * @returns the transaction id
90
- */
91
- static makeTransactionId(): string;
92
- }
93
- export declare class ToDeviceRequests implements IRequestsMap {
94
- private requestsByUserId;
95
- getRequest(event: MatrixEvent): Request | undefined;
96
- getRequestByChannel(channel: ToDeviceChannel): Request | undefined;
97
- getRequestBySenderAndTxnId(sender: string, txnId: string): Request | undefined;
98
- setRequest(event: MatrixEvent, request: Request): void;
99
- setRequestByChannel(channel: ToDeviceChannel, request: Request): void;
100
- setRequestBySenderAndTxnId(sender: string, txnId: string, request: Request): void;
101
- removeRequest(event: MatrixEvent): void;
102
- findRequestInProgress(userId: string, devices: string[]): Request | undefined;
103
- getRequestsInProgress(userId: string): Request[];
104
- }
105
- //# sourceMappingURL=ToDeviceChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToDeviceChannel.d.ts","sourceRoot":"","sources":["../../../../src/crypto/verification/request/ToDeviceChannel.ts"],"names":[],"mappings":"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"}