真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

簡單的asmack應用

package com.virtual.robot.main;

創(chuàng)新互聯(lián)專注于企業(yè)營銷型網(wǎng)站、網(wǎng)站重做改版、固鎮(zhèn)網(wǎng)站定制設計、自適應品牌網(wǎng)站建設、H5開發(fā)、商城網(wǎng)站開發(fā)、集團公司官網(wǎng)建設、成都外貿(mào)網(wǎng)站建設、高端網(wǎng)站制作、響應式網(wǎng)頁設計等建站業(yè)務,價格優(yōu)惠性價比高,為固鎮(zhèn)等各大城市提供網(wǎng)站開發(fā)制作服務。

import java.util.Timer;

import java.util.TimerTask;

import org.jivesoftware.smack.Chat;

import org.jivesoftware.smack.ChatManager;

import org.jivesoftware.smack.XMPPConnection;

import android.content.Intent;

import android.os.Bundle;

import android.support.v7.app.ActionBarActivity;

import android.view.Window;

import android.view.WindowManager;

import com.virtual.robot.R;

import com.virtual.robot.common.ExitApplication;

/**

 * start project

 * @author zhuolin

 *

 */

public class StartActivity extends ActionBarActivity {

public static XMPPConnection con;     

    public static Chat newChat;     

    public static ChatManager chatmanager;

    

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

this.requestWindowFeature(Window.FEATURE_NO_TITLE);

getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

setContentView(R.layout.startproject);

ExitApplication.getInstance().addActivity(this);

TimerTask task = new TimerTask() {

@Override

public void run() {

Intent intent = new Intent(StartActivity.this, ChooseLoginActivity.class);

startActivity(intent);

// TipMessage.logDebug("11111111111111111111111111111111");

// try {     

//            // Create a connection to server     

//            ConnectionConfiguration config = new ConnectionConfiguration(     

//                    "192.168.1.107", 5222);     

//            config.setSASLAuthenticationEnabled(false);  

//            config.setSecurityMode(ConnectionConfiguration.SecurityMode.disabled); 

//            con = new XMPPConnection(config);     

//    

//            // connect and login with the username and pwd on server     

//            con.connect();     

//            con.login("zhuolin", "111111");     

//            TipMessage.logDebug("2222222222Authenticated = " + con.isAuthenticated());     

//    

//            // add a listener to receive all messages     

//            addListener();     

//    

//            chatmanager = con.getChatManager();     

//            newChat = chatmanager.createChat("zhuolin2@tclim/Spark 2.6.3",     

//                    new MessageListener() {     

//                        public void processMessage(Chat chat, Message message) {     

//                        TipMessage.logDebug("I'm sending: "    

//                                    + message.getBody());     

//                        }     

//                    });     

//            newChat.sendMessage("hi");     

//        } catch (XMPPException e) {     

//            e.printStackTrace();     

//        } finally {     

//        //讓線程休眠  然后再關閉連接   

//            try {

// Thread.sleep(30000);

// } catch (InterruptedException e) {

// // TODO Auto-generated catch block

// e.printStackTrace();

// }     

//            con.disconnect();     

//        }     

}

};

Timer timer = new Timer();

timer.schedule(task, 1200);

}

//public  static void addListener() {     

//        // just need Messages     

//        PacketFilter filterMessage = new PacketTypeFilter(Message.class);     

//    

//        PacketListener myListener = new PacketListener() {     

//            public void processPacket(Packet packet) {     

//                TipMessage.logDebug("From: " + packet.getFrom() + "\n");     

//                System.out.println("Body: " + ((Message) packet).getBody());     

//                // when receiving prc's Message, just say something else again     

//                // and again, robot     

//                try {     

//                    newChat.sendMessage("hi again");     

//                } catch (XMPPException e) {     

//                    e.printStackTrace();     

//                }     

//            }     

//        };     

//        // register the listener to the connection     

//        con.addPacketListener(myListener, filterMessage);     

//    }     

}


分享名稱:簡單的asmack應用
當前網(wǎng)址:http://weahome.cn/article/pogchs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部