Package org.jivesoftware.openfire.plugin.rules

Examples of org.jivesoftware.openfire.plugin.rules.Rule


        if (processed) {
            return;
        }
       
        Rule rule = pf.findMatch(packet);

        if (rule != null) {
            rule.doAction(packet);
        }
    }
View Full Code Here

TOP

Related Classes of org.jivesoftware.openfire.plugin.rules.Rule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.