Skip to content

Instantly share code, notes, and snippets.

View yuqiangit's full-sized avatar

五年 yuqiangit

View GitHub Profile
@mstrengis
mstrengis / sender.php
Created December 4, 2014 15:02
JAXL PHP XMPP Google Cloud Messages impl
<?
/*
This uses JAXL lib https://github.com/jaxl/JAXL/releases/tag/v3.0.0
Changes for JAXL lib are...
lib/jaxl/jaxl.php ~ #358
public function get_socket_path() { //Force ssl
return ($this->cfg['port'] == 5235 || $this->cfg['port'] == 5236 ? "ssl" : "tcp")."://".$this->cfg['host'].":".$this->cfg['port'];
}