Package org.jivesoftware.smackx.search

Examples of org.jivesoftware.smackx.search.UserSearch


  protected static final String JID = "jid"; //$NON-NLS-1$

  protected static final String SEARCH_ACTION = "search"; //$NON-NLS-1$

  public XMPPUserSearchManager() {
    manager = new UserSearch();
  }
View Full Code Here

TOP

Related Classes of org.jivesoftware.smackx.search.UserSearch

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.