smack
Android Smack chat client
Hi freinds I an using Smack3.2.1.jar downloaded from following url http://www.igniterealtime.org/downloads/index.jsp[详细]
2023-04-12 16:02 分类:问答How to ensure that only one XMPPConnection will be created? Use singletons?
I\'m dealing with creating a web service which will receive requests to send messages via XMPP. However, all messages will be sent from one account (the server logs in and sends notifications to users[详细]
2023-04-08 04:04 分类:问答Image/binary data not being parsed from XMPP vCard
Please help, I am stuck with this issue. Basically I am getting a AVATAR BASED VCARD i can see that in debug mode, but ASMACK is not parsing image properly. Its just dropping the tag which contains t[详细]
2023-04-07 22:19 分类:问答SMACK Message Listener for XEP-0022 does not get called
I am not able to receive XMPP messages, I am using the following code: Message mess = new Message() { @Override[详细]
2023-04-06 14:11 分类:问答XMPP SMACK file receiving not working on android
I am unable to recive the file, which I am transfering from SPARK client. I am using ASMACK jar Library so it\'s not possible to get into the library.[详细]
2023-04-06 11:37 分类:问答android file transfer using smack
I am working on chatting application and i have to implement file transfer using smack api. I am able to Connect to the open fire server and can also chat with another client.But i dont know how to im[详细]
2023-04-05 21:00 分类:问答Sending and Receiving IQ Packets ASMACK/SMACK Android XMPP
I would highly appreciate if someone can help me how to recieve iq packets with ASMACK, i am sending raw iq packets but not able to receive it,[详细]
2023-04-05 03:56 分类:问答XMPP asmack problem missing attribute
I encountered a problem where an attribute within an XML stanza is missing. Based on the log file on the server side, I can confirm that the attribute is sent from the client to server. Also, when the[详细]
2023-04-04 19:17 分类:问答X-FACEBOOK-PLATFORM authentication with SMACK Java library using OAuth 2.0
First开发者_开发百科 post here so please be gentle. I\'m building a facebook chat client, using Smack library.[详细]
2023-04-04 15:08 分类:问答Android video chat using XMPP
I\'ve been investigating the best way to develop a video chat application on android that: a) Is straight P2P[详细]
2023-04-01 03:59 分类:问答