/**
 * $RCSfile$
 * $Revision$
 * $Date$
 *
 * Copyright (C) 1999-2003 CoolServlets, Inc. All rights reserved.
 *
 * This software is the proprietary information of CoolServlets, Inc.
 * Use is subject to license terms.
 */
package org.jivesoftware.messenger.spi;

import org.jivesoftware.messenger.XMPPServerMBean;

/**
 * JMX naming conventions dictate a properly named interface
 * for static JMX MBeans.
 *
 * @author Iain Shigeoka
 */
public interface BasicServerMBean extends XMPPServerMBean {
}