#1866 Anonymous accounts cannot discover public MUCs
Reporter
Trung
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Status-Accepted
Priority-Medium
Type-Defect
Milestone-0.13
Trung
on
Anonymous accounts cannot discover public MUCs:
```
| c2s55818c5907b0 debug Received[c2s]: <iq xml:lang='en' type='get' id='discoitemsreq' to='hall.trung.fun'>
| hall.trung.fun:muc debug host-disco-items called
| hall.trung.fun:muc debug Returning empty room list to unauthorized request
| c2s55818c5907b0 debug Sending[c2s]: iq to='epid_8ztkaimsmci5bbioc43@anon.trung.fun/dZOUkqHJGOg' type='result' id='discoitemsreq' from='hall.trung.fun'>
```
Anonymous account *should* be able to discover MUCs because public MUCs allows anonymous account to join by default. Also, people don't even need to use anonymous services to search for public MUCs.
Zash
on
Thanks for the report, but you forgot to include version information. Trunk?
Anonymous accounts cannot discover public MUCs: ``` | c2s55818c5907b0 debug Received[c2s]: <iq xml:lang='en' type='get' id='discoitemsreq' to='hall.trung.fun'> | hall.trung.fun:muc debug host-disco-items called | hall.trung.fun:muc debug Returning empty room list to unauthorized request | c2s55818c5907b0 debug Sending[c2s]: iq to='epid_8ztkaimsmci5bbioc43@anon.trung.fun/dZOUkqHJGOg' type='result' id='discoitemsreq' from='hall.trung.fun'> ``` Anonymous account *should* be able to discover MUCs because public MUCs allows anonymous account to join by default. Also, people don't even need to use anonymous services to search for public MUCs.
Thanks for the report, but you forgot to include version information. Trunk?
ChangesMessage added in https://hg.prosody.im/trunk/rev/939df56a51ba so must be some trunk.
Changes