In the XMPP module.h you add 2 new function: OnXmppRoomCreated && OnXmppRoomConfigured.
Now I’m getting a compilation error because FXmppRoomId is not known. What should we add as an header in order to use this properly?
If I add the header file containing this declaration, I have a lot more errors saying that some class/struct are not defined. I don’t know how to fix this change properly in my implementation. (as of know, I using the XMPP module in my GameInstance Class)
for now, I add typedef FString FXmppRoomId; before the header, but that’s dirty coding.
I’m sorry to raise this as a bug, but I didn’t know in which category I should have set it to get your feedback as this is link to 4.12 migration
That’s a very odd issue. From diffing the 4.11 and 4.12 versions against each other, it is literally just those two functions being added so I’m not sure where the compilation error is coming from. I’ll leave this in bug reports as it seems like something that would affect anyone using this. I’ll be contacting someone more well versed in this particular module and get back to you asap. Thanks for the report!