make working event filter
This commit is contained in:
parent
0b96c27957
commit
096f91cd74
4 changed files with 42 additions and 3 deletions
|
@ -66,8 +66,12 @@ class config
|
|||
* 1 = Normal chat
|
||||
* 2 = Group chat
|
||||
*
|
||||
* Muc Nickname
|
||||
*
|
||||
*
|
||||
* Event_Filter
|
||||
*/
|
||||
public $xmpp_recipients = array(
|
||||
array("jid" => "", "type" => 1, "muc_nickname" => ""),
|
||||
array("jid" => "", "type" => 1, "muc_nickname" => "", "event_filter" => ""),
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue