Package nu.fw.jeti.plugins.buddyspacemaps.xml

Examples of nu.fw.jeti.plugins.buddyspacemaps.xml.MapTagHandler


    private JTextField pubsubJidTextField;
    private JTextField pubsubNodeTextField;
   
    public static void init(final Backend backend)
  {
    backend.addExtensionHandler("http://jabber.open.ac.uk/tags/map",new MapTagHandler());
    new Plugin(backend);
  }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.buddyspacemaps.xml.MapTagHandler

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.