From fb7696840146ed27f5c2afba0a47256e2fd06866 Mon Sep 17 00:00:00 2001 From: Derek DeMoro Date: Wed, 14 Sep 2005 14:43:40 +0000 Subject: [PATCH] Removing test code. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2822 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/LastActivity.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/org/jivesoftware/smackx/packet/LastActivity.java b/source/org/jivesoftware/smackx/packet/LastActivity.java index bd84085ea..e24c7ad55 100644 --- a/source/org/jivesoftware/smackx/packet/LastActivity.java +++ b/source/org/jivesoftware/smackx/packet/LastActivity.java @@ -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); - } }