matrix-js-sdk 41.8.0 → 41.9.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 (458) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -1
  3. package/lib/@types/AESEncryptedSecretStoragePayload.js +3 -1
  4. package/lib/@types/IIdentityServerProvider.js +3 -1
  5. package/lib/@types/PushRules.js +7 -7
  6. package/lib/@types/PushRules.js.map +1 -1
  7. package/lib/@types/auth.js +4 -4
  8. package/lib/@types/auth.js.map +1 -1
  9. package/lib/@types/beacon.js +2 -2
  10. package/lib/@types/beacon.js.map +1 -1
  11. package/lib/@types/common.js +3 -1
  12. package/lib/@types/crypto.js +3 -1
  13. package/lib/@types/event.js +20 -20
  14. package/lib/@types/event.js.map +1 -1
  15. package/lib/@types/events.js +3 -1
  16. package/lib/@types/extensible_events.js +6 -6
  17. package/lib/@types/extensible_events.js.map +1 -1
  18. package/lib/@types/global.d.js.map +1 -1
  19. package/lib/@types/json.js +3 -1
  20. package/lib/@types/local_notifications.js +3 -1
  21. package/lib/@types/location.js +4 -4
  22. package/lib/@types/location.js.map +1 -1
  23. package/lib/@types/matrix-sdk-crypto-wasm.d.js +3 -1
  24. package/lib/@types/media.js +3 -1
  25. package/lib/@types/membership.js +1 -1
  26. package/lib/@types/membership.js.map +1 -1
  27. package/lib/@types/partials.js +6 -6
  28. package/lib/@types/partials.js.map +1 -1
  29. package/lib/@types/polls.js +5 -5
  30. package/lib/@types/polls.js.map +1 -1
  31. package/lib/@types/read_receipts.js +2 -2
  32. package/lib/@types/read_receipts.js.map +1 -1
  33. package/lib/@types/registration.js +3 -1
  34. package/lib/@types/requests.js +1 -1
  35. package/lib/@types/requests.js.map +1 -1
  36. package/lib/@types/retention.js +1 -1
  37. package/lib/@types/retention.js.map +1 -1
  38. package/lib/@types/search.js +1 -1
  39. package/lib/@types/search.js.map +1 -1
  40. package/lib/@types/signed.js +3 -1
  41. package/lib/@types/spaces.js +3 -1
  42. package/lib/@types/state_events.js +3 -1
  43. package/lib/@types/synapse.js +3 -1
  44. package/lib/@types/sync.js +1 -1
  45. package/lib/@types/sync.js.map +1 -1
  46. package/lib/@types/threepids.js +1 -1
  47. package/lib/@types/threepids.js.map +1 -1
  48. package/lib/@types/topic.js +1 -1
  49. package/lib/@types/topic.js.map +1 -1
  50. package/lib/@types/uia.js +3 -1
  51. package/lib/NamespacedValue.js +8 -8
  52. package/lib/NamespacedValue.js.map +1 -1
  53. package/lib/ReEmitter.js +9 -16
  54. package/lib/ReEmitter.js.map +1 -1
  55. package/lib/ToDeviceMessageQueue.js +49 -57
  56. package/lib/ToDeviceMessageQueue.js.map +1 -1
  57. package/lib/autodiscovery.js +232 -247
  58. package/lib/autodiscovery.js.map +1 -1
  59. package/lib/base64.js +1 -1
  60. package/lib/base64.js.map +1 -1
  61. package/lib/browser-index.d.ts +2 -2
  62. package/lib/browser-index.d.ts.map +1 -1
  63. package/lib/browser-index.js +5 -5
  64. package/lib/browser-index.js.map +1 -1
  65. package/lib/capabilityPoller.js +19 -22
  66. package/lib/capabilityPoller.js.map +1 -1
  67. package/lib/client.d.ts +2 -8
  68. package/lib/client.d.ts.map +1 -1
  69. package/lib/client.js +2043 -2487
  70. package/lib/client.js.map +1 -1
  71. package/lib/common-crypto/CryptoBackend.js +2 -2
  72. package/lib/common-crypto/CryptoBackend.js.map +1 -1
  73. package/lib/common-crypto/key-passphrase.js.map +1 -1
  74. package/lib/content-helpers.js +43 -48
  75. package/lib/content-helpers.js.map +1 -1
  76. package/lib/content-repo.js +14 -24
  77. package/lib/content-repo.js.map +1 -1
  78. package/lib/crypto/store/base.js +6 -6
  79. package/lib/crypto/store/base.js.map +1 -1
  80. package/lib/crypto/store/indexeddb-crypto-store-backend.js +190 -238
  81. package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +1 -1
  82. package/lib/crypto/store/indexeddb-crypto-store.js +25 -30
  83. package/lib/crypto/store/indexeddb-crypto-store.js.map +1 -1
  84. package/lib/crypto/store/localStorage-crypto-store.js +113 -145
  85. package/lib/crypto/store/localStorage-crypto-store.js.map +1 -1
  86. package/lib/crypto/store/memory-crypto-store.js +74 -105
  87. package/lib/crypto/store/memory-crypto-store.js.map +1 -1
  88. package/lib/crypto-api/CryptoEvent.js +1 -1
  89. package/lib/crypto-api/CryptoEvent.js.map +1 -1
  90. package/lib/crypto-api/CryptoEventHandlerMap.js +3 -1
  91. package/lib/crypto-api/index.d.ts +15 -6
  92. package/lib/crypto-api/index.d.ts.map +1 -1
  93. package/lib/crypto-api/index.js +22 -22
  94. package/lib/crypto-api/index.js.map +1 -1
  95. package/lib/crypto-api/key-passphrase.js +15 -23
  96. package/lib/crypto-api/key-passphrase.js.map +1 -1
  97. package/lib/crypto-api/keybackup.js +3 -1
  98. package/lib/crypto-api/recovery-key.js +11 -12
  99. package/lib/crypto-api/recovery-key.js.map +1 -1
  100. package/lib/crypto-api/verification.js +3 -3
  101. package/lib/crypto-api/verification.js.map +1 -1
  102. package/lib/digest.js +7 -14
  103. package/lib/digest.js.map +1 -1
  104. package/lib/embedded.d.ts.map +1 -1
  105. package/lib/embedded.js +380 -505
  106. package/lib/embedded.js.map +1 -1
  107. package/lib/errors.js +2 -2
  108. package/lib/errors.js.map +1 -1
  109. package/lib/event-mapper.js +10 -12
  110. package/lib/event-mapper.js.map +1 -1
  111. package/lib/extensible_events_v1/ExtensibleEvent.js.map +1 -1
  112. package/lib/extensible_events_v1/InvalidEventError.js.map +1 -1
  113. package/lib/extensible_events_v1/MessageEvent.js +11 -13
  114. package/lib/extensible_events_v1/MessageEvent.js.map +1 -1
  115. package/lib/extensible_events_v1/PollEndEvent.js +3 -4
  116. package/lib/extensible_events_v1/PollEndEvent.js.map +1 -1
  117. package/lib/extensible_events_v1/PollResponseEvent.js +5 -6
  118. package/lib/extensible_events_v1/PollResponseEvent.js.map +1 -1
  119. package/lib/extensible_events_v1/PollStartEvent.js +8 -10
  120. package/lib/extensible_events_v1/PollStartEvent.js.map +1 -1
  121. package/lib/extensible_events_v1/utilities.js.map +1 -1
  122. package/lib/feature.js +18 -31
  123. package/lib/feature.js.map +1 -1
  124. package/lib/filter-component.d.ts.map +1 -1
  125. package/lib/filter-component.js +20 -26
  126. package/lib/filter-component.js.map +1 -1
  127. package/lib/filter.js +14 -17
  128. package/lib/filter.js.map +1 -1
  129. package/lib/http-api/errors.js +28 -43
  130. package/lib/http-api/errors.js.map +1 -1
  131. package/lib/http-api/fetch.js +141 -159
  132. package/lib/http-api/fetch.js.map +1 -1
  133. package/lib/http-api/index.js +17 -20
  134. package/lib/http-api/index.js.map +1 -1
  135. package/lib/http-api/interface.js +1 -1
  136. package/lib/http-api/interface.js.map +1 -1
  137. package/lib/http-api/method.js +1 -1
  138. package/lib/http-api/method.js.map +1 -1
  139. package/lib/http-api/prefix.js +3 -3
  140. package/lib/http-api/prefix.js.map +1 -1
  141. package/lib/http-api/refresh.js +74 -94
  142. package/lib/http-api/refresh.js.map +1 -1
  143. package/lib/http-api/utils.d.ts +1 -1
  144. package/lib/http-api/utils.d.ts.map +1 -1
  145. package/lib/http-api/utils.js +34 -42
  146. package/lib/http-api/utils.js.map +1 -1
  147. package/lib/index.js.map +1 -1
  148. package/lib/indexeddb-helpers.js +3 -3
  149. package/lib/indexeddb-helpers.js.map +1 -1
  150. package/lib/indexeddb-worker.js.map +1 -1
  151. package/lib/interactive-auth.d.ts +5 -5
  152. package/lib/interactive-auth.d.ts.map +1 -1
  153. package/lib/interactive-auth.js +172 -204
  154. package/lib/interactive-auth.js.map +1 -1
  155. package/lib/logger.js +21 -57
  156. package/lib/logger.js.map +1 -1
  157. package/lib/matrix.js +7 -11
  158. package/lib/matrix.js.map +1 -1
  159. package/lib/matrixrtc/CallMembership.js +80 -74
  160. package/lib/matrixrtc/CallMembership.js.map +1 -1
  161. package/lib/matrixrtc/EncryptionManager.js +1 -1
  162. package/lib/matrixrtc/EncryptionManager.js.map +1 -1
  163. package/lib/matrixrtc/IKeyTransport.js +1 -1
  164. package/lib/matrixrtc/IKeyTransport.js.map +1 -1
  165. package/lib/matrixrtc/IMembershipManager.js +1 -1
  166. package/lib/matrixrtc/IMembershipManager.js.map +1 -1
  167. package/lib/matrixrtc/LivekitTransport.d.ts +1 -1
  168. package/lib/matrixrtc/LivekitTransport.js +4 -4
  169. package/lib/matrixrtc/LivekitTransport.js.map +1 -1
  170. package/lib/matrixrtc/MatrixRTCSession.js +137 -187
  171. package/lib/matrixrtc/MatrixRTCSession.js.map +1 -1
  172. package/lib/matrixrtc/MatrixRTCSessionManager.js +36 -41
  173. package/lib/matrixrtc/MatrixRTCSessionManager.js.map +1 -1
  174. package/lib/matrixrtc/MembershipManager.js +332 -378
  175. package/lib/matrixrtc/MembershipManager.js.map +1 -1
  176. package/lib/matrixrtc/MembershipManagerActionScheduler.js +54 -63
  177. package/lib/matrixrtc/MembershipManagerActionScheduler.js.map +1 -1
  178. package/lib/matrixrtc/RTCEncryptionManager.js +119 -143
  179. package/lib/matrixrtc/RTCEncryptionManager.js.map +1 -1
  180. package/lib/matrixrtc/ToDeviceKeyTransport.js +53 -58
  181. package/lib/matrixrtc/ToDeviceKeyTransport.js.map +1 -1
  182. package/lib/matrixrtc/index.js.map +1 -1
  183. package/lib/matrixrtc/membershipData/common.js +1 -1
  184. package/lib/matrixrtc/membershipData/common.js.map +1 -1
  185. package/lib/matrixrtc/membershipData/index.js.map +1 -1
  186. package/lib/matrixrtc/membershipData/rtc.js +15 -23
  187. package/lib/matrixrtc/membershipData/rtc.js.map +1 -1
  188. package/lib/matrixrtc/membershipData/session.js +4 -5
  189. package/lib/matrixrtc/membershipData/session.js.map +1 -1
  190. package/lib/matrixrtc/types.js +4 -6
  191. package/lib/matrixrtc/types.js.map +1 -1
  192. package/lib/matrixrtc/utils.js +4 -11
  193. package/lib/matrixrtc/utils.js.map +1 -1
  194. package/lib/models/MSC3089Branch.js +91 -116
  195. package/lib/models/MSC3089Branch.js.map +1 -1
  196. package/lib/models/MSC3089TreeSpace.js +209 -245
  197. package/lib/models/MSC3089TreeSpace.js.map +1 -1
  198. package/lib/models/ToDeviceMessage.js +3 -1
  199. package/lib/models/beacon.js +14 -13
  200. package/lib/models/beacon.js.map +1 -1
  201. package/lib/models/compare-event-ordering.js +13 -13
  202. package/lib/models/compare-event-ordering.js.map +1 -1
  203. package/lib/models/device.js +3 -3
  204. package/lib/models/device.js.map +1 -1
  205. package/lib/models/event-context.js +5 -8
  206. package/lib/models/event-context.js.map +1 -1
  207. package/lib/models/event-status.js +1 -1
  208. package/lib/models/event-status.js.map +1 -1
  209. package/lib/models/event-timeline-set.js +88 -94
  210. package/lib/models/event-timeline-set.js.map +1 -1
  211. package/lib/models/event-timeline.js +28 -30
  212. package/lib/models/event-timeline.js.map +1 -1
  213. package/lib/models/event.js +182 -226
  214. package/lib/models/event.js.map +1 -1
  215. package/lib/models/invites-ignorer-types.js +4 -4
  216. package/lib/models/invites-ignorer-types.js.map +1 -1
  217. package/lib/models/invites-ignorer.js +159 -179
  218. package/lib/models/invites-ignorer.js.map +1 -1
  219. package/lib/models/poll.js +71 -81
  220. package/lib/models/poll.js.map +1 -1
  221. package/lib/models/profile-keys.js +2 -2
  222. package/lib/models/profile-keys.js.map +1 -1
  223. package/lib/models/read-receipt.js +40 -56
  224. package/lib/models/read-receipt.js.map +1 -1
  225. package/lib/models/related-relations.js.map +1 -1
  226. package/lib/models/relations-container.js +22 -23
  227. package/lib/models/relations-container.js.map +1 -1
  228. package/lib/models/relations.js +133 -159
  229. package/lib/models/relations.js.map +1 -1
  230. package/lib/models/room-member.js +24 -29
  231. package/lib/models/room-member.js.map +1 -1
  232. package/lib/models/room-receipts.js +29 -43
  233. package/lib/models/room-receipts.js.map +1 -1
  234. package/lib/models/room-retention.js +74 -83
  235. package/lib/models/room-retention.js.map +1 -1
  236. package/lib/models/room-state.js +143 -172
  237. package/lib/models/room-state.js.map +1 -1
  238. package/lib/models/room-sticky-events.d.ts +1 -0
  239. package/lib/models/room-sticky-events.d.ts.map +1 -1
  240. package/lib/models/room-sticky-events.js +45 -65
  241. package/lib/models/room-sticky-events.js.map +1 -1
  242. package/lib/models/room-summary.js.map +1 -1
  243. package/lib/models/room.d.ts.map +1 -1
  244. package/lib/models/room.js +765 -909
  245. package/lib/models/room.js.map +1 -1
  246. package/lib/models/search-result.js +5 -5
  247. package/lib/models/search-result.js.map +1 -1
  248. package/lib/models/thread.js +225 -285
  249. package/lib/models/thread.js.map +1 -1
  250. package/lib/models/typed-event-emitter.js +7 -18
  251. package/lib/models/typed-event-emitter.js.map +1 -1
  252. package/lib/models/user.js +8 -8
  253. package/lib/models/user.js.map +1 -1
  254. package/lib/oidc/authorize.js +208 -241
  255. package/lib/oidc/authorize.js.map +1 -1
  256. package/lib/oidc/discovery.js +23 -36
  257. package/lib/oidc/discovery.js.map +1 -1
  258. package/lib/oidc/error.js +1 -1
  259. package/lib/oidc/error.js.map +1 -1
  260. package/lib/oidc/index.js +1 -0
  261. package/lib/oidc/index.js.map +1 -1
  262. package/lib/oidc/register.js +60 -66
  263. package/lib/oidc/register.js.map +1 -1
  264. package/lib/oidc/tokenRefresher.js +77 -91
  265. package/lib/oidc/tokenRefresher.js.map +1 -1
  266. package/lib/oidc/validate.js +18 -18
  267. package/lib/oidc/validate.js.map +1 -1
  268. package/lib/pushprocessor.js +71 -82
  269. package/lib/pushprocessor.js.map +1 -1
  270. package/lib/randomstring.js +9 -9
  271. package/lib/randomstring.js.map +1 -1
  272. package/lib/realtime-callbacks.js +25 -28
  273. package/lib/realtime-callbacks.js.map +1 -1
  274. package/lib/receipt-accumulator.d.ts +2 -0
  275. package/lib/receipt-accumulator.d.ts.map +1 -1
  276. package/lib/receipt-accumulator.js +14 -22
  277. package/lib/receipt-accumulator.js.map +1 -1
  278. package/lib/rendezvous/MSC4108SignInWithQR.js +271 -302
  279. package/lib/rendezvous/MSC4108SignInWithQR.js.map +1 -1
  280. package/lib/rendezvous/RendezvousChannel.js +3 -1
  281. package/lib/rendezvous/RendezvousCode.js +3 -1
  282. package/lib/rendezvous/RendezvousError.js.map +1 -1
  283. package/lib/rendezvous/RendezvousFailureReason.js +2 -2
  284. package/lib/rendezvous/RendezvousFailureReason.js.map +1 -1
  285. package/lib/rendezvous/RendezvousIntent.js +1 -1
  286. package/lib/rendezvous/RendezvousIntent.js.map +1 -1
  287. package/lib/rendezvous/RendezvousTransport.js +3 -1
  288. package/lib/rendezvous/channels/MSC4108SecureChannel.js +123 -147
  289. package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +1 -1
  290. package/lib/rendezvous/index.js +44 -69
  291. package/lib/rendezvous/index.js.map +1 -1
  292. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts +1 -1
  293. package/lib/rendezvous/transports/MSC4108RendezvousSession.js +134 -152
  294. package/lib/rendezvous/transports/MSC4108RendezvousSession.js.map +1 -1
  295. package/lib/retentionPolicy.js +6 -9
  296. package/lib/retentionPolicy.js.map +1 -1
  297. package/lib/room-hierarchy.js +52 -60
  298. package/lib/room-hierarchy.js.map +1 -1
  299. package/lib/rust-crypto/CrossSigningIdentity.js +94 -104
  300. package/lib/rust-crypto/CrossSigningIdentity.js.map +1 -1
  301. package/lib/rust-crypto/DehydratedDeviceManager.js +157 -190
  302. package/lib/rust-crypto/DehydratedDeviceManager.js.map +1 -1
  303. package/lib/rust-crypto/KeyClaimManager.js +18 -22
  304. package/lib/rust-crypto/KeyClaimManager.js.map +1 -1
  305. package/lib/rust-crypto/OutgoingRequestProcessor.js +109 -139
  306. package/lib/rust-crypto/OutgoingRequestProcessor.js.map +1 -1
  307. package/lib/rust-crypto/OutgoingRequestsManager.js +66 -80
  308. package/lib/rust-crypto/OutgoingRequestsManager.js.map +1 -1
  309. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts +1 -1
  310. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js +196 -224
  311. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js.map +1 -1
  312. package/lib/rust-crypto/RoomEncryptor.js +127 -143
  313. package/lib/rust-crypto/RoomEncryptor.js.map +1 -1
  314. package/lib/rust-crypto/backup.js +453 -549
  315. package/lib/rust-crypto/backup.js.map +1 -1
  316. package/lib/rust-crypto/constants.js +1 -1
  317. package/lib/rust-crypto/constants.js.map +1 -1
  318. package/lib/rust-crypto/device-converter.js +15 -28
  319. package/lib/rust-crypto/device-converter.js.map +1 -1
  320. package/lib/rust-crypto/index.js +103 -116
  321. package/lib/rust-crypto/index.js.map +1 -1
  322. package/lib/rust-crypto/libolm_migration.js +303 -365
  323. package/lib/rust-crypto/libolm_migration.js.map +1 -1
  324. package/lib/rust-crypto/rust-crypto.d.ts +5 -1
  325. package/lib/rust-crypto/rust-crypto.d.ts.map +1 -1
  326. package/lib/rust-crypto/rust-crypto.js +1067 -1332
  327. package/lib/rust-crypto/rust-crypto.js.map +1 -1
  328. package/lib/rust-crypto/secret-storage.js +12 -25
  329. package/lib/rust-crypto/secret-storage.js.map +1 -1
  330. package/lib/rust-crypto/verification.js +137 -189
  331. package/lib/rust-crypto/verification.js.map +1 -1
  332. package/lib/scheduler.js +44 -19
  333. package/lib/scheduler.js.map +1 -1
  334. package/lib/secret-storage.js +179 -213
  335. package/lib/secret-storage.js.map +1 -1
  336. package/lib/serverCapabilities.js +6 -9
  337. package/lib/serverCapabilities.js.map +1 -1
  338. package/lib/service-types.js +1 -1
  339. package/lib/service-types.js.map +1 -1
  340. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  341. package/lib/sliding-sync-sdk.js +368 -424
  342. package/lib/sliding-sync-sdk.js.map +1 -1
  343. package/lib/sliding-sync.js +135 -171
  344. package/lib/sliding-sync.js.map +1 -1
  345. package/lib/store/index.js +3 -1
  346. package/lib/store/indexeddb-backend.js +3 -1
  347. package/lib/store/indexeddb-local-backend.js +194 -253
  348. package/lib/store/indexeddb-local-backend.js.map +1 -1
  349. package/lib/store/indexeddb-remote-backend.js +33 -63
  350. package/lib/store/indexeddb-remote-backend.js.map +1 -1
  351. package/lib/store/indexeddb-store-worker.js +22 -23
  352. package/lib/store/indexeddb-store-worker.js.map +1 -1
  353. package/lib/store/indexeddb.js +44 -71
  354. package/lib/store/indexeddb.js.map +1 -1
  355. package/lib/store/local-storage-events-emitter.js +2 -2
  356. package/lib/store/local-storage-events-emitter.js.map +1 -1
  357. package/lib/store/memory.js +34 -57
  358. package/lib/store/memory.js.map +1 -1
  359. package/lib/store/stub.js +22 -35
  360. package/lib/store/stub.js.map +1 -1
  361. package/lib/sync-accumulator.js +54 -66
  362. package/lib/sync-accumulator.js.map +1 -1
  363. package/lib/sync.d.ts.map +1 -1
  364. package/lib/sync.js +905 -998
  365. package/lib/sync.js.map +1 -1
  366. package/lib/testing.js +63 -105
  367. package/lib/testing.js.map +1 -1
  368. package/lib/thread-utils.js +1 -4
  369. package/lib/thread-utils.js.map +1 -1
  370. package/lib/timeline-window.js +89 -102
  371. package/lib/timeline-window.js.map +1 -1
  372. package/lib/types.js +1 -1
  373. package/lib/types.js.map +1 -1
  374. package/lib/utils/decryptAESSecretStorageItem.js +14 -25
  375. package/lib/utils/decryptAESSecretStorageItem.js.map +1 -1
  376. package/lib/utils/encryptAESSecretStorageItem.js +27 -38
  377. package/lib/utils/encryptAESSecretStorageItem.js.map +1 -1
  378. package/lib/utils/internal/deriveKeys.js +25 -32
  379. package/lib/utils/internal/deriveKeys.js.map +1 -1
  380. package/lib/utils/roomVersion.js +1 -1
  381. package/lib/utils/roomVersion.js.map +1 -1
  382. package/lib/utils.js +83 -135
  383. package/lib/utils.js.map +1 -1
  384. package/lib/version-support.js +3 -3
  385. package/lib/version-support.js.map +1 -1
  386. package/lib/webrtc/audioContext.js +5 -6
  387. package/lib/webrtc/audioContext.js.map +1 -1
  388. package/lib/webrtc/call.js +1081 -1250
  389. package/lib/webrtc/call.js.map +1 -1
  390. package/lib/webrtc/callEventHandler.js +202 -214
  391. package/lib/webrtc/callEventHandler.js.map +1 -1
  392. package/lib/webrtc/callEventTypes.js +2 -2
  393. package/lib/webrtc/callEventTypes.js.map +1 -1
  394. package/lib/webrtc/callFeed.js +18 -20
  395. package/lib/webrtc/callFeed.js.map +1 -1
  396. package/lib/webrtc/groupCall.js +513 -602
  397. package/lib/webrtc/groupCall.js.map +1 -1
  398. package/lib/webrtc/groupCallEventHandler.js +59 -62
  399. package/lib/webrtc/groupCallEventHandler.js.map +1 -1
  400. package/lib/webrtc/mediaHandler.js +198 -232
  401. package/lib/webrtc/mediaHandler.js.map +1 -1
  402. package/lib/webrtc/stats/callFeedStatsReporter.js +16 -20
  403. package/lib/webrtc/stats/callFeedStatsReporter.js.map +1 -1
  404. package/lib/webrtc/stats/callStatsReportGatherer.js +67 -75
  405. package/lib/webrtc/stats/callStatsReportGatherer.js.map +1 -1
  406. package/lib/webrtc/stats/callStatsReportSummary.js +3 -1
  407. package/lib/webrtc/stats/connectionStats.js.map +1 -1
  408. package/lib/webrtc/stats/connectionStatsBuilder.js +2 -2
  409. package/lib/webrtc/stats/connectionStatsBuilder.js.map +1 -1
  410. package/lib/webrtc/stats/connectionStatsReportBuilder.js +20 -24
  411. package/lib/webrtc/stats/connectionStatsReportBuilder.js.map +1 -1
  412. package/lib/webrtc/stats/groupCallStats.js +6 -8
  413. package/lib/webrtc/stats/groupCallStats.js.map +1 -1
  414. package/lib/webrtc/stats/media/mediaSsrcHandler.js +7 -8
  415. package/lib/webrtc/stats/media/mediaSsrcHandler.js.map +1 -1
  416. package/lib/webrtc/stats/media/mediaTrackHandler.js +7 -9
  417. package/lib/webrtc/stats/media/mediaTrackHandler.js.map +1 -1
  418. package/lib/webrtc/stats/media/mediaTrackStats.js +3 -3
  419. package/lib/webrtc/stats/media/mediaTrackStats.js.map +1 -1
  420. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js +7 -7
  421. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js.map +1 -1
  422. package/lib/webrtc/stats/statsReport.js +1 -1
  423. package/lib/webrtc/stats/statsReport.js.map +1 -1
  424. package/lib/webrtc/stats/statsReportEmitter.js.map +1 -1
  425. package/lib/webrtc/stats/summaryStatsReportGatherer.js +14 -14
  426. package/lib/webrtc/stats/summaryStatsReportGatherer.js.map +1 -1
  427. package/lib/webrtc/stats/trackStatsBuilder.js +32 -34
  428. package/lib/webrtc/stats/trackStatsBuilder.js.map +1 -1
  429. package/lib/webrtc/stats/transportStats.js +3 -1
  430. package/lib/webrtc/stats/transportStatsBuilder.js +9 -9
  431. package/lib/webrtc/stats/transportStatsBuilder.js.map +1 -1
  432. package/lib/webrtc/stats/valueFormatter.js +1 -1
  433. package/lib/webrtc/stats/valueFormatter.js.map +1 -1
  434. package/package.json +18 -33
  435. package/src/@types/global.d.ts +2 -2
  436. package/src/ToDeviceMessageQueue.ts +2 -2
  437. package/src/browser-index.ts +4 -4
  438. package/src/client.ts +15 -20
  439. package/src/crypto-api/index.ts +17 -6
  440. package/src/embedded.ts +4 -6
  441. package/src/filter-component.ts +1 -0
  442. package/src/http-api/utils.ts +1 -1
  443. package/src/interactive-auth.ts +11 -5
  444. package/src/matrixrtc/LivekitTransport.ts +1 -1
  445. package/src/matrixrtc/MatrixRTCSession.ts +1 -1
  446. package/src/models/MSC3089Branch.ts +1 -1
  447. package/src/models/room-sticky-events.ts +1 -0
  448. package/src/models/room.ts +9 -11
  449. package/src/receipt-accumulator.ts +2 -0
  450. package/src/rendezvous/index.ts +1 -1
  451. package/src/rendezvous/transports/MSC4108RendezvousSession.ts +2 -2
  452. package/src/rust-crypto/PerSessionKeyBackupDownloader.ts +1 -1
  453. package/src/rust-crypto/index.ts +6 -6
  454. package/src/rust-crypto/rust-crypto.ts +31 -7
  455. package/src/rust-crypto/verification.ts +1 -1
  456. package/src/sliding-sync-sdk.ts +5 -7
  457. package/src/store/indexeddb-local-backend.ts +3 -3
  458. package/src/sync.ts +6 -8
@@ -1,4 +1,3 @@
1
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
2
  /*
4
3
  Copyright 2022-2024 The Matrix.org Foundation C.I.C.
@@ -23,10 +22,10 @@ import { sleep } from "./utils.js";
23
22
  // beyond that and wedge forever, so we need to track how long we are willing
24
23
  // to keep open the connection. This constant is *ADDED* to the timeout= value
25
24
  // to determine the max time we're willing to wait.
26
- var BUFFER_PERIOD_MS = 10 * 1000;
27
- export var MSC3575_WILDCARD = "*";
28
- export var MSC3575_STATE_KEY_ME = "$ME";
29
- export var MSC3575_STATE_KEY_LAZY = "$LAZY";
25
+ const BUFFER_PERIOD_MS = 10 * 1000;
26
+ export const MSC3575_WILDCARD = "*";
27
+ export const MSC3575_STATE_KEY_ME = "$ME";
28
+ export const MSC3575_STATE_KEY_LAZY = "$LAZY";
30
29
 
31
30
  /**
32
31
  * Represents a subscription to a room or set of rooms. Controls which events are returned.
@@ -55,7 +54,7 @@ export var MSC3575_STATE_KEY_LAZY = "$LAZY";
55
54
  * A complete Sliding Sync response
56
55
  */
57
56
 
58
- export var SlidingSyncState = /*#__PURE__*/function (SlidingSyncState) {
57
+ export let SlidingSyncState = /*#__PURE__*/function (SlidingSyncState) {
59
58
  /**
60
59
  * Fired by SlidingSyncEvent.Lifecycle event immediately before processing the response.
61
60
  */
@@ -107,9 +106,8 @@ class SlidingList {
107
106
  * @param list - The new list parameters
108
107
  */
109
108
  replaceList(list) {
110
- var _list$filters, _list$ranges;
111
- list.filters = (_list$filters = list.filters) !== null && _list$filters !== void 0 ? _list$filters : {};
112
- list.ranges = (_list$ranges = list.ranges) !== null && _list$ranges !== void 0 ? _list$ranges : [];
109
+ list.filters = list.filters ?? {};
110
+ list.ranges = list.ranges ?? [];
113
111
  this.list = JSON.parse(JSON.stringify(list));
114
112
  this.isModified = true;
115
113
 
@@ -127,7 +125,7 @@ class SlidingList {
127
125
  * updateList.
128
126
  */
129
127
  getList(forceIncludeAllParams) {
130
- var list = {
128
+ let list = {
131
129
  ranges: JSON.parse(JSON.stringify(this.list.ranges))
132
130
  };
133
131
  if (this.isModified || forceIncludeAllParams) {
@@ -140,7 +138,7 @@ class SlidingList {
140
138
  /**
141
139
  * When onResponse extensions should be invoked: before or after processing the main response.
142
140
  */
143
- export var ExtensionState = /*#__PURE__*/function (ExtensionState) {
141
+ export let ExtensionState = /*#__PURE__*/function (ExtensionState) {
144
142
  // Call onResponse before processing the response body. This is useful when your extension is
145
143
  // preparing the ground for the response body e.g. processing to-device messages before the
146
144
  // encrypted event arrives.
@@ -166,7 +164,7 @@ export var ExtensionState = /*#__PURE__*/function (ExtensionState) {
166
164
  * - RoomData (N times)
167
165
  * - Lifecycle (state=Complete)
168
166
  */
169
- export var SlidingSyncEvent = /*#__PURE__*/function (SlidingSyncEvent) {
167
+ export let SlidingSyncEvent = /*#__PURE__*/function (SlidingSyncEvent) {
170
168
  /**
171
169
  * This event fires when there are updates for a room. Fired as and when rooms are encountered
172
170
  * in the response.
@@ -199,10 +197,6 @@ export class SlidingSync extends TypedEventEmitter {
199
197
  */
200
198
  constructor(proxyBaseUrl, lists, roomSubscriptionInfo, client, timeoutMS) {
201
199
  super();
202
- this.proxyBaseUrl = proxyBaseUrl;
203
- this.roomSubscriptionInfo = roomSubscriptionInfo;
204
- this.client = client;
205
- this.timeoutMS = timeoutMS;
206
200
  _defineProperty(this, "lists", void 0);
207
201
  _defineProperty(this, "listModifiedCount", 0);
208
202
  _defineProperty(this, "terminated", false);
@@ -219,6 +213,10 @@ export class SlidingSync extends TypedEventEmitter {
219
213
  _defineProperty(this, "roomIdToCustomSubscription", new Map());
220
214
  _defineProperty(this, "pendingReq", void 0);
221
215
  _defineProperty(this, "abortController", void 0);
216
+ this.proxyBaseUrl = proxyBaseUrl;
217
+ this.roomSubscriptionInfo = roomSubscriptionInfo;
218
+ this.client = client;
219
+ this.timeoutMS = timeoutMS;
222
220
  this.lists = new Map();
223
221
  lists.forEach((list, key) => {
224
222
  this.lists.set(key, new SlidingList(list));
@@ -234,7 +232,7 @@ export class SlidingSync extends TypedEventEmitter {
234
232
  */
235
233
  addCustomSubscription(name, sub) {
236
234
  if (this.customSubscriptions.has(name)) {
237
- logger.warn("addCustomSubscription: ".concat(name, " already exists as a custom subscription, ignoring."));
235
+ logger.warn(`addCustomSubscription: ${name} already exists as a custom subscription, ignoring.`);
238
236
  return;
239
237
  }
240
238
  this.customSubscriptions.set(name, sub);
@@ -264,7 +262,7 @@ export class SlidingSync extends TypedEventEmitter {
264
262
  * @returns The list data which contains the rooms in this list
265
263
  */
266
264
  getListData(key) {
267
- var data = this.lists.get(key);
265
+ const data = this.lists.get(key);
268
266
  if (!data) {
269
267
  return null;
270
268
  }
@@ -280,7 +278,7 @@ export class SlidingSync extends TypedEventEmitter {
280
278
  * @returns A copy of the list params or undefined.
281
279
  */
282
280
  getListParams(key) {
283
- var params = this.lists.get(key);
281
+ const params = this.lists.get(key);
284
282
  if (!params) {
285
283
  return null;
286
284
  }
@@ -298,7 +296,7 @@ export class SlidingSync extends TypedEventEmitter {
298
296
  * immediately after sending, in which case the action will be applied in the subsequent request)
299
297
  */
300
298
  setListRanges(key, ranges) {
301
- var list = this.lists.get(key);
299
+ const list = this.lists.get(key);
302
300
  if (!list) {
303
301
  throw new Error("no list with key " + key);
304
302
  }
@@ -316,7 +314,7 @@ export class SlidingSync extends TypedEventEmitter {
316
314
  * immediately after sending, in which case the action will be applied in the subsequent request)
317
315
  */
318
316
  setList(key, list) {
319
- var existingList = this.lists.get(key);
317
+ const existingList = this.lists.get(key);
320
318
  if (existingList) {
321
319
  existingList.replaceList(list);
322
320
  this.lists.set(key, existingList);
@@ -363,49 +361,30 @@ export class SlidingSync extends TypedEventEmitter {
363
361
  */
364
362
  registerExtension(ext) {
365
363
  if (this.extensions[ext.name()]) {
366
- throw new Error("registerExtension: ".concat(ext.name(), " already exists as an extension"));
364
+ throw new Error(`registerExtension: ${ext.name()} already exists as an extension`);
367
365
  }
368
366
  this.extensions[ext.name()] = ext;
369
367
  }
370
- getExtensionRequest(isInitial) {
371
- var _this = this;
372
- return _asyncToGenerator(function* () {
373
- var ext = {};
374
- for (var extName in _this.extensions) {
375
- ext[extName] = yield _this.extensions[extName].onRequest(isInitial);
376
- }
377
- return ext;
378
- })();
368
+ async getExtensionRequest(isInitial) {
369
+ const ext = {};
370
+ for (const extName in this.extensions) {
371
+ ext[extName] = await this.extensions[extName].onRequest(isInitial);
372
+ }
373
+ return ext;
379
374
  }
380
- onPreExtensionsResponse(ext) {
381
- var _this2 = this;
382
- return _asyncToGenerator(function* () {
383
- yield Promise.all(Object.keys(ext).map(/*#__PURE__*/function () {
384
- var _ref = _asyncToGenerator(function* (extName) {
385
- if (_this2.extensions[extName].when() == ExtensionState.PreProcess) {
386
- yield _this2.extensions[extName].onResponse(ext[extName]);
387
- }
388
- });
389
- return function (_x) {
390
- return _ref.apply(this, arguments);
391
- };
392
- }()));
393
- })();
375
+ async onPreExtensionsResponse(ext) {
376
+ await Promise.all(Object.keys(ext).map(async extName => {
377
+ if (this.extensions[extName].when() == ExtensionState.PreProcess) {
378
+ await this.extensions[extName].onResponse(ext[extName]);
379
+ }
380
+ }));
394
381
  }
395
- onPostExtensionsResponse(ext) {
396
- var _this3 = this;
397
- return _asyncToGenerator(function* () {
398
- yield Promise.all(Object.keys(ext).map(/*#__PURE__*/function () {
399
- var _ref2 = _asyncToGenerator(function* (extName) {
400
- if (_this3.extensions[extName].when() == ExtensionState.PostProcess) {
401
- yield _this3.extensions[extName].onResponse(ext[extName]);
402
- }
403
- });
404
- return function (_x2) {
405
- return _ref2.apply(this, arguments);
406
- };
407
- }()));
408
- })();
382
+ async onPostExtensionsResponse(ext) {
383
+ await Promise.all(Object.keys(ext).map(async extName => {
384
+ if (this.extensions[extName].when() == ExtensionState.PostProcess) {
385
+ await this.extensions[extName].onResponse(ext[extName]);
386
+ }
387
+ }));
409
388
  }
410
389
 
411
390
  /**
@@ -413,17 +392,14 @@ export class SlidingSync extends TypedEventEmitter {
413
392
  * @param roomId - The room which received some data.
414
393
  * @param roomData - The raw sliding sync response JSON.
415
394
  */
416
- invokeRoomDataListeners(roomId, roomData) {
417
- var _this4 = this;
418
- return _asyncToGenerator(function* () {
419
- if (!roomData.required_state) {
420
- roomData.required_state = [];
421
- }
422
- if (!roomData.timeline) {
423
- roomData.timeline = [];
424
- }
425
- yield _this4.emitPromised(SlidingSyncEvent.RoomData, roomId, roomData);
426
- })();
395
+ async invokeRoomDataListeners(roomId, roomData) {
396
+ if (!roomData.required_state) {
397
+ roomData.required_state = [];
398
+ }
399
+ if (!roomData.timeline) {
400
+ roomData.timeline = [];
401
+ }
402
+ await this.emitPromised(SlidingSyncEvent.RoomData, roomId, roomData);
427
403
  }
428
404
 
429
405
  /**
@@ -440,9 +416,8 @@ export class SlidingSync extends TypedEventEmitter {
440
416
  * Resend a Sliding Sync request. Used when something has changed in the request.
441
417
  */
442
418
  resend() {
443
- var _this$abortController;
444
419
  this.needsResend = true;
445
- (_this$abortController = this.abortController) === null || _this$abortController === void 0 || _this$abortController.abort();
420
+ this.abortController?.abort();
446
421
  this.abortController = new AbortController();
447
422
  }
448
423
 
@@ -450,9 +425,8 @@ export class SlidingSync extends TypedEventEmitter {
450
425
  * Stop syncing with the server.
451
426
  */
452
427
  stop() {
453
- var _this$abortController2;
454
428
  this.terminated = true;
455
- (_this$abortController2 = this.abortController) === null || _this$abortController2 === void 0 || _this$abortController2.abort();
429
+ this.abortController?.abort();
456
430
  // remove all listeners so things can be GC'd
457
431
  this.removeAllListeners(SlidingSyncEvent.Lifecycle);
458
432
  this.removeAllListeners(SlidingSyncEvent.RoomData);
@@ -475,109 +449,99 @@ export class SlidingSync extends TypedEventEmitter {
475
449
  /**
476
450
  * Start syncing with the server. Blocks until stopped.
477
451
  */
478
- start() {
479
- var _this5 = this;
480
- return _asyncToGenerator(function* () {
481
- _this5.abortController = new AbortController();
482
- var currentPos;
483
- var _loop = function* _loop() {
484
- _this5.needsResend = false;
485
- var resp;
486
- try {
487
- var _resp$lists, _resp$rooms, _resp$extensions;
488
- var reqLists = {};
489
- _this5.lists.forEach((l, key) => {
490
- reqLists[key] = l.getList(true);
491
- });
492
- var reqBody = {
493
- lists: reqLists,
494
- pos: currentPos,
495
- timeout: _this5.timeoutMS,
496
- clientTimeout: _this5.timeoutMS + BUFFER_PERIOD_MS,
497
- extensions: yield _this5.getExtensionRequest(currentPos === undefined)
498
- };
499
- // check if we are (un)subscribing to a room and modify request this one time for it
500
- var newSubscriptions = difference(_this5.desiredRoomSubscriptions, _this5.confirmedRoomSubscriptions);
501
- var unsubscriptions = difference(_this5.confirmedRoomSubscriptions, _this5.desiredRoomSubscriptions);
502
- if (unsubscriptions.size > 0) {
503
- reqBody.unsubscribe_rooms = Array.from(unsubscriptions);
504
- }
505
- if (newSubscriptions.size > 0) {
506
- reqBody.room_subscriptions = {};
507
- for (var roomId of newSubscriptions) {
508
- var customSubName = _this5.roomIdToCustomSubscription.get(roomId);
509
- var sub = _this5.roomSubscriptionInfo;
510
- if (customSubName && _this5.customSubscriptions.has(customSubName)) {
511
- sub = _this5.customSubscriptions.get(customSubName);
512
- }
513
- reqBody.room_subscriptions[roomId] = sub;
514
- }
515
- }
516
- _this5.pendingReq = _this5.client.slidingSync(reqBody, _this5.proxyBaseUrl, _this5.abortController.signal);
517
- resp = yield _this5.pendingReq;
518
- currentPos = resp.pos;
519
- // update what we think we're subscribed to.
520
- for (var _roomId of newSubscriptions) {
521
- _this5.confirmedRoomSubscriptions.add(_roomId);
522
- }
523
- for (var _roomId2 of unsubscriptions) {
524
- _this5.confirmedRoomSubscriptions.delete(_roomId2);
525
- }
526
- // mark all these lists as having been sent as sticky so we don't keep sending sticky params
527
- _this5.lists.forEach(l => {
528
- l.setModified(false);
529
- });
530
- // set default empty values so we don't need to null check
531
- resp.lists = (_resp$lists = resp.lists) !== null && _resp$lists !== void 0 ? _resp$lists : {};
532
- resp.rooms = (_resp$rooms = resp.rooms) !== null && _resp$rooms !== void 0 ? _resp$rooms : {};
533
- resp.extensions = (_resp$extensions = resp.extensions) !== null && _resp$extensions !== void 0 ? _resp$extensions : {};
534
- Object.keys(resp.lists).forEach(key => {
535
- var list = _this5.lists.get(key);
536
- if (!list || !resp) {
537
- return;
538
- }
539
- list.joinedCount = resp.lists[key].count;
540
- });
541
- _this5.invokeLifecycleListeners(SlidingSyncState.RequestFinished, resp);
542
- } catch (err) {
543
- if (err.httpStatus) {
544
- _this5.invokeLifecycleListeners(SlidingSyncState.RequestFinished, null, err);
545
- if (err.httpStatus === 400) {
546
- // session probably expired TODO: assign an errcode
547
- // so drop state and re-request
548
- _this5.resetup();
549
- currentPos = undefined;
550
- yield sleep(50); // in case the 400 was for something else; don't tightloop
551
- return 0; // continue
552
- } // else fallthrough to generic error handling
553
- } else if (_this5.needsResend || err.name === "AbortError") {
554
- return 0; // continue
555
- // don't sleep as we caused this error by abort()ing the request.
452
+ async start() {
453
+ this.abortController = new AbortController();
454
+ let currentPos;
455
+ while (!this.terminated) {
456
+ this.needsResend = false;
457
+ let resp;
458
+ try {
459
+ const reqLists = {};
460
+ this.lists.forEach((l, key) => {
461
+ reqLists[key] = l.getList(true);
462
+ });
463
+ const reqBody = {
464
+ lists: reqLists,
465
+ pos: currentPos,
466
+ timeout: this.timeoutMS,
467
+ clientTimeout: this.timeoutMS + BUFFER_PERIOD_MS,
468
+ extensions: await this.getExtensionRequest(currentPos === undefined)
469
+ };
470
+ // check if we are (un)subscribing to a room and modify request this one time for it
471
+ const newSubscriptions = difference(this.desiredRoomSubscriptions, this.confirmedRoomSubscriptions);
472
+ const unsubscriptions = difference(this.confirmedRoomSubscriptions, this.desiredRoomSubscriptions);
473
+ if (unsubscriptions.size > 0) {
474
+ reqBody.unsubscribe_rooms = Array.from(unsubscriptions);
475
+ }
476
+ if (newSubscriptions.size > 0) {
477
+ reqBody.room_subscriptions = {};
478
+ for (const roomId of newSubscriptions) {
479
+ const customSubName = this.roomIdToCustomSubscription.get(roomId);
480
+ let sub = this.roomSubscriptionInfo;
481
+ if (customSubName && this.customSubscriptions.has(customSubName)) {
482
+ sub = this.customSubscriptions.get(customSubName);
556
483
  }
557
- logger.error(err);
558
- yield sleep(5000);
484
+ reqBody.room_subscriptions[roomId] = sub;
559
485
  }
560
- if (!resp) {
561
- return 0; // continue
562
- }
563
- yield _this5.onPreExtensionsResponse(resp.extensions);
564
- for (var _roomId3 in resp.rooms) {
565
- yield _this5.invokeRoomDataListeners(_roomId3, resp.rooms[_roomId3]);
486
+ }
487
+ this.pendingReq = this.client.slidingSync(reqBody, this.proxyBaseUrl, this.abortController.signal);
488
+ resp = await this.pendingReq;
489
+ currentPos = resp.pos;
490
+ // update what we think we're subscribed to.
491
+ for (const roomId of newSubscriptions) {
492
+ this.confirmedRoomSubscriptions.add(roomId);
493
+ }
494
+ for (const roomId of unsubscriptions) {
495
+ this.confirmedRoomSubscriptions.delete(roomId);
496
+ }
497
+ // mark all these lists as having been sent as sticky so we don't keep sending sticky params
498
+ this.lists.forEach(l => {
499
+ l.setModified(false);
500
+ });
501
+ // set default empty values so we don't need to null check
502
+ resp.lists = resp.lists ?? {};
503
+ resp.rooms = resp.rooms ?? {};
504
+ resp.extensions = resp.extensions ?? {};
505
+ Object.keys(resp.lists).forEach(key => {
506
+ const list = this.lists.get(key);
507
+ if (!list || !resp) {
508
+ return;
566
509
  }
567
- _this5.invokeLifecycleListeners(SlidingSyncState.Complete, resp);
568
- yield _this5.onPostExtensionsResponse(resp.extensions);
569
- },
570
- _ret;
571
- while (!_this5.terminated) {
572
- _ret = yield* _loop();
573
- if (_ret === 0) continue;
510
+ list.joinedCount = resp.lists[key].count;
511
+ });
512
+ this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, resp);
513
+ } catch (err) {
514
+ if (err.httpStatus) {
515
+ this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, null, err);
516
+ if (err.httpStatus === 400) {
517
+ // session probably expired TODO: assign an errcode
518
+ // so drop state and re-request
519
+ this.resetup();
520
+ currentPos = undefined;
521
+ await sleep(50); // in case the 400 was for something else; don't tightloop
522
+ continue;
523
+ } // else fallthrough to generic error handling
524
+ } else if (this.needsResend || err.name === "AbortError") {
525
+ continue; // don't sleep as we caused this error by abort()ing the request.
526
+ }
527
+ logger.error(err);
528
+ await sleep(5000);
529
+ }
530
+ if (!resp) {
531
+ continue;
574
532
  }
575
- })();
533
+ await this.onPreExtensionsResponse(resp.extensions);
534
+ for (const roomId in resp.rooms) {
535
+ await this.invokeRoomDataListeners(roomId, resp.rooms[roomId]);
536
+ }
537
+ this.invokeLifecycleListeners(SlidingSyncState.Complete, resp);
538
+ await this.onPostExtensionsResponse(resp.extensions);
539
+ }
576
540
  }
577
541
  }
578
- var difference = (setA, setB) => {
579
- var diff = new Set(setA);
580
- for (var elem of setB) {
542
+ const difference = (setA, setB) => {
543
+ const diff = new Set(setA);
544
+ for (const elem of setB) {
581
545
  diff.delete(elem);
582
546
  }
583
547
  return diff;
@@ -1 +1 @@
1
- {"version":3,"file":"sliding-sync.js","names":["logger","TypedEventEmitter","sleep","BUFFER_PERIOD_MS","MSC3575_WILDCARD","MSC3575_STATE_KEY_ME","MSC3575_STATE_KEY_LAZY","SlidingSyncState","SlidingList","constructor","list","_defineProperty","replaceList","setModified","modified","isModified","updateListRange","newRanges","ranges","JSON","parse","stringify","_list$filters","_list$ranges","filters","joinedCount","getList","forceIncludeAllParams","ExtensionState","SlidingSyncEvent","SlidingSync","proxyBaseUrl","lists","roomSubscriptionInfo","client","timeoutMS","Set","Map","forEach","key","set","addCustomSubscription","name","sub","customSubscriptions","has","warn","concat","useCustomSubscription","roomId","roomIdToCustomSubscription","get","confirmedRoomSubscriptions","delete","getListData","data","getListParams","params","setListRanges","Error","resend","setList","existingList","listModifiedCount","getRoomSubscriptions","Array","from","desiredRoomSubscriptions","modifyRoomSubscriptions","s","modifyRoomSubscriptionInfo","rs","registerExtension","ext","extensions","getExtensionRequest","isInitial","_this","_asyncToGenerator","extName","onRequest","onPreExtensionsResponse","_this2","Promise","all","Object","keys","map","_ref","when","PreProcess","onResponse","_x","apply","arguments","onPostExtensionsResponse","_this3","_ref2","PostProcess","_x2","invokeRoomDataListeners","roomData","_this4","required_state","timeline","emitPromised","RoomData","invokeLifecycleListeners","state","resp","err","emit","Lifecycle","_this$abortController","needsResend","abortController","abort","AbortController","stop","_this$abortController2","terminated","removeAllListeners","resetup","l","start","_this5","currentPos","_loop","_resp$lists","_resp$rooms","_resp$extensions","reqLists","reqBody","pos","timeout","clientTimeout","undefined","newSubscriptions","difference","unsubscriptions","size","unsubscribe_rooms","room_subscriptions","customSubName","pendingReq","slidingSync","signal","add","rooms","count","RequestFinished","httpStatus","error","Complete","_ret","setA","setB","diff","elem"],"sources":["../src/sliding-sync.ts"],"sourcesContent":["/*\nCopyright 2022-2024 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 { logger } from \"./logger.ts\";\nimport { type MatrixClient } from \"./client.ts\";\nimport { type IRoomEvent, type IStateEvent } from \"./sync-accumulator.ts\";\nimport { TypedEventEmitter } from \"./models/typed-event-emitter.ts\";\nimport { sleep } from \"./utils.ts\";\nimport { type HTTPError } from \"./http-api/index.ts\";\n\n// /sync requests allow you to set a timeout= but the request may continue\n// beyond that and wedge forever, so we need to track how long we are willing\n// to keep open the connection. This constant is *ADDED* to the timeout= value\n// to determine the max time we're willing to wait.\nconst BUFFER_PERIOD_MS = 10 * 1000;\n\nexport const MSC3575_WILDCARD = \"*\";\nexport const MSC3575_STATE_KEY_ME = \"$ME\";\nexport const MSC3575_STATE_KEY_LAZY = \"$LAZY\";\n\n/**\n * Represents a subscription to a room or set of rooms. Controls which events are returned.\n */\nexport interface MSC3575RoomSubscription {\n required_state?: string[][];\n timeline_limit?: number;\n include_old_rooms?: MSC3575RoomSubscription;\n}\n\n/**\n * Controls which rooms are returned in a given list.\n */\nexport interface MSC3575Filter {\n is_dm?: boolean;\n is_encrypted?: boolean;\n is_invite?: boolean;\n room_name_like?: string;\n room_types?: string[];\n not_room_types?: string[];\n spaces?: string[];\n tags?: string[];\n not_tags?: string[];\n}\n\n/**\n * Represents a list subscription.\n */\nexport interface MSC3575List extends MSC3575RoomSubscription {\n ranges: number[][];\n sort?: string[];\n filters?: MSC3575Filter;\n slow_get_all_rooms?: boolean;\n}\n\n/**\n * A complete Sliding Sync request.\n */\nexport interface MSC3575SlidingSyncRequest {\n // json body params\n lists?: Record<string, MSC3575List>;\n unsubscribe_rooms?: string[];\n room_subscriptions?: Record<string, MSC3575RoomSubscription>;\n extensions?: object;\n txn_id?: string;\n\n // query params\n pos?: string;\n timeout?: number;\n clientTimeout?: number;\n}\n\n/**\n * New format of hero introduced in MSC4186 with display name and avatar URL\n * in addition to just user_id (as it is on the wire, with underscores)\n * as opposed to Hero in room-summary.ts which has fields in camelCase\n * (and also a flag to note what format the hero came from).\n */\nexport interface MSC4186Hero {\n user_id: string;\n displayname?: string;\n avatar_url?: string;\n}\n\nexport interface MSC3575RoomData {\n name: string;\n required_state: IStateEvent[];\n timeline: (IRoomEvent | IStateEvent)[];\n heroes?: MSC4186Hero[];\n notification_count?: number;\n highlight_count?: number;\n joined_count?: number;\n invited_count?: number;\n invite_state?: IStateEvent[];\n initial?: boolean;\n limited?: boolean;\n is_dm?: boolean;\n prev_batch?: string;\n num_live?: number;\n bump_stamp?: number;\n}\n\ninterface ListResponse {\n count: number;\n}\n\n/**\n * A complete Sliding Sync response\n */\nexport interface MSC3575SlidingSyncResponse {\n pos: string;\n txn_id?: string;\n lists: Record<string, ListResponse>;\n rooms: Record<string, MSC3575RoomData>;\n extensions: Record<string, object>;\n}\n\nexport enum SlidingSyncState {\n /**\n * Fired by SlidingSyncEvent.Lifecycle event immediately before processing the response.\n */\n RequestFinished = \"FINISHED\",\n /**\n * Fired by SlidingSyncEvent.Lifecycle event immediately after all room data listeners have been\n * invoked, but before list listeners.\n */\n Complete = \"COMPLETE\",\n}\n\n/**\n * Internal Class. SlidingList represents a single list in sliding sync. The list can have filters,\n * multiple sliding windows, and maintains the index-\\>room_id mapping.\n */\nclass SlidingList {\n private list!: MSC3575List;\n private isModified?: boolean;\n\n // returned data\n public joinedCount = 0;\n\n /**\n * Construct a new sliding list.\n * @param list - The range, sort and filter values to use for this list.\n */\n public constructor(list: MSC3575List) {\n this.replaceList(list);\n }\n\n /**\n * Mark this list as modified or not. Modified lists will return sticky params with calls to getList.\n * This is useful for the first time the list is sent, or if the list has changed in some way.\n * @param modified - True to mark this list as modified so all sticky parameters will be re-sent.\n */\n public setModified(modified: boolean): void {\n this.isModified = modified;\n }\n\n /**\n * Update the list range for this list. Does not affect modified status as list ranges are non-sticky.\n * @param newRanges - The new ranges for the list\n */\n public updateListRange(newRanges: number[][]): void {\n this.list.ranges = JSON.parse(JSON.stringify(newRanges));\n }\n\n /**\n * Replace list parameters. All fields will be replaced with the new list parameters.\n * @param list - The new list parameters\n */\n public replaceList(list: MSC3575List): void {\n list.filters = list.filters ?? {};\n list.ranges = list.ranges ?? [];\n this.list = JSON.parse(JSON.stringify(list));\n this.isModified = true;\n\n // reset values as the join count may be very different (if filters changed) including the rooms\n // (e.g. sort orders or sliding window ranges changed)\n\n // the total number of joined rooms according to the server, always >= len(roomIndexToRoomId)\n this.joinedCount = 0;\n }\n\n /**\n * Return a copy of the list suitable for a request body.\n * @param forceIncludeAllParams - True to forcibly include all params even if the list\n * hasn't been modified. Callers may want to do this if they are modifying the list prior to calling\n * updateList.\n */\n public getList(forceIncludeAllParams: boolean): MSC3575List {\n let list = {\n ranges: JSON.parse(JSON.stringify(this.list.ranges)),\n };\n if (this.isModified || forceIncludeAllParams) {\n list = JSON.parse(JSON.stringify(this.list));\n }\n return list;\n }\n}\n\n/**\n * When onResponse extensions should be invoked: before or after processing the main response.\n */\nexport enum ExtensionState {\n // Call onResponse before processing the response body. This is useful when your extension is\n // preparing the ground for the response body e.g. processing to-device messages before the\n // encrypted event arrives.\n PreProcess = \"ExtState.PreProcess\",\n // Call onResponse after processing the response body. This is useful when your extension is\n // decorating data from the client, and you rely on MatrixClient.getRoom returning the Room object\n // e.g. room account data.\n PostProcess = \"ExtState.PostProcess\",\n}\n\n/**\n * An interface that must be satisfied to register extensions\n */\nexport interface Extension<Req extends object, Res extends object> {\n /**\n * The extension name to go under 'extensions' in the request body.\n * @returns The JSON key.\n */\n name(): string;\n /**\n * A function which is called when the request JSON is being formed.\n * Returns the data to insert under this key.\n * @param isInitial - True when this is part of the initial request.\n * @returns The request JSON to send.\n */\n onRequest(isInitial: boolean): Promise<Req>;\n /**\n * A function which is called when there is response JSON under this extension.\n * @param data - The response JSON under the extension name.\n */\n onResponse(data: Res): Promise<void>;\n /**\n * Controls when onResponse should be called.\n * @returns The state when it should be called.\n */\n when(): ExtensionState;\n}\n\n/**\n * Events which can be fired by the SlidingSync class. These are designed to provide different levels\n * of information when processing sync responses.\n * - RoomData: concerns rooms, useful for SlidingSyncSdk to update its knowledge of rooms.\n * - Lifecycle: concerns callbacks at various well-defined points in the sync process.\n * Specifically, the order of event invocation is:\n * - Lifecycle (state=RequestFinished)\n * - RoomData (N times)\n * - Lifecycle (state=Complete)\n */\nexport enum SlidingSyncEvent {\n /**\n * This event fires when there are updates for a room. Fired as and when rooms are encountered\n * in the response.\n */\n RoomData = \"SlidingSync.RoomData\",\n /**\n * This event fires at various points in the /sync loop lifecycle.\n * - SlidingSyncState.RequestFinished: Fires after we receive a valid response but before the\n * response has been processed. Perform any pre-process steps here. If there was a problem syncing,\n * `err` will be set (e.g network errors).\n * - SlidingSyncState.Complete: Fires after the response has been processed.\n */\n Lifecycle = \"SlidingSync.Lifecycle\",\n}\n\nexport type SlidingSyncEventHandlerMap = {\n [SlidingSyncEvent.RoomData]: (roomId: string, roomData: MSC3575RoomData) => Promise<void> | void;\n [SlidingSyncEvent.Lifecycle]: (\n state: SlidingSyncState,\n resp: MSC3575SlidingSyncResponse | null,\n err?: Error,\n ) => void;\n};\n\n/**\n * SlidingSync is a high-level data structure which controls the majority of sliding sync.\n * It has no hooks into JS SDK except for needing a MatrixClient to perform the HTTP request.\n * This means this class (and everything it uses) can be used in isolation from JS SDK if needed.\n * To hook this up with the JS SDK, you need to use SlidingSyncSdk.\n */\nexport class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSyncEventHandlerMap> {\n private lists: Map<string, SlidingList>;\n private listModifiedCount = 0;\n private terminated = false;\n // flag set when resend() is called because we cannot rely on detecting AbortError in JS SDK :(\n private needsResend = false;\n // map of extension name to req/resp handler\n private extensions: Record<string, Extension<any, any>> = {};\n\n private desiredRoomSubscriptions = new Set<string>(); // the *desired* room subscriptions\n private confirmedRoomSubscriptions = new Set<string>();\n\n // map of custom subscription name to the subscription\n private customSubscriptions: Map<string, MSC3575RoomSubscription> = new Map();\n // map of room ID to custom subscription name\n private roomIdToCustomSubscription: Map<string, string> = new Map();\n\n private pendingReq?: Promise<MSC3575SlidingSyncResponse>;\n private abortController?: AbortController;\n\n /**\n * Create a new sliding sync instance\n * @param proxyBaseUrl - The base URL of the sliding sync proxy\n * @param lists - The lists to use for sliding sync.\n * @param roomSubscriptionInfo - The params to use for room subscriptions.\n * @param client - The client to use for /sync calls.\n * @param timeoutMS - The number of milliseconds to wait for a response.\n */\n public constructor(\n private readonly proxyBaseUrl: string,\n lists: Map<string, MSC3575List>,\n private roomSubscriptionInfo: MSC3575RoomSubscription,\n private readonly client: MatrixClient,\n private readonly timeoutMS: number,\n ) {\n super();\n this.lists = new Map<string, SlidingList>();\n lists.forEach((list, key) => {\n this.lists.set(key, new SlidingList(list));\n });\n }\n\n /**\n * Add a custom room subscription, referred to by an arbitrary name. If a subscription with this\n * name already exists, it is replaced. No requests are sent by calling this method.\n * @param name - The name of the subscription. Only used to reference this subscription in\n * useCustomSubscription.\n * @param sub - The subscription information.\n */\n public addCustomSubscription(name: string, sub: MSC3575RoomSubscription): void {\n if (this.customSubscriptions.has(name)) {\n logger.warn(`addCustomSubscription: ${name} already exists as a custom subscription, ignoring.`);\n return;\n }\n this.customSubscriptions.set(name, sub);\n }\n\n /**\n * Use a custom subscription previously added via addCustomSubscription. No requests are sent\n * by calling this method. Use modifyRoomSubscriptions to resend subscription information.\n * @param roomId - The room to use the subscription in.\n * @param name - The name of the subscription. If this name is unknown, the default subscription\n * will be used.\n */\n public useCustomSubscription(roomId: string, name: string): void {\n // We already know about this custom subscription, as it is immutable,\n // we don't need to unconfirm the subscription.\n if (this.roomIdToCustomSubscription.get(roomId) === name) {\n return;\n }\n this.roomIdToCustomSubscription.set(roomId, name);\n // unconfirm this subscription so a resend() will send it up afresh.\n this.confirmedRoomSubscriptions.delete(roomId);\n }\n\n /**\n * Get the room index data for a list.\n * @param key - The list key\n * @returns The list data which contains the rooms in this list\n */\n public getListData(key: string): { joinedCount: number } | null {\n const data = this.lists.get(key);\n if (!data) {\n return null;\n }\n return {\n joinedCount: data.joinedCount,\n };\n }\n\n /**\n * Get the full request list parameters for a list index. This function is provided for callers to use\n * in conjunction with setList to update fields on an existing list.\n * @param key - The list key to get the params for.\n * @returns A copy of the list params or undefined.\n */\n public getListParams(key: string): MSC3575List | null {\n const params = this.lists.get(key);\n if (!params) {\n return null;\n }\n return params.getList(true);\n }\n\n /**\n * Set new ranges for an existing list. Calling this function when _only_ the ranges have changed\n * is more efficient than calling setList(index,list) as this function won't resend sticky params,\n * whereas setList always will.\n * @param key - The list key to modify\n * @param ranges - The new ranges to apply.\n * @returns A promise which resolves to the transaction ID when it has been received down sync\n * (or rejects with the transaction ID if the action was not applied e.g the request was cancelled\n * immediately after sending, in which case the action will be applied in the subsequent request)\n */\n public setListRanges(key: string, ranges: number[][]): void {\n const list = this.lists.get(key);\n if (!list) {\n throw new Error(\"no list with key \" + key);\n }\n list.updateListRange(ranges);\n this.resend();\n }\n\n /**\n * Add or replace a list. Calling this function will interrupt the /sync request to resend new\n * lists.\n * @param key - The key to modify\n * @param list - The new list parameters.\n * @returns A promise which resolves to the transaction ID when it has been received down sync\n * (or rejects with the transaction ID if the action was not applied e.g the request was cancelled\n * immediately after sending, in which case the action will be applied in the subsequent request)\n */\n public setList(key: string, list: MSC3575List): void {\n const existingList = this.lists.get(key);\n if (existingList) {\n existingList.replaceList(list);\n this.lists.set(key, existingList);\n } else {\n this.lists.set(key, new SlidingList(list));\n }\n this.listModifiedCount += 1;\n this.resend();\n }\n\n /**\n * Get the room subscriptions for the sync API.\n * @returns A copy of the desired room subscriptions.\n */\n public getRoomSubscriptions(): Set<string> {\n return new Set(Array.from(this.desiredRoomSubscriptions));\n }\n\n /**\n * Modify the room subscriptions for the sync API. Calling this function will interrupt the\n * /sync request to resend new subscriptions. If the /sync stream has not started, this will\n * prepare the room subscriptions for when start() is called.\n * @param s - The new desired room subscriptions.\n */\n public modifyRoomSubscriptions(s: Set<string>): void {\n this.desiredRoomSubscriptions = s;\n this.resend();\n }\n\n /**\n * Modify which events to retrieve for room subscriptions. Invalidates all room subscriptions\n * such that they will be sent up afresh.\n * @param rs - The new room subscription fields to fetch.\n */\n public modifyRoomSubscriptionInfo(rs: MSC3575RoomSubscription): void {\n this.roomSubscriptionInfo = rs;\n this.confirmedRoomSubscriptions = new Set<string>();\n this.resend();\n }\n\n /**\n * Register an extension to send with the /sync request.\n * @param ext - The extension to register.\n */\n public registerExtension(ext: Extension<any, any>): void {\n if (this.extensions[ext.name()]) {\n throw new Error(`registerExtension: ${ext.name()} already exists as an extension`);\n }\n this.extensions[ext.name()] = ext;\n }\n\n private async getExtensionRequest(isInitial: boolean): Promise<Record<string, object | undefined>> {\n const ext: Record<string, object | undefined> = {};\n for (const extName in this.extensions) {\n ext[extName] = await this.extensions[extName].onRequest(isInitial);\n }\n return ext;\n }\n\n private async onPreExtensionsResponse(ext: Record<string, object>): Promise<void> {\n await Promise.all(\n Object.keys(ext).map(async (extName) => {\n if (this.extensions[extName].when() == ExtensionState.PreProcess) {\n await this.extensions[extName].onResponse(ext[extName]);\n }\n }),\n );\n }\n\n private async onPostExtensionsResponse(ext: Record<string, object>): Promise<void> {\n await Promise.all(\n Object.keys(ext).map(async (extName) => {\n if (this.extensions[extName].when() == ExtensionState.PostProcess) {\n await this.extensions[extName].onResponse(ext[extName]);\n }\n }),\n );\n }\n\n /**\n * Invoke all attached room data listeners.\n * @param roomId - The room which received some data.\n * @param roomData - The raw sliding sync response JSON.\n */\n private async invokeRoomDataListeners(roomId: string, roomData: MSC3575RoomData): Promise<void> {\n if (!roomData.required_state) {\n roomData.required_state = [];\n }\n if (!roomData.timeline) {\n roomData.timeline = [];\n }\n await this.emitPromised(SlidingSyncEvent.RoomData, roomId, roomData);\n }\n\n /**\n * Invoke all attached lifecycle listeners.\n * @param state - The Lifecycle state\n * @param resp - The raw sync response JSON\n * @param err - Any error that occurred when making the request e.g. network errors.\n */\n private invokeLifecycleListeners(\n state: SlidingSyncState,\n resp: MSC3575SlidingSyncResponse | null,\n err?: Error,\n ): void {\n this.emit(SlidingSyncEvent.Lifecycle, state, resp, err);\n }\n\n /**\n * Resend a Sliding Sync request. Used when something has changed in the request.\n */\n public resend(): void {\n this.needsResend = true;\n this.abortController?.abort();\n this.abortController = new AbortController();\n }\n\n /**\n * Stop syncing with the server.\n */\n public stop(): void {\n this.terminated = true;\n this.abortController?.abort();\n // remove all listeners so things can be GC'd\n this.removeAllListeners(SlidingSyncEvent.Lifecycle);\n this.removeAllListeners(SlidingSyncEvent.RoomData);\n }\n\n /**\n * Re-setup this connection e.g in the event of an expired session.\n */\n private resetup(): void {\n logger.warn(\"SlidingSync: resetting connection info\");\n // resend sticky params and de-confirm all subscriptions\n this.lists.forEach((l) => {\n l.setModified(true);\n });\n this.confirmedRoomSubscriptions = new Set<string>(); // leave desired ones alone though!\n // reset the connection as we might be wedged\n this.resend();\n }\n\n /**\n * Start syncing with the server. Blocks until stopped.\n */\n public async start(): Promise<void> {\n this.abortController = new AbortController();\n\n let currentPos: string | undefined;\n while (!this.terminated) {\n this.needsResend = false;\n let resp: MSC3575SlidingSyncResponse | undefined;\n try {\n const reqLists: Record<string, MSC3575List> = {};\n this.lists.forEach((l: SlidingList, key: string) => {\n reqLists[key] = l.getList(true);\n });\n const reqBody: MSC3575SlidingSyncRequest = {\n lists: reqLists,\n pos: currentPos,\n timeout: this.timeoutMS,\n clientTimeout: this.timeoutMS + BUFFER_PERIOD_MS,\n extensions: await this.getExtensionRequest(currentPos === undefined),\n };\n // check if we are (un)subscribing to a room and modify request this one time for it\n const newSubscriptions = difference(this.desiredRoomSubscriptions, this.confirmedRoomSubscriptions);\n const unsubscriptions = difference(this.confirmedRoomSubscriptions, this.desiredRoomSubscriptions);\n if (unsubscriptions.size > 0) {\n reqBody.unsubscribe_rooms = Array.from(unsubscriptions);\n }\n if (newSubscriptions.size > 0) {\n reqBody.room_subscriptions = {};\n for (const roomId of newSubscriptions) {\n const customSubName = this.roomIdToCustomSubscription.get(roomId);\n let sub = this.roomSubscriptionInfo;\n if (customSubName && this.customSubscriptions.has(customSubName)) {\n sub = this.customSubscriptions.get(customSubName)!;\n }\n reqBody.room_subscriptions[roomId] = sub;\n }\n }\n this.pendingReq = this.client.slidingSync(reqBody, this.proxyBaseUrl, this.abortController.signal);\n resp = await this.pendingReq;\n currentPos = resp.pos;\n // update what we think we're subscribed to.\n for (const roomId of newSubscriptions) {\n this.confirmedRoomSubscriptions.add(roomId);\n }\n for (const roomId of unsubscriptions) {\n this.confirmedRoomSubscriptions.delete(roomId);\n }\n // mark all these lists as having been sent as sticky so we don't keep sending sticky params\n this.lists.forEach((l) => {\n l.setModified(false);\n });\n // set default empty values so we don't need to null check\n resp.lists = resp.lists ?? {};\n resp.rooms = resp.rooms ?? {};\n resp.extensions = resp.extensions ?? {};\n Object.keys(resp.lists).forEach((key: string) => {\n const list = this.lists.get(key);\n if (!list || !resp) {\n return;\n }\n list.joinedCount = resp.lists[key].count;\n });\n this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, resp);\n } catch (err) {\n if ((<HTTPError>err).httpStatus) {\n this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, null, <Error>err);\n if ((<HTTPError>err).httpStatus === 400) {\n // session probably expired TODO: assign an errcode\n // so drop state and re-request\n this.resetup();\n currentPos = undefined;\n await sleep(50); // in case the 400 was for something else; don't tightloop\n continue;\n } // else fallthrough to generic error handling\n } else if (this.needsResend || (<Error>err).name === \"AbortError\") {\n continue; // don't sleep as we caused this error by abort()ing the request.\n }\n logger.error(err);\n await sleep(5000);\n }\n if (!resp) {\n continue;\n }\n await this.onPreExtensionsResponse(resp.extensions);\n\n for (const roomId in resp.rooms) {\n await this.invokeRoomDataListeners(roomId, resp!.rooms[roomId]);\n }\n\n this.invokeLifecycleListeners(SlidingSyncState.Complete, resp);\n await this.onPostExtensionsResponse(resp.extensions);\n }\n }\n}\n\nconst difference = (setA: Set<string>, setB: Set<string>): Set<string> => {\n const diff = new Set(setA);\n for (const elem of setB) {\n diff.delete(elem);\n }\n return diff;\n};\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"sliding-sync.js","names":[],"sources":["../src/sliding-sync.ts"],"sourcesContent":["/*\nCopyright 2022-2024 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 { logger } from \"./logger.ts\";\nimport { type MatrixClient } from \"./client.ts\";\nimport { type IRoomEvent, type IStateEvent } from \"./sync-accumulator.ts\";\nimport { TypedEventEmitter } from \"./models/typed-event-emitter.ts\";\nimport { sleep } from \"./utils.ts\";\nimport { type HTTPError } from \"./http-api/index.ts\";\n\n// /sync requests allow you to set a timeout= but the request may continue\n// beyond that and wedge forever, so we need to track how long we are willing\n// to keep open the connection. This constant is *ADDED* to the timeout= value\n// to determine the max time we're willing to wait.\nconst BUFFER_PERIOD_MS = 10 * 1000;\n\nexport const MSC3575_WILDCARD = \"*\";\nexport const MSC3575_STATE_KEY_ME = \"$ME\";\nexport const MSC3575_STATE_KEY_LAZY = \"$LAZY\";\n\n/**\n * Represents a subscription to a room or set of rooms. Controls which events are returned.\n */\nexport interface MSC3575RoomSubscription {\n required_state?: string[][];\n timeline_limit?: number;\n include_old_rooms?: MSC3575RoomSubscription;\n}\n\n/**\n * Controls which rooms are returned in a given list.\n */\nexport interface MSC3575Filter {\n is_dm?: boolean;\n is_encrypted?: boolean;\n is_invite?: boolean;\n room_name_like?: string;\n room_types?: string[];\n not_room_types?: string[];\n spaces?: string[];\n tags?: string[];\n not_tags?: string[];\n}\n\n/**\n * Represents a list subscription.\n */\nexport interface MSC3575List extends MSC3575RoomSubscription {\n ranges: number[][];\n sort?: string[];\n filters?: MSC3575Filter;\n slow_get_all_rooms?: boolean;\n}\n\n/**\n * A complete Sliding Sync request.\n */\nexport interface MSC3575SlidingSyncRequest {\n // json body params\n lists?: Record<string, MSC3575List>;\n unsubscribe_rooms?: string[];\n room_subscriptions?: Record<string, MSC3575RoomSubscription>;\n extensions?: object;\n txn_id?: string;\n\n // query params\n pos?: string;\n timeout?: number;\n clientTimeout?: number;\n}\n\n/**\n * New format of hero introduced in MSC4186 with display name and avatar URL\n * in addition to just user_id (as it is on the wire, with underscores)\n * as opposed to Hero in room-summary.ts which has fields in camelCase\n * (and also a flag to note what format the hero came from).\n */\nexport interface MSC4186Hero {\n user_id: string;\n displayname?: string;\n avatar_url?: string;\n}\n\nexport interface MSC3575RoomData {\n name: string;\n required_state: IStateEvent[];\n timeline: (IRoomEvent | IStateEvent)[];\n heroes?: MSC4186Hero[];\n notification_count?: number;\n highlight_count?: number;\n joined_count?: number;\n invited_count?: number;\n invite_state?: IStateEvent[];\n initial?: boolean;\n limited?: boolean;\n is_dm?: boolean;\n prev_batch?: string;\n num_live?: number;\n bump_stamp?: number;\n}\n\ninterface ListResponse {\n count: number;\n}\n\n/**\n * A complete Sliding Sync response\n */\nexport interface MSC3575SlidingSyncResponse {\n pos: string;\n txn_id?: string;\n lists: Record<string, ListResponse>;\n rooms: Record<string, MSC3575RoomData>;\n extensions: Record<string, object>;\n}\n\nexport enum SlidingSyncState {\n /**\n * Fired by SlidingSyncEvent.Lifecycle event immediately before processing the response.\n */\n RequestFinished = \"FINISHED\",\n /**\n * Fired by SlidingSyncEvent.Lifecycle event immediately after all room data listeners have been\n * invoked, but before list listeners.\n */\n Complete = \"COMPLETE\",\n}\n\n/**\n * Internal Class. SlidingList represents a single list in sliding sync. The list can have filters,\n * multiple sliding windows, and maintains the index-\\>room_id mapping.\n */\nclass SlidingList {\n private list!: MSC3575List;\n private isModified?: boolean;\n\n // returned data\n public joinedCount = 0;\n\n /**\n * Construct a new sliding list.\n * @param list - The range, sort and filter values to use for this list.\n */\n public constructor(list: MSC3575List) {\n this.replaceList(list);\n }\n\n /**\n * Mark this list as modified or not. Modified lists will return sticky params with calls to getList.\n * This is useful for the first time the list is sent, or if the list has changed in some way.\n * @param modified - True to mark this list as modified so all sticky parameters will be re-sent.\n */\n public setModified(modified: boolean): void {\n this.isModified = modified;\n }\n\n /**\n * Update the list range for this list. Does not affect modified status as list ranges are non-sticky.\n * @param newRanges - The new ranges for the list\n */\n public updateListRange(newRanges: number[][]): void {\n this.list.ranges = JSON.parse(JSON.stringify(newRanges));\n }\n\n /**\n * Replace list parameters. All fields will be replaced with the new list parameters.\n * @param list - The new list parameters\n */\n public replaceList(list: MSC3575List): void {\n list.filters = list.filters ?? {};\n list.ranges = list.ranges ?? [];\n this.list = JSON.parse(JSON.stringify(list));\n this.isModified = true;\n\n // reset values as the join count may be very different (if filters changed) including the rooms\n // (e.g. sort orders or sliding window ranges changed)\n\n // the total number of joined rooms according to the server, always >= len(roomIndexToRoomId)\n this.joinedCount = 0;\n }\n\n /**\n * Return a copy of the list suitable for a request body.\n * @param forceIncludeAllParams - True to forcibly include all params even if the list\n * hasn't been modified. Callers may want to do this if they are modifying the list prior to calling\n * updateList.\n */\n public getList(forceIncludeAllParams: boolean): MSC3575List {\n let list = {\n ranges: JSON.parse(JSON.stringify(this.list.ranges)),\n };\n if (this.isModified || forceIncludeAllParams) {\n list = JSON.parse(JSON.stringify(this.list));\n }\n return list;\n }\n}\n\n/**\n * When onResponse extensions should be invoked: before or after processing the main response.\n */\nexport enum ExtensionState {\n // Call onResponse before processing the response body. This is useful when your extension is\n // preparing the ground for the response body e.g. processing to-device messages before the\n // encrypted event arrives.\n PreProcess = \"ExtState.PreProcess\",\n // Call onResponse after processing the response body. This is useful when your extension is\n // decorating data from the client, and you rely on MatrixClient.getRoom returning the Room object\n // e.g. room account data.\n PostProcess = \"ExtState.PostProcess\",\n}\n\n/**\n * An interface that must be satisfied to register extensions\n */\nexport interface Extension<Req extends object, Res extends object> {\n /**\n * The extension name to go under 'extensions' in the request body.\n * @returns The JSON key.\n */\n name(): string;\n /**\n * A function which is called when the request JSON is being formed.\n * Returns the data to insert under this key.\n * @param isInitial - True when this is part of the initial request.\n * @returns The request JSON to send.\n */\n onRequest(isInitial: boolean): Promise<Req>;\n /**\n * A function which is called when there is response JSON under this extension.\n * @param data - The response JSON under the extension name.\n */\n onResponse(data: Res): Promise<void>;\n /**\n * Controls when onResponse should be called.\n * @returns The state when it should be called.\n */\n when(): ExtensionState;\n}\n\n/**\n * Events which can be fired by the SlidingSync class. These are designed to provide different levels\n * of information when processing sync responses.\n * - RoomData: concerns rooms, useful for SlidingSyncSdk to update its knowledge of rooms.\n * - Lifecycle: concerns callbacks at various well-defined points in the sync process.\n * Specifically, the order of event invocation is:\n * - Lifecycle (state=RequestFinished)\n * - RoomData (N times)\n * - Lifecycle (state=Complete)\n */\nexport enum SlidingSyncEvent {\n /**\n * This event fires when there are updates for a room. Fired as and when rooms are encountered\n * in the response.\n */\n RoomData = \"SlidingSync.RoomData\",\n /**\n * This event fires at various points in the /sync loop lifecycle.\n * - SlidingSyncState.RequestFinished: Fires after we receive a valid response but before the\n * response has been processed. Perform any pre-process steps here. If there was a problem syncing,\n * `err` will be set (e.g network errors).\n * - SlidingSyncState.Complete: Fires after the response has been processed.\n */\n Lifecycle = \"SlidingSync.Lifecycle\",\n}\n\nexport type SlidingSyncEventHandlerMap = {\n [SlidingSyncEvent.RoomData]: (roomId: string, roomData: MSC3575RoomData) => Promise<void> | void;\n [SlidingSyncEvent.Lifecycle]: (\n state: SlidingSyncState,\n resp: MSC3575SlidingSyncResponse | null,\n err?: Error,\n ) => void;\n};\n\n/**\n * SlidingSync is a high-level data structure which controls the majority of sliding sync.\n * It has no hooks into JS SDK except for needing a MatrixClient to perform the HTTP request.\n * This means this class (and everything it uses) can be used in isolation from JS SDK if needed.\n * To hook this up with the JS SDK, you need to use SlidingSyncSdk.\n */\nexport class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSyncEventHandlerMap> {\n private lists: Map<string, SlidingList>;\n private listModifiedCount = 0;\n private terminated = false;\n // flag set when resend() is called because we cannot rely on detecting AbortError in JS SDK :(\n private needsResend = false;\n // map of extension name to req/resp handler\n private extensions: Record<string, Extension<any, any>> = {};\n\n private desiredRoomSubscriptions = new Set<string>(); // the *desired* room subscriptions\n private confirmedRoomSubscriptions = new Set<string>();\n\n // map of custom subscription name to the subscription\n private customSubscriptions: Map<string, MSC3575RoomSubscription> = new Map();\n // map of room ID to custom subscription name\n private roomIdToCustomSubscription: Map<string, string> = new Map();\n\n private pendingReq?: Promise<MSC3575SlidingSyncResponse>;\n private abortController?: AbortController;\n\n /**\n * Create a new sliding sync instance\n * @param proxyBaseUrl - The base URL of the sliding sync proxy\n * @param lists - The lists to use for sliding sync.\n * @param roomSubscriptionInfo - The params to use for room subscriptions.\n * @param client - The client to use for /sync calls.\n * @param timeoutMS - The number of milliseconds to wait for a response.\n */\n public constructor(\n private readonly proxyBaseUrl: string,\n lists: Map<string, MSC3575List>,\n private roomSubscriptionInfo: MSC3575RoomSubscription,\n private readonly client: MatrixClient,\n private readonly timeoutMS: number,\n ) {\n super();\n this.lists = new Map<string, SlidingList>();\n lists.forEach((list, key) => {\n this.lists.set(key, new SlidingList(list));\n });\n }\n\n /**\n * Add a custom room subscription, referred to by an arbitrary name. If a subscription with this\n * name already exists, it is replaced. No requests are sent by calling this method.\n * @param name - The name of the subscription. Only used to reference this subscription in\n * useCustomSubscription.\n * @param sub - The subscription information.\n */\n public addCustomSubscription(name: string, sub: MSC3575RoomSubscription): void {\n if (this.customSubscriptions.has(name)) {\n logger.warn(`addCustomSubscription: ${name} already exists as a custom subscription, ignoring.`);\n return;\n }\n this.customSubscriptions.set(name, sub);\n }\n\n /**\n * Use a custom subscription previously added via addCustomSubscription. No requests are sent\n * by calling this method. Use modifyRoomSubscriptions to resend subscription information.\n * @param roomId - The room to use the subscription in.\n * @param name - The name of the subscription. If this name is unknown, the default subscription\n * will be used.\n */\n public useCustomSubscription(roomId: string, name: string): void {\n // We already know about this custom subscription, as it is immutable,\n // we don't need to unconfirm the subscription.\n if (this.roomIdToCustomSubscription.get(roomId) === name) {\n return;\n }\n this.roomIdToCustomSubscription.set(roomId, name);\n // unconfirm this subscription so a resend() will send it up afresh.\n this.confirmedRoomSubscriptions.delete(roomId);\n }\n\n /**\n * Get the room index data for a list.\n * @param key - The list key\n * @returns The list data which contains the rooms in this list\n */\n public getListData(key: string): { joinedCount: number } | null {\n const data = this.lists.get(key);\n if (!data) {\n return null;\n }\n return {\n joinedCount: data.joinedCount,\n };\n }\n\n /**\n * Get the full request list parameters for a list index. This function is provided for callers to use\n * in conjunction with setList to update fields on an existing list.\n * @param key - The list key to get the params for.\n * @returns A copy of the list params or undefined.\n */\n public getListParams(key: string): MSC3575List | null {\n const params = this.lists.get(key);\n if (!params) {\n return null;\n }\n return params.getList(true);\n }\n\n /**\n * Set new ranges for an existing list. Calling this function when _only_ the ranges have changed\n * is more efficient than calling setList(index,list) as this function won't resend sticky params,\n * whereas setList always will.\n * @param key - The list key to modify\n * @param ranges - The new ranges to apply.\n * @returns A promise which resolves to the transaction ID when it has been received down sync\n * (or rejects with the transaction ID if the action was not applied e.g the request was cancelled\n * immediately after sending, in which case the action will be applied in the subsequent request)\n */\n public setListRanges(key: string, ranges: number[][]): void {\n const list = this.lists.get(key);\n if (!list) {\n throw new Error(\"no list with key \" + key);\n }\n list.updateListRange(ranges);\n this.resend();\n }\n\n /**\n * Add or replace a list. Calling this function will interrupt the /sync request to resend new\n * lists.\n * @param key - The key to modify\n * @param list - The new list parameters.\n * @returns A promise which resolves to the transaction ID when it has been received down sync\n * (or rejects with the transaction ID if the action was not applied e.g the request was cancelled\n * immediately after sending, in which case the action will be applied in the subsequent request)\n */\n public setList(key: string, list: MSC3575List): void {\n const existingList = this.lists.get(key);\n if (existingList) {\n existingList.replaceList(list);\n this.lists.set(key, existingList);\n } else {\n this.lists.set(key, new SlidingList(list));\n }\n this.listModifiedCount += 1;\n this.resend();\n }\n\n /**\n * Get the room subscriptions for the sync API.\n * @returns A copy of the desired room subscriptions.\n */\n public getRoomSubscriptions(): Set<string> {\n return new Set(Array.from(this.desiredRoomSubscriptions));\n }\n\n /**\n * Modify the room subscriptions for the sync API. Calling this function will interrupt the\n * /sync request to resend new subscriptions. If the /sync stream has not started, this will\n * prepare the room subscriptions for when start() is called.\n * @param s - The new desired room subscriptions.\n */\n public modifyRoomSubscriptions(s: Set<string>): void {\n this.desiredRoomSubscriptions = s;\n this.resend();\n }\n\n /**\n * Modify which events to retrieve for room subscriptions. Invalidates all room subscriptions\n * such that they will be sent up afresh.\n * @param rs - The new room subscription fields to fetch.\n */\n public modifyRoomSubscriptionInfo(rs: MSC3575RoomSubscription): void {\n this.roomSubscriptionInfo = rs;\n this.confirmedRoomSubscriptions = new Set<string>();\n this.resend();\n }\n\n /**\n * Register an extension to send with the /sync request.\n * @param ext - The extension to register.\n */\n public registerExtension(ext: Extension<any, any>): void {\n if (this.extensions[ext.name()]) {\n throw new Error(`registerExtension: ${ext.name()} already exists as an extension`);\n }\n this.extensions[ext.name()] = ext;\n }\n\n private async getExtensionRequest(isInitial: boolean): Promise<Record<string, object | undefined>> {\n const ext: Record<string, object | undefined> = {};\n for (const extName in this.extensions) {\n ext[extName] = await this.extensions[extName].onRequest(isInitial);\n }\n return ext;\n }\n\n private async onPreExtensionsResponse(ext: Record<string, object>): Promise<void> {\n await Promise.all(\n Object.keys(ext).map(async (extName) => {\n if (this.extensions[extName].when() == ExtensionState.PreProcess) {\n await this.extensions[extName].onResponse(ext[extName]);\n }\n }),\n );\n }\n\n private async onPostExtensionsResponse(ext: Record<string, object>): Promise<void> {\n await Promise.all(\n Object.keys(ext).map(async (extName) => {\n if (this.extensions[extName].when() == ExtensionState.PostProcess) {\n await this.extensions[extName].onResponse(ext[extName]);\n }\n }),\n );\n }\n\n /**\n * Invoke all attached room data listeners.\n * @param roomId - The room which received some data.\n * @param roomData - The raw sliding sync response JSON.\n */\n private async invokeRoomDataListeners(roomId: string, roomData: MSC3575RoomData): Promise<void> {\n if (!roomData.required_state) {\n roomData.required_state = [];\n }\n if (!roomData.timeline) {\n roomData.timeline = [];\n }\n await this.emitPromised(SlidingSyncEvent.RoomData, roomId, roomData);\n }\n\n /**\n * Invoke all attached lifecycle listeners.\n * @param state - The Lifecycle state\n * @param resp - The raw sync response JSON\n * @param err - Any error that occurred when making the request e.g. network errors.\n */\n private invokeLifecycleListeners(\n state: SlidingSyncState,\n resp: MSC3575SlidingSyncResponse | null,\n err?: Error,\n ): void {\n this.emit(SlidingSyncEvent.Lifecycle, state, resp, err);\n }\n\n /**\n * Resend a Sliding Sync request. Used when something has changed in the request.\n */\n public resend(): void {\n this.needsResend = true;\n this.abortController?.abort();\n this.abortController = new AbortController();\n }\n\n /**\n * Stop syncing with the server.\n */\n public stop(): void {\n this.terminated = true;\n this.abortController?.abort();\n // remove all listeners so things can be GC'd\n this.removeAllListeners(SlidingSyncEvent.Lifecycle);\n this.removeAllListeners(SlidingSyncEvent.RoomData);\n }\n\n /**\n * Re-setup this connection e.g in the event of an expired session.\n */\n private resetup(): void {\n logger.warn(\"SlidingSync: resetting connection info\");\n // resend sticky params and de-confirm all subscriptions\n this.lists.forEach((l) => {\n l.setModified(true);\n });\n this.confirmedRoomSubscriptions = new Set<string>(); // leave desired ones alone though!\n // reset the connection as we might be wedged\n this.resend();\n }\n\n /**\n * Start syncing with the server. Blocks until stopped.\n */\n public async start(): Promise<void> {\n this.abortController = new AbortController();\n\n let currentPos: string | undefined;\n while (!this.terminated) {\n this.needsResend = false;\n let resp: MSC3575SlidingSyncResponse | undefined;\n try {\n const reqLists: Record<string, MSC3575List> = {};\n this.lists.forEach((l: SlidingList, key: string) => {\n reqLists[key] = l.getList(true);\n });\n const reqBody: MSC3575SlidingSyncRequest = {\n lists: reqLists,\n pos: currentPos,\n timeout: this.timeoutMS,\n clientTimeout: this.timeoutMS + BUFFER_PERIOD_MS,\n extensions: await this.getExtensionRequest(currentPos === undefined),\n };\n // check if we are (un)subscribing to a room and modify request this one time for it\n const newSubscriptions = difference(this.desiredRoomSubscriptions, this.confirmedRoomSubscriptions);\n const unsubscriptions = difference(this.confirmedRoomSubscriptions, this.desiredRoomSubscriptions);\n if (unsubscriptions.size > 0) {\n reqBody.unsubscribe_rooms = Array.from(unsubscriptions);\n }\n if (newSubscriptions.size > 0) {\n reqBody.room_subscriptions = {};\n for (const roomId of newSubscriptions) {\n const customSubName = this.roomIdToCustomSubscription.get(roomId);\n let sub = this.roomSubscriptionInfo;\n if (customSubName && this.customSubscriptions.has(customSubName)) {\n sub = this.customSubscriptions.get(customSubName)!;\n }\n reqBody.room_subscriptions[roomId] = sub;\n }\n }\n this.pendingReq = this.client.slidingSync(reqBody, this.proxyBaseUrl, this.abortController.signal);\n resp = await this.pendingReq;\n currentPos = resp.pos;\n // update what we think we're subscribed to.\n for (const roomId of newSubscriptions) {\n this.confirmedRoomSubscriptions.add(roomId);\n }\n for (const roomId of unsubscriptions) {\n this.confirmedRoomSubscriptions.delete(roomId);\n }\n // mark all these lists as having been sent as sticky so we don't keep sending sticky params\n this.lists.forEach((l) => {\n l.setModified(false);\n });\n // set default empty values so we don't need to null check\n resp.lists = resp.lists ?? {};\n resp.rooms = resp.rooms ?? {};\n resp.extensions = resp.extensions ?? {};\n Object.keys(resp.lists).forEach((key: string) => {\n const list = this.lists.get(key);\n if (!list || !resp) {\n return;\n }\n list.joinedCount = resp.lists[key].count;\n });\n this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, resp);\n } catch (err) {\n if ((<HTTPError>err).httpStatus) {\n this.invokeLifecycleListeners(SlidingSyncState.RequestFinished, null, <Error>err);\n if ((<HTTPError>err).httpStatus === 400) {\n // session probably expired TODO: assign an errcode\n // so drop state and re-request\n this.resetup();\n currentPos = undefined;\n await sleep(50); // in case the 400 was for something else; don't tightloop\n continue;\n } // else fallthrough to generic error handling\n } else if (this.needsResend || (<Error>err).name === \"AbortError\") {\n continue; // don't sleep as we caused this error by abort()ing the request.\n }\n logger.error(err);\n await sleep(5000);\n }\n if (!resp) {\n continue;\n }\n await this.onPreExtensionsResponse(resp.extensions);\n\n for (const roomId in resp.rooms) {\n await this.invokeRoomDataListeners(roomId, resp!.rooms[roomId]);\n }\n\n this.invokeLifecycleListeners(SlidingSyncState.Complete, resp);\n await this.onPostExtensionsResponse(resp.extensions);\n }\n }\n}\n\nconst difference = (setA: Set<string>, setB: Set<string>): Set<string> => {\n const diff = new Set(setA);\n for (const elem of setB) {\n diff.delete(elem);\n }\n return diff;\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1,3 @@
1
- export {};
1
+ export {};
2
+ export {};
3
+ //# sourceMappingURL=index.js.map