mod_push icon indicating copy to clipboard operation
mod_push copied to clipboard

Results 19 mod_push issues
Sort by recently updated
recently updated
newest added

Hi all, is this module working with multi user chat ?

The timeout is adjusted to a "big" value when a client enter the stream wait state, when this time has passed the message fails and the stream is stopped. From...

Hello, related to previous issue, mod_push doesn't seem to send anything to GCM server nor receiving anything from it. I used Converstations app, connecting to my ejabberd. During connection to...

Hello, I'm having issue with gcm, registration succeeded but i got "no user found!" in log message, is there anything i missed? This is the log: ``` 2016-03-15 05:16:15.937 [debug]...

Hi, Trying to enable your mod to use GCM only: Here's my config: ``` mod_push: include_senders: true include_message_count: true include_subscription_count: true include_message_bodies: true backends: - type: gcm app_name: "**********" register_host:...

Thank you very much for this amazing work! this module seems very promising however, I couldn't make it work. These are the steps I've done: 1. downloaded and installed latest...

Currently I am seeing that you are dispatching all packets. If your app is in background you don't need chatstates, you can club presence and dispatch message real time. Is...

To track my request in https://github.com/royneary/mod_push/issues/1#issuecomment-120193763 In addition to push notifications being sent after the TCP connection for a session is broken, can they please also be sent when stanzas...

wontfix

It'd be nice to have a "test" backend that just logs pushes when they are sent out so that it is possible to develop a client independent of dealing with...

enhancement