Paweł Chmielowski
Paweł Chmielowski
@badlop Ah, missed that forget room call. That call was there to delete entry from db, as we will not delete this otherwise, we probably should add function that just...
I think you could even not need any changes in ejabberd_hooks, you will need to add two hooks with low and high priority, to get notified at start and of...
Interesting it works here, you aren't receiving any pubsub events when you send that? Are you receiving iq result for that original iq vcard request?
The only thing that could be a problem is code that we use to get avatar pixel size, it depends on external graphics libraries, so maybe there is some problem...
Thank you, let me think about a way to trace it.
Looks like this is was added in later revision of this xep, than what ejabberd implements. I will see what can be done about it
I added this in 926f60b2ed6ca4ce2796bcc83ccad62aba12fb99
Yes, this fixed this problem in my tests.
Hello, could you tell me what look your code that has problem with distingishing between those two? is that a problem with parsing xml data, or using records from that...
I am not sure if those changes are sufficient, gen_statem requires for example callback_mode() hook that i think is missing, and i think it also adds extra argument to state...