1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-23 04:22:05 +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:
Derek DeMoro 2005-09-14 14:43:40 +00:00 committed by derek
parent e4f13bd49c
commit fb76968401

View file

@ -154,12 +154,4 @@ public class LastActivity extends IQ {
} }
return response; 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);
}
} }