smack
Smack Exception - caused by my Java installation or by Smack
I\'m using Smack API to develop a multi-user gaming client. I\'ve got a problem with my smack application: i can send messages and requests to the server, but my application can\'t read responses fro[详细]
2023-03-17 05:46 分类:问答Connection problem in smack api
I am using smack api for file transfer, there am using connetion ConnectionConfiguration connConfig = new ConnectionConfiguration([详细]
2023-03-17 03:26 分类:问答Android/XMPP: Unable to reconnect to Server after Connection Type Changes
I\'m currently working on a Project in my University which is an Android-App which is supposed to deliver data to a Server.[详细]
2023-03-16 01:37 分类:问答smack api get all public rooms on openfire server
I am using the XMPP smack api to connect to an Openfire server.I am trying to query the server to return all public rooms available without knowing this names of the rooms in advance.The goal of this[详细]
2023-03-15 22:16 分类:问答How to create a jabber/XMPP proxy/logging service?
I am working for a company that is using Google Chatback (anonymous chat with a support employee in my company\'s case) as the main chat service provider. This service uses the XMPP (formerly known as[详细]
2023-03-14 19:41 分类:问答How to send custom XML data using the Smack library?
I\'m using the Smack API in Java to connect to my XMPP server. I want to send a customized message packet like this:[详细]
2023-03-14 03:31 分类:问答What is the best practice for implementing smack into an android app?
I\'m writing an android game that requires push notification. I\'ve got the aSmack library imported and working, but I don\'t know how to implement it efficiently to achieve the following:[详细]
2023-03-10 07:47 分类:问答Does Smack work well in Java EE
Does Smack function properly in Java EE?? I am having issues with presence. I get the credentials from the login form via doPost method..I can able to successfully authenticate as well as connection.g[详细]
2023-03-08 10:36 分类:问答How to check whether the client is connected to XMPP server or not
I am working an XMPP client for both Android and iPhone. I have been able to connect to the server and get messages too.[详细]
2023-03-06 20:27 分类:问答XMPP Android - Can't create MultiUserChat
I\'m using asmack lastest version (now). And I can\'t create a MultiUserCha开发者_StackOverflow社区t on Android.[详细]
2023-03-06 01:40 分类:问答