Hi,
Is it possible to retrieve the list of users currently in a muc room, along with the message history but without joining the room. Currently a call to disco#items is returning a valid packet, but missing the messages and users seen in a response that follows joining the same room.
Many thanks.
funkingburt
funkingburt wrote: Is it
Is it possible to retrieve the list of users currently in a muc room, ... but without joining the room.
Yes, if the room is public:
http://xmpp.org/extensions/xep-0045.html#disco-roomitems
Example:
along with the message history
No, that isn't implemented.