Paweł Chmielowski

Results 118 comments of Paweł Chmielowski

Ah interesting, could you see what value it typeof returns for it in IE instead checking if it's not undefined? Also doesn't that script you are loading is defining it...

Chrome does expose u2f functionality as extension messaging port, and what that js code does is implement window.u2f.register/sign functions by sending/receiving messages from that port. This firefox extension just makes...

Well there is no real solution for having 100% sure way to be forward compatible, and i doubt that other browsers will implement interface that is compatible with what Chrome...

So, ldap_uids is not used in shared_roster_ldap at all, from what i see only things that are affecting jid of contacts in generated roster entries are ldap_memberattr (which will be...

And you have domain eb-stage01 defined in config file of both nodes?

Did you seen any other type warning from ejabberd_pkix before those expired certs warnings?

We are using `maybe_send_affiliation` instead of `send_affiliation` because `send_update_presence` called above also can send those notification, so if we would use send_affiliation we could send those notifications twice. What i...

This is implemented by module in contrib: https://github.com/processone/ejabberd-contrib/tree/master/mod_pubsub_serverinfo

Looks like b@... configured it's node storing omemo wrong, it has wrong access permission set, instead of being open for everyone, it probably set it to whitelisted users only, which...

Ah, didn't spot that, yes that node was probably creates before this was in config, force_node_config is only applied when node is created or reconfigured. You can update that with...