mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Remove bogus test.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2831 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
23bc043dc1
commit
7f9129ee9b
1 changed files with 0 additions and 18 deletions
|
@ -49,22 +49,4 @@ public class UserSearchManager {
|
|||
|
||||
return data;
|
||||
}
|
||||
|
||||
public static void main(String args[]) throws Exception {
|
||||
XMPPConnection.DEBUG_ENABLED = true;
|
||||
XMPPConnection con = new XMPPConnection("jabber.org");
|
||||
con.login("ddman", "whocares");
|
||||
|
||||
UserSearchManager manager = new UserSearchManager(con, "users.jabber.org");
|
||||
Form f = manager.getSearchForm();
|
||||
|
||||
Form answers = f.createAnswerForm();
|
||||
answers.setAnswer("first", "Matt");
|
||||
|
||||
ReportedData data = manager.sendSearchForm(answers);
|
||||
System.out.println(data);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue