-1

I'm trying to create an Android XMPP client. I've successfully tested it by connecting with GTalk but now I'm trying to connect to other free servers like Jabber but really confused because connecting to GTalk I could simply write

    ConnectionConfiguration connConfig = new ConnectionConfiguration(talk.google.com, 5222, gmail.com);---

But the procedure looks really different for other servers. Where am I stuck now?

for trying other server I registered to https://register.jabber.org/ but think I have misunderstood xmpp.

4

2 回答 2

0

我一直在使用类似这里的asmack

于 2012-10-17T05:57:58.313 回答
0

以下是 XMPP 的不同库

对于 java (android),您可以使用以下内容:

于 2012-10-17T05:52:03.767 回答