{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":9750588,"defaultBranch":"master","name":"strophejs","ownerLogin":"strophe","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-04-29T14:59:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4292753?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715084902.0","currentOid":""},"activityList":{"items":[{"before":"a91505616db11cd207039f57ed2fc8c6af7314fd","after":"d4e9996e154e81a75e9896cb07e5cfbf0d60ec25","ref":"refs/heads/master","pushedAt":"2024-05-07T12:33:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Bugfix. Properly set `exports` value in package.json\n\nOtherwise the following error appears when importing from Strophe:\n```\nModule not found: Error: Package path . is not exported from package\n```\n\nFrom what I can tell looking at the documentation (https://webpack.js.org/guides/package-exports),\nthe previous values are invalid since they don't start with a `.`, so I removed them.\n\nLeaving them in also caused this error:\n```\nModule not found: Error: Exports field key should be relative path and start with \".\" (key: \"node\")\n```","shortMessageHtmlLink":"Bugfix. Properly set exports value in package.json"}},{"before":null,"after":"120807d90c881a5e351e3129e9a4985a7d699628","ref":"refs/heads/jcbrand/bugfix-exports","pushedAt":"2024-05-07T12:28:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Bugfix. Properly set `exports` value in package.json\n\nOtherwise the following error appears when importing from Strophe:\n```\nModule not found: Error: Package path . is not exported from package\n```\n\nFrom what I can tell looking at the documentation (https://webpack.js.org/guides/package-exports),\nthe previous values are invalid since they don't start with a `.`, so I removed them.\n\nLeaving them in also caused this error:\n```\nModule not found: Error: Exports field key should be relative path and start with \".\" (key: \"node\")\n```","shortMessageHtmlLink":"Bugfix. Properly set exports value in package.json"}},{"before":"88e7ac609d302c2674b15ae2fa6ec1d6412b1517","after":"a91505616db11cd207039f57ed2fc8c6af7314fd","ref":"refs/heads/master","pushedAt":"2024-05-07T12:01:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Release 3.0.0","shortMessageHtmlLink":"Release 3.0.0"}},{"before":"fd5916e7bd2c7b5a75e74f895270a16b26d34b1f","after":"88e7ac609d302c2674b15ae2fa6ec1d6412b1517","ref":"refs/heads/master","pushedAt":"2024-05-07T11:42:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"fix: _checkStreamError","shortMessageHtmlLink":"fix: _checkStreamError"}},{"before":"57ff5e731d7e83a4025492b2973b3d1524239f46","after":"fd5916e7bd2c7b5a75e74f895270a16b26d34b1f","ref":"refs/heads/master","pushedAt":"2024-04-07T19:07:23.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"fix: querySelector not implemented by xmldom","shortMessageHtmlLink":"fix: querySelector not implemented by xmldom"}},{"before":"31f919963e7814840ae2ae82c8c845f8b630dcf6","after":"57ff5e731d7e83a4025492b2973b3d1524239f46","ref":"refs/heads/master","pushedAt":"2024-04-01T20:26:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Export Request from index.","shortMessageHtmlLink":"Export Request from index."}},{"before":"d6cb60012fd243a1c3f1033e8acd6c80264d65cf","after":"31f919963e7814840ae2ae82c8c845f8b630dcf6","ref":"refs/heads/master","pushedAt":"2024-04-01T07:07:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Export `Stanza` class","shortMessageHtmlLink":"Export Stanza class"}},{"before":"a02d8932d6d6175a72833f7493b5ca9562438509","after":"d6cb60012fd243a1c3f1033e8acd6c80264d65cf","ref":"refs/heads/master","pushedAt":"2024-03-23T18:27:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Reduce logging severity","shortMessageHtmlLink":"Reduce logging severity"}},{"before":"62cd93989269e86fb13e9eade1aa9a7470c4aab6","after":"a02d8932d6d6175a72833f7493b5ca9562438509","ref":"refs/heads/master","pushedAt":"2024-03-22T20:01:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Re-add log functions to `Strophe` obj","shortMessageHtmlLink":"Re-add log functions to Strophe obj"}},{"before":"0b2503966dbd7689212d4e6a72ae30782162b4d6","after":null,"ref":"refs/heads/jcbrand/remove-circular-deps","pushedAt":"2024-03-22T19:13:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"}},{"before":"c1ac71ddc1b9bfff55887e5552c9fed344d8e03d","after":"62cd93989269e86fb13e9eade1aa9a7470c4aab6","ref":"refs/heads/master","pushedAt":"2024-03-22T19:13:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Refactor in oder to remove circular dependencies\n\n- Moved the `serialize` function into the `Builder`\n- Moved log functions into `./log.js`\n- Declare `Strophe` in `./index.js` and don't import it from anywhere else.\n\nUsed `dpdm` to identify circular dependencies:\n\n```\nnpx dpdm src/index.js --warning=off\n```","shortMessageHtmlLink":"Refactor in oder to remove circular dependencies"}},{"before":"bdd6b58cbba8c22ae2ab290d58f6fe056896c344","after":"0b2503966dbd7689212d4e6a72ae30782162b4d6","ref":"refs/heads/jcbrand/remove-circular-deps","pushedAt":"2024-03-22T14:58:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Refactor in oder to remove circular dependencies\n\n- Moved the `serialize` function into the `Builder`\n- Moved log functions into `./log.js`\n- Declare `Strophe` in `./index.js` and don't import it from anywhere else.\n\nUsed `dpdm` to identify circular dependencies:\n\n```\nnpx dpdm src/index.js --warning=off\n```","shortMessageHtmlLink":"Refactor in oder to remove circular dependencies"}},{"before":"8bc25d582e1b75894dc4e2d0c000b9e663a87c67","after":"bdd6b58cbba8c22ae2ab290d58f6fe056896c344","ref":"refs/heads/jcbrand/remove-circular-deps","pushedAt":"2024-03-22T14:56:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Refactor in oder to remove circular dependencies\n\n- Moved the `serialize` function into the `Builder`\n- Moved log functions into `./log.js`\n- Declare `Strophe` in `./index.js` and don't import it from anywhere else.","shortMessageHtmlLink":"Refactor in oder to remove circular dependencies"}},{"before":"29351bcf7507d27a4c236d4844cdff60e4040305","after":"8bc25d582e1b75894dc4e2d0c000b9e663a87c67","ref":"refs/heads/jcbrand/remove-circular-deps","pushedAt":"2024-03-22T14:32:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Refactor in oder to remove circular dependencies","shortMessageHtmlLink":"Refactor in oder to remove circular dependencies"}},{"before":null,"after":"29351bcf7507d27a4c236d4844cdff60e4040305","ref":"refs/heads/jcbrand/remove-circular-deps","pushedAt":"2024-03-22T13:22:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Refactor in oder to remove circular dependencies","shortMessageHtmlLink":"Refactor in oder to remove circular dependencies"}},{"before":"d43a619346abf40d6533302bd5aea5bc907a3dd9","after":"c1ac71ddc1b9bfff55887e5552c9fed344d8e03d","ref":"refs/heads/master","pushedAt":"2024-02-21T18:10:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Release 2.0.0","shortMessageHtmlLink":"Release 2.0.0"}},{"before":"a75895308216e81b28f58d276395a01b15c9e645","after":"d43a619346abf40d6533302bd5aea5bc907a3dd9","ref":"refs/heads/master","pushedAt":"2024-01-18T12:08:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Make only scram mandatory extensions abort connection","shortMessageHtmlLink":"Make only scram mandatory extensions abort connection"}},{"before":"c1f0675c8308789d9795c5fdf0914463cd9ee787","after":"a75895308216e81b28f58d276395a01b15c9e645","ref":"refs/heads/master","pushedAt":"2023-12-02T20:08:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"JSDoc: indicate optional parameters","shortMessageHtmlLink":"JSDoc: indicate optional parameters"}},{"before":"1f87f57f4fe8ab9360ece71b7371ef3bd791303f","after":"c1f0675c8308789d9795c5fdf0914463cd9ee787","ref":"refs/heads/master","pushedAt":"2023-12-02T19:59:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Bugfix. `attach` wasn't working for WorkerWebsocket","shortMessageHtmlLink":"Bugfix. attach wasn't working for WorkerWebsocket"}},{"before":"9dcd0fa11f86521b6b87ab7088a50cda61e34b85","after":"1f87f57f4fe8ab9360ece71b7371ef3bd791303f","ref":"refs/heads/master","pushedAt":"2023-12-02T09:50:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Indicate more optional parameters","shortMessageHtmlLink":"Indicate more optional parameters"}},{"before":"b8780a2d8f7f8eda36d0675a72471ac85dc29ab7","after":"9dcd0fa11f86521b6b87ab7088a50cda61e34b85","ref":"refs/heads/master","pushedAt":"2023-12-02T09:36:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Indicate optional parameters","shortMessageHtmlLink":"Indicate optional parameters"}},{"before":"d683aba6f5f0cd7aaa7fcb82b8a37792a3d5143c","after":"b8780a2d8f7f8eda36d0675a72471ac85dc29ab7","ref":"refs/heads/master","pushedAt":"2023-11-19T11:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Make attrs optional for builder functions","shortMessageHtmlLink":"Make attrs optional for builder functions"}},{"before":"af1b77e114a9da5d11c94f68a380da1f114f359c","after":"d683aba6f5f0cd7aaa7fcb82b8a37792a3d5143c","ref":"refs/heads/master","pushedAt":"2023-11-18T13:18:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Allow attrs to be omitted","shortMessageHtmlLink":"Allow attrs to be omitted"}},{"before":"b2211ebb87dc9e17b27b13feab56e06dc6272837","after":"af1b77e114a9da5d11c94f68a380da1f114f359c","ref":"refs/heads/master","pushedAt":"2023-11-15T09:17:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Looks like newer browser DOMParser implemmentations parse differently","shortMessageHtmlLink":"Looks like newer browser DOMParser implemmentations parse differently"}},{"before":"6b24a2a2121884b2d02aeb5756142f7dcaf05d9e","after":"b2211ebb87dc9e17b27b13feab56e06dc6272837","ref":"refs/heads/master","pushedAt":"2023-11-15T08:56:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jcbrand","name":"JC Brand","path":"/jcbrand","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/683911?s=80&v=4"},"commit":{"message":"Export Builder from index","shortMessageHtmlLink":"Export Builder from index"}},{"before":"bc8bd805399ea1961d294cc5f1a02c6212663df1","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/eslint-8.50.0","pushedAt":"2023-10-09T05:53:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"670e393ecf0fa4d3d0d0f1f41c8b2f47a8f881fc","ref":"refs/heads/dependabot/npm_and_yarn/eslint-8.51.0","pushedAt":"2023-10-09T05:53:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump eslint from 8.45.0 to 8.51.0\n\nBumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.51.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.51.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump eslint from 8.45.0 to 8.51.0"}},{"before":"bbf9f25aa1cee8a7bcc7d11ba0a622a83e2763c5","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/rollup/plugin-node-resolve-15.2.2","pushedAt":"2023-10-09T05:53:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"a77b36f91fe108df55b2cee83e5bab8ed4627681","ref":"refs/heads/dependabot/npm_and_yarn/rollup/plugin-node-resolve-15.2.3","pushedAt":"2023-10-09T05:53:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.3\n\nBumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.1.0 to 15.2.3.\n- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)\n- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)\n\n---\nupdated-dependencies:\n- dependency-name: \"@rollup/plugin-node-resolve\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.3"}},{"before":"bc2ffe8e99cd0a4993713505cb4d3573567eb72f","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sinon-16.0.0","pushedAt":"2023-10-06T05:34:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQ41nBwA","startCursor":null,"endCursor":null}},"title":"Activity ยท strophe/strophejs"}