Alon Weinstein
Alon Weinstein
Cool. When trying to run make, it failed because it couldn't find openssl, even though openssl was installed. Quick Google search found this: https://github.com/processone/ejabberd/issues/1107 Which described a similar issue for...
Looks like openssl has a somewhat broken config in macOS. By default pkg-config can't find it -- you need to run this first: export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig/ On Sat, Aug 4, 2018...
I'd love to be able to define global behaviors for each notification type and apply them once. For example by passing an object with defaults for each type during config,...
Happy to help - any particular part of the code you want cleanup on?