mod_push
mod_push copied to clipboard
I am trying to install mod_push module into ejabberd(ProcessOne) server. But i got the following compilation errors: /Users/.ejabberd-modules/sources/mod_push/ebin/mochijson2.bea#: error writing file: no such file or directory /Users/.ejabberd-modules/sources/mod_push/src/mod_push.erl:183: syntax error before:...
Getting following errors and warnings when installing this. any help to resolve ? ubuntu@ip-12-1-6-28:/opt/ejabberd-18.12.1/bin$ sudo ./ejabberdctl module_install mod_push /opt/ejabberd/.ejabberd-modules/sources/mod_push/src/mod_push.erl:54: can't find include file "jlib.hrl" /opt/ejabberd/.ejabberd-modules/sources/mod_push/src/mod_push.erl:183: syntax error before: '/' /opt/ejabberd/.ejabberd-modules/sources/mod_push/src/mod_push.erl:258:...
Change to ubports server
i want to test push-notification weather i set it up correctly or not ? how can i do that?
hello i trying to have my private push notification service , i started my own xmpp server now i am trying to send push using your plugin i am now...
I do follow this step 1 Download and build Erlang from http://www.erlang.org/downloads (Version 18.2.1) 2 Clone and build ejabberd from https://github.com/royneary/ejabberd/tree/mod_push_adjustments 3 Clone and install mod_push 4 Config ejabberd.yml like...
This creates a lot of ambiguity around when "now" actually is or was, whether it's `still true', etc. And it leads people to waste both their own time and others'...
is mod_push will work with https://github.com/processone/ejabberd or i have to download https://github.com/royneary/ejabberd When i configure mod_pubsub for mod_push for internal appserver nodetree="virtual" my pubsub for avatar dosent work.it give bad...
` erl +sbtu +A0 -noinput -mode minimal -boot start_clean -s erl_compile compile_cmdline -extra mod_push.erl mod_push.erl:31: Warning: behaviour gen_mod undefined mod_push.erl:145: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction...
I use ejabberd 15 with dev certs for apns. Config: ``` ... stream_management: true resume_timeout: 300 resend_on_timeout: true ... mod_pubsub: host : "push.flash.intellin.ru" nodetree : "virtual" access_createnode: pubsub_createnode plugins: -...