gpt4 book ai didi

php - 无法使用 XMPPHP 将我的应用程序服务器连接到 GCM 的 CCS

转载 作者:行者123 更新时间:2023-11-29 01:23:41 24 4
gpt4 key购买 nike

<分区>

像推送通知(下游消息)一样,我想在 php 中实现从我的 android 设备到我的应用程序服务器的上游消息传递。我正在使用 this来自 Github 的 XMPPHP 库将我的应用程序服务器连接到 GCM 的 CCS。但是当我尝试执行以下代码来连接 GCM 的 CCS 时:

include 'XMPPHP/XMPP.php';
$conn = new XMPPHP_XMPP('gcm-preprod.googleapis.com', 5236, '<myProjectId>@gcm.googleapis.com', '<myApiKey>', 'xmpphp', 'http://myserverdomain', $printlog=true, $loglevel=XMPPHP_Log::LEVEL_INFO);
$conn->autoSubscribe();
$vcard_request = array();
try {
$conn->connect();
...

我遇到以下错误。

1455354076 [信息]:连接到 tls://gcm-preprod.googleapis.com:5236 1455354106 [错误]:无法连接。超时前无法连接。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com