示例#1
0
文件: ListGet.php 项目: Hywan/moxl
 public function errorItemNotFound($stanza)
 {
     parent::errorItemNotFound($stanza);
     $evt = new \Event();
     $evt->runEvent('groupsubscribedlist', array());
 }