Dmytro Podgornyi
Dmytro Podgornyi
I've tried to mount pifs and got the same issue. The reason is in `pifs_getattr`. It handles root pifs directory incorrectly when metadata directory specified as relative. So quick workaround:...
yes, this is libstrophe issue, please, open ticket there to check all possible addresses until one succeeds. Now, libstrophe checks them one by one until one only starts connecting successfully....
Does anyone know domain/address of such a server to check a solution? Where server runs only on IPv4, but address is resolved to both IPv4 and IPv6.
@Zash This will help a lot, thanks!
This feature requires additional support from libstrophe, because API gives access to connection only after authentication. Similar problem is described here https://github.com/strophe/libstrophe/issues/54 .
Redesign is a big amount of work and can lead to some problems. We should think about impact of separating to threads: - Logging subsystem provides functionality for all threads...
The feature has been added to libstrophe master (strophe/libstrophe#221). Use latest sources or wait for the next libstrophe release.
Merged to https://github.com/strophe/libstrophe. This repository has been moved there.
wrappers around asserts or abort() calls is a common solution. Just a simple example which allows you to print any info: https://github.com/pasis/pppoat2/blob/master/src/trace.h#L101 . You can also print the stacktrace, but...
Rebased on top of vNext and updated with the latest version.