-
- Downloads
pushNotificationReceived: take a map<string, string>
JSON is used for the DHT proxy protocol and to communicate with gorush. Push notifications services might use any format, not necessarily JSON. Push values are received as a map<string, string>, so receive them in that format.
Showing
- include/opendht/dht.h 1 addition, 7 deletionsinclude/opendht/dht.h
- include/opendht/dht_interface.h 3 additions, 8 deletionsinclude/opendht/dht_interface.h
- include/opendht/dht_proxy_client.h 1 addition, 1 deletioninclude/opendht/dht_proxy_client.h
- include/opendht/dhtrunner.h 1 addition, 2 deletionsinclude/opendht/dhtrunner.h
- include/opendht/securedht.h 1 addition, 1 deletioninclude/opendht/securedht.h
- src/dht_proxy_client.cpp 14 additions, 11 deletionssrc/dht_proxy_client.cpp
- src/dhtrunner.cpp 5 additions, 16 deletionssrc/dhtrunner.cpp
- tools/dhtnode.cpp 1 addition, 1 deletiontools/dhtnode.cpp
Loading
Please register or sign in to comment