You are here

constant PUSH_NOTIFICATIONS_APNS_HOST in Push Notifications 7

1 use of PUSH_NOTIFICATIONS_APNS_HOST
push_notifications_open_apns in ./push_notifications.module
Open an APNS connection. Should be closed by calling fclose($connection) after usage.

File

./push_notifications.module, line 21
Push Notifications functionality.

Code

define('PUSH_NOTIFICATIONS_APNS_HOST', variable_get('push_notifications_apns_host', 'gateway.push.apple.com'));