-
For general questions please use our projects forums.
In this case MUC and HTTP API component are behaving correctly. If I'm correct you are using
/rest/streamendpoint (you have not mentioned this).As you can see packet is sent from HTTP API component with it's address set as a
fromattribute. Due to that MUC component rejects to return members list as HTTP API component is not a member of a room you are trying to query for list of members (this is correct according to MUC specification). -
Andrzej Wójcik wrote:
For general questions please use our projects forums.
In this case MUC and HTTP API component are behaving correctly. If I'm correct you are using
/rest/streamendpoint (you have not mentioned this).As you can see packet is sent from HTTP API component with it's address set as a
fromattribute. Due to that MUC component rejects to return members list as HTTP API component is not a member of a room you are trying to query for list of members (this is correct according to MUC specification).thanks a lot!
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| RedmineID |
4905
|
I met a problem when call the HTTP API to Getting the Member List:
post:
what should I do to solve this problem?