tmolitor-stud-tu / mod_push_appserver

Simple and extendable appserver for XMPP pushes (aka. XEP-0357)
MIT License
25 stars 9 forks source link

APNS adjustments #3

Closed anurodhp closed 6 years ago

anurodhp commented 6 years ago

Tested as working. Added a tools folder

tmolitor-stud-tu commented 6 years ago

Could you squash the first 3 commits into one ("fix import of util.hashes" or something like that)

Am 15. Dezember 2017 13:53:03 MEZ schrieb Anu Pokharel notifications@github.com:

Tested as working. Added a tools folder You can view, comment on, or merge this pull request online at:

https://github.com/tmolitor-stud-tu/mod_push_appserver/pull/3

-- Commit Summary --

  • trying to fix attempt to index global 'hashes' (a nil value)
  • Update mod_push_appserver.lua
  • fixed error when calling hashes
    • Added a helper script and isntruction to get the certs up and running

-- File Changes --

M mod_push_appserver_apns/mod_push_appserver_apns.lua (1) A tools/Readme.txt (2) A tools/certconvert.sh (5)

-- Patch Links --

https://github.com/tmolitor-stud-tu/mod_push_appserver/pull/3.patch https://github.com/tmolitor-stud-tu/mod_push_appserver/pull/3.diff

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tmolitor-stud-tu/mod_push_appserver/pull/3

anurodhp commented 6 years ago

Yeah, this is a lesson in why you shouldn't try to edit the files in GitHub directly haha.

anurodhp commented 6 years ago

removed them. Should be cleaner.