[prosody-dev] mod_cloud_notify priority patch

2017-12-03 Thread Chris Ballinger
A number of people are now running my patch to mod_cloud_notify that adds "last-message-priority" for distinguishing events that should trigger a UI alert vs silent background fetch. I know there's another approach with "stripped stanzas" but I believe that it still leaks too much information to

Re: [prosody-dev] hi i have this problem

2017-07-28 Thread Chris Ballinger
Not to seem snarky but have you checked the file path that it's complaining about? On Mon, Jul 24, 2017 at 10:25 AM, Michael Guerrero <4mguerr...@gmail.com> wrote: > Jul 24 13:12:32 host1000 prosody[10567]:...done. > Jul 24 13:12:32 host1000 systemd[1]: Started LSB: Prosody XMPP Server. >

Re: [prosody-dev] Relaxing mod_http_upload mime types strictness

2017-07-26 Thread Chris Ballinger
wrote: > Hey, > > Starting a reply, then forgetting about it for a month is a thing I > apparently do, sorry about that. > > On Wed, Jun 14, 2017 at 02:57:06PM -0700, Chris Ballinger wrote: > > It seems that perhaps the mime type checking is a bit too strict for my > &g

[prosody-dev] Updated Homebrew formula for macOS

2016-10-30 Thread Chris Ballinger
The homebrew formula for installing prosody on macOS hasn't been updated in 2 years, so here's a pull request: https://github.com/prosody/homebrew-prosody/pull/8 Cheers! -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this

[prosody-dev] Some issues with mod_cloud_notify

2016-05-25 Thread Chris Ballinger
Not sure about the proper way to submit a pull request, but we have some proposed modifications to the existing module that I'd like some feedback on first. 1. push_enabled is not persisted across server restarts (only reloads). This means that users won't receive pushes until they login again.

Re: [prosody-dev] Re: Running Prosody on Android via Lua wrapper

2015-09-09 Thread Chris Ballinger
nfiguration, as long as the Tor network isn't blocked. On Mon, Aug 31, 2015 at 12:38 PM, jungle Boogie <jungleboog...@gmail.com> wrote: > On 26 August 2015 at 18:42, Chris Ballinger <chrisballin...@gmail.com> > wrote: > > The idea is that this would be for smallish groups of n

Re: [prosody-dev] Re: Running Prosody on Android via Lua wrapper

2015-08-26 Thread Chris Ballinger
, Chris Ballinger chrisballin...@gmail.com wrote: The idea would be to use Tor's onion services (via Orbot) to provide universal addressability, even when behind carrier grade NAT. Although it might drop out occasionally if moved around, we'd recommend users get a dedicated cheap device

[prosody-dev] Re: Running Prosody on Android via Lua wrapper

2015-08-20 Thread Chris Ballinger
this off the ground. Thank you! On Tue, Jul 14, 2015 at 4:00 PM, Chris Ballinger chrisballin...@gmail.com wrote: All of the Java Lua wrappers aren't https://github.com/mkottman/AndroLua maintained https://github.com/jasonsantos/luajava but it seems that you can cross compile LuaJIT for the Android

[prosody-dev] Running Prosody on Android via Lua wrapper

2015-07-19 Thread Chris Ballinger
All of the Java Lua wrappers aren't https://github.com/mkottman/AndroLua maintained https://github.com/jasonsantos/luajava but it seems that you can cross compile LuaJIT for the Android NDK which may be sufficient. Some of Prosody's Lua dependencies require C libraries as well, which may