mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Removing test code.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2822 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e4f13bd49c
commit
fb76968401
1 changed files with 0 additions and 8 deletions
|
@ -154,12 +154,4 @@ public class LastActivity extends IQ {
|
|||
}
|
||||
return response;
|
||||
}
|
||||
|
||||
public static void main(String args[]) throws Exception{
|
||||
XMPPConnection con = new XMPPConnection("jivesoftware.com");
|
||||
con.login("derek", "test");
|
||||
|
||||
LastActivity active = LastActivity.getLastActivity(con, "bruce@jivesoftware.com/Home");
|
||||
System.out.println(active);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue