{"id":31738199,"url":"https://github.com/ethancedwards8/muchrooms","last_synced_at":"2026-07-19T01:35:40.898Z","repository":{"id":314014380,"uuid":"1049422716","full_name":"ethancedwards8/muchrooms","owner":"ethancedwards8","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-03T00:51:24.000Z","size":258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-19T01:35:23.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethancedwards8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ethancedwards8","buy_me_a_coffee":"ethancedwards8"}},"created_at":"2025-09-03T00:46:40.000Z","updated_at":"2025-09-03T00:51:28.000Z","dependencies_parsed_at":"2025-09-10T04:37:47.386Z","dependency_job_id":null,"html_url":"https://github.com/ethancedwards8/muchrooms","commit_stats":null,"previous_names":["ethancedwards8/muchrooms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethancedwards8/muchrooms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethancedwards8%2Fmuchrooms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethancedwards8%2Fmuchrooms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethancedwards8%2Fmuchrooms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethancedwards8%2Fmuchrooms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethancedwards8","download_url":"https://codeload.github.com/ethancedwards8/muchrooms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethancedwards8%2Fmuchrooms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35637763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T09:55:44.928Z","updated_at":"2026-07-19T01:35:40.871Z","avatar_url":"https://github.com/ethancedwards8.png","language":"Rust","funding_links":["https://github.com/sponsors/ethancedwards8","https://buymeacoffee.com/ethancedwards8"],"categories":[],"sub_categories":[],"readme":"# Muchrooms\n\nThis is an XMPP group chat component implementation in Rust. Its goal is to\nimplement MUC (XEP-0045) and GC3 (currently being written).\n\nThe name is pronounced “mushrooms”.\n\n## License\n\nThis project is available under the AGPL-3.0-or-later license. See the LICENSE\nfile.\n\n## Community\n\nYou can find the XMPP chatroom at [muchrooms@xmpp.rs](xmpp:muchrooms@xmpp.rs?join)\n(requires an XMPP client).\n\nWe are using the [JoinJabber Code of\nConduct](https://joinjabber.org/about/community/codeofconduct/) for the\nwell-being of the community. Please refer to it in case of a conflict in any\nof the muchrooms venues (channel, forge, etc.).\n\nThe mediation team is currently composed of:\n- [pep@bouah.net](xmpp:pep@bouah.net) (xmpp, and mail)\n\n## Contributing\n\n[Contributing guidelines](CONTRIBUTING.md) are available, please do read them\nbefore committing to help on the project.\n\n## Checklist\n\n### XMPP\n\n- [x] Join\n\t* [x] Normal sessions\n\t* [x] MSN\n- [-] Presence\n\t* [x] Resync\n\t* [ ] Updates\n\t* [-] Probes (storing updates to answer probes)\n\t\t- Storing presences but not answering when they're being queried, yet.\n\t* [x] Nick changes\n- [-] Iq\n\t* [-] Ping answers\n\t\t- [x] Ping component (always succeeds)\n\t\t- [-] Ping room (always fails. Awaiting affiliation support)\n\t\t- [x] Ping participant (0410)\n\t* [ ] Ping probes?\n\t* [ ] Routing Public PEP?\n\t* [x] Default \"service-unavailable\"\n- [ ] Messages\n\t* [ ] Broadcast\n\t* [ ] History?\n\t* [ ] MAM?\n- [?] Leave\n- [ ] Affiliations / roles\n- [ ] Configuration\n\t* [ ] Modes\n\t\t- [ ] Non-anon\n\t\t- [ ] Semi-anon\n\t\t- [ ] Full-anon? (with some kind of occupant-id (0421)?)\n- [ ] Mediated invites\n- [ ] Room state\n\t* [ ] Locked\n\t* [ ] Destroyed / Tombstoned?\n- [ ] Private Messages?\n- [ ] MUC Eventing Protocol (MEP - 0316)\n- [ ] Optimisations\n\t* [ ] Presence versioning (0436)\n\t* [ ] Room Activity Indicator (0437)\n\t* [ ] Affiliation versioning (0463)\n\t* [ ] Caching participant caps\n\n### Storage\n\n- [ ] Persistent storage of room data\n\n### Component Configuration\n\n- [ ] Interface\n\t* [ ] File?\n\t* [ ] Adhoc?\n- [ ] Options?\n\t* [ ] Host\n\t* [ ] Secret\n\t* [ ] Admins?\n\t* [ ] ...?\n\n## To Think About\n\n### Pseudonimity\n\nhttps://logs.xmpp.org/xsf/2023-01-05?p=h#2023-01-05-fe0286ff34b3de39\n\u003e A MUC could pretend to be non-anon and give out burner JIDs at a companion service\n\n### Moderation\n\n\u003e +mz makes all messages in a channel get redirected to ops only, and other users don't see them\n\u003e it's very useful for e.g. abuse reporting channels\n\n- Shadowbans\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethancedwards8%2Fmuchrooms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethancedwards8%2Fmuchrooms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethancedwards8%2Fmuchrooms/lists"}