示例#1
0
文件: Subscribe.php 项目: Hywan/moxl
 public function request()
 {
     $this->store();
     Presence::subscribe($this->_to, $this->_status);
 }