Michael Uvarov
Michael Uvarov
@sandeepjangir that is not possible. Generally, user-generated ids are treated with a grain of salt, because it is too easy to spoof. You can add message_id into schema and add...
Interesting, looks like MAM RSM query has troubles to be encoded: `{rsm_in,50,aft,957926528636579656073,undefined}`. That int is a bigint MAM message ID. But pgsql reported that it is an intereger of `0..255`...
Also, change your DB password, it is inside the log. You should sanitize logs before posting them. Log link is removed from your issue by me, but it is still...
SQL query, works fine for me: ``` {mam_message_count_u_leiequeqb_all,, [,,], }, ``` Now waiting for your PgSQL version. XML IQ: ```xml kate_querying_for_all_messages_with_jid_after_17@localhost 50 C487F52688G1 ``` Ah, wait: ``` mod_mam_utils:mess_id_to_external_binary(957926528636579656073). ``` ok,...
It just returns an empty result set and crashes on the server. Apparently, that PR should've been wider to also cover SQL query failing: https://github.com/esl/MongooseIM/pull/4191/files Two tasks for MIM would...
We really just call `set_inbox_incr_unread` for everything that reaches `user_send_message` hook which is not a chat market. Actually, fastening could be even trickier. Because for example, a liked message could...
Not a high priority, it is very niche application. Barely documented, not an official XEP. PubSub for this is a bit of overengineering. How would it behave with a long...
I know. https://github.com/processone/ejabberd/blob/ffbcf19156b5808e0640193ee8439a9a01354c87/src/mod_muc_rtbl.erl It is literally non-scalable. It uses broadcasts to ALL online MUC room processes on each pubsub update. So, if list updates are too often it would lead...
We could optimize kicking (so, no broadcasts to all rooms) but it still leaves us with the issue of the maximum number of items we can block over PubSub. Scalability...
Sure.