prose-im / prose-core-client

Prose core XMPP client manager & protocols.
https://prose.org
Mozilla Public License 2.0
18 stars 3 forks source link

Loading MAM messages while room is still connecting fails #55

Closed nesium closed 4 months ago

nesium commented 4 months ago

The problem is that at this point info.type is still RoomType::Unknown which is required to determine which type of message to send (chat or groupchat). We do know however that we're connecting to a MUC room so this should be taken into consideration.