大家好
我用XMPP的library去連google talk server 173.194.70.125:5222
以前都可以正常的去發訊息
不過最近好像被檔了 有人知道原因嗎??還是改了捏?
附上程式碼
ConnectionConfiguration config = new ConnectionConfiguration("173.194.70.125", 5222, "173.194.70.18");
config.setCompressionEnabled(true);
config.setSASLAuthenticationEnabled(true);
Connection connection = new XMPPConnection(config);