mirror of
https://github.com/HackHerz/pusher
synced 2025-12-06 02:10:19 +00:00
Putting curlhandling in its own class.
This commit is contained in:
parent
bf4d174431
commit
aece4a5de2
4 changed files with 18 additions and 79 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
// Change this line if you are using your own API-Token
|
||||
const char API_TOKEN[] = {
|
||||
0x38, 0x45, 0x37, 0x44, 0x38, 0x42, 0x32,
|
||||
0x38, 0x45, 0x37, 0x44, 0x38, 0x42, 0x32,
|
||||
0x44, 0x44, 0x45, 0x37, 0x44, 0x44, 0x45,
|
||||
0x37, 0x44, 0x36, 0x43, 0x33, 0x56, 0x35,
|
||||
0x32, 0x56, 0x42, 0x35, 0x32, 0x56, 0x42,
|
||||
|
|
@ -14,7 +14,6 @@ const char API_TOKEN[] = {
|
|||
0x54, 0x54, 0x54, 0x4b, 0x46, 0x46, 0x42 };
|
||||
|
||||
#define APP_PACKAGE "com.hackherz.pusher"
|
||||
#define USER_AGENT "pusher/0.2"
|
||||
|
||||
#define URL_PN_LOGIN "http://a.pushnotifier.de/1/login/"
|
||||
#define URL_PN_CHECK_TOKEN "http://a.pushnotifier.de/1/checkToken/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue