예제 #1
0
파일: Groups.php 프로젝트: vijo/movim
 function onDeleteError($packet)
 {
     Notification::append(null, $this->__('groups.deleted'));
     $m = new Rooms();
     $m->setBookmark();
     list($server, $node) = array_values($packet->content);
     $this->ajaxSubscriptions();
 }
예제 #2
0
파일: Group.php 프로젝트: vijo/movim
 function onUnsubscribed($packet)
 {
     $arr = $packet->content;
     // Set the bookmark
     $r = new Rooms();
     $r->setBookmark();
     Notification::append(null, $this->__('group.unsubscribed'));
 }