Paweł Chmielowski

Results 153 comments of Paweł Chmielowski

And are you issuing that call from 3.135.193.140?

Well if you do that rest call on local machine, it's possible that loopback address is used, try adding 127.0.0.1/8 to that acl

badlop: I think that mod_shared_roster was not recompiled after xmpp changes (i think this record is correct by current definition).

Hello, While i am not opposing adding that feature, i don't particularly like how that is implemented, fetching pubsub nodes twice in session lifetime adds quite a bit to database...

Yes jwt doesn't really have users table, as those tokens are externally created, and there is no really mechanism that can be used to query which tokens were created. Probably...

You should be able to use host_config (or append_host_config): ``` host_config: "host1": modules: mod_pubsub: vcard: ... "host2": modules: mod_pubsub: vcard: ... ```

So that first index is already there, second one doesn't exist, we have index on (nodeid, itemid), which from db explain seems to be used for most queries, and as...

Hello, It probably will work if you use `hosts: pubsub.@HOST@`, or if you skip that all together as this is default value. Problem here is that you have two domain,...

Hello, Yes it's a pain on our side too, but it's done for a reason, rebar that is used for builds doesn't have fuzzy/semver matching of version numbers, and there...

Not sure if this is really problem for this library, i think what this vulnerability is that if you have element like `` after parsing and serializing it back you...