Package nu.fw.jeti.plugins.groupchat.handlers

Examples of nu.fw.jeti.plugins.groupchat.handlers.XMUCOwnerHandler


    });
    //backend.addListener(MessageListener.class, this);
        backend.addExtensionHandler("http://jabber.org/protocol/muc#user",
                                    new XMUCUserHandler());
        backend.addExtensionHandler("http://jabber.org/protocol/muc#owner",
                                    new XMUCOwnerHandler());
        backend.addExtensionHandler("http://jabber.org/protocol/muc#admin",
                                    new XMUCAdminHandler());
        backend.addExtensionHandler("jabber:x:conference",
                                    new XConferenceHandler());
        groupchatWindows = new GroupChatWindows(backend);
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.groupchat.handlers.XMUCOwnerHandler

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.