1 package org.jivesoftware.smack; 2 3 import junit.framework.TestCase; 4 5 12 public class GoogleTest extends TestCase { 13 14 public void testLogin() throws XMPPException { 15 XMPPConnection.DEBUG_ENABLED = true; 16 19 XMPPConnection conn = new GoogleTalkConnection(); 20 conn.login("gatojive", "toga7073"); 21 22 System.out.println("the end"); 23 } 24 } 25 | Popular Tags |