Smack & Android: SSLHandShakeException
I have installed my openfire server, and I have already tested using Spark, it works perfectly. I'm using an Amazon EC2 server. Now, I'm trying to add the chat functionality to my app. I'm using Smack...
View ArticleSpark install automated in powershell
Hello, I have created an automated install of Spark in Powershell.It checks if a specfic version is installed and recreates the spark.properties file for SSO.You can find more details and the script on...
View ArticleFallback stanza listener
Is there an easy way to identify incoming packages that are not handled by another stanza listener? Im currently doing this: connection.addAsyncStanzaListener(fallbackListener, new...
View Articlejava.util.concurrent.RejectedExecutionException experienced when loading the...
After upgrading to Smack 4.1.4 we are experiencing the exception We have 3,451 users in openfire, which has not been an issue previously. The following code is being used to replicate the issue:...
View ArticleTrying to write a smack IQProvider that parses an IQ Error stanza with sender...
I'm using smack 4.1.4, and I'm having trouble parsing an IQ Error stanza. According to the spec @ Extensible Messaging and Presence Protocol (XMPP): Core an error stanza is of the form ......
View ArticleTurkish Character Problem
Hello, When i select to "Turkish" language, a character problem occured. For example the menu items are must be " Spark- Bağlantılar-Eylemler-Yardım" and "Online" is must be "Çevrimiçi" "Idle" is must...
View ArticleConversa com grupo especifico
Boa tarde. Estou com a seguinte dúvida. Instalei o Openfire para o pessoal solicitar ligações para a telefonista, só que parei no seguinte problema.O usuário devem enxergar comente o contato da...
View ArticleDesktop icon doesn't open Spark?
So I've got Spark installed on a few of our user's computers here at work, I've got them setup to auto run and login and start up. Problem is if a user closes the main window it of course minimizes to...
View ArticleConnected but not able to login
My openfire server is up and running. I've tested it using Pidgin and Spark. I can't connect using Smack for Android though. I'm attaching my connect function below, first I get the keystore and set...
View ArticleUse "Smack Users" if you need help, use "Smack Developers" to suggest fixes
Use "Smack Users" if you need help, use "Smack Developers" to suggest fixes. Smack UsersIs meant for users having problems around Smack. Smack DevelopersIs meant for discussions around Smack...
View ArticleHow to update TextView in function processMessage?
I am a beginner in Android, And i am trying to use smack4.1.4 in my app. Code:public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) {...
View ArticleSmack connection to Orbot - SOCKS 5 exception: stream is closed
Hello,I am using following code to connect to Orbot:final Random rndForTorCircuits = new Random();String user = rndForTorCircuits.nextInt(100000) + "";String pass = rndForTorCircuits.nextInt(100000) +...
View ArticleHow to keep smack connection alive on android
Below is the code to create the smack connection, i am using the ServerPingWithAlarmManager and ReconnectionManager, but in some kind of android phone, the connection will disconnect some time when...
View ArticleResetting User Password in Openfire is not working
Hi Experts, When I tried to change Openfire User passwords from Users/Group it shows error message like "Error Meeting Password. This operation is not supported with current Configuration" This is...
View Articlepublish message to all users by smack
Does openfire have admin role? if does, openfire can publish message to all users by smack?
View ArticleSome clients unable to connect after migration to 3.10.2
I recently moved our Openfire installation from a 32-bit 3.9.1 to a 64-bit 3.10.2. Afterwards, I found that some clients (pidgin and Thunderbird) were unable to connect. The error was something along...
View ArticleMUC creation through REST API in a cluster
I'm trying to use Openfire as a base for my in-game user chat and I've run into some problems.The setup is as follows: 2 CentOS VMs deployed on MS Azure in a virtual network with Openfire 3.10.2...
View ArticleAsmack4.0.5 How to deal with Muc after Connection reConnect
How to deal with Muc after Connection reConnect ?when i switch wifi on/off Xmpp connection can reConnect and connect Success ( i already add ConnectionListener )but how can i reset muc and let me can...
View ArticleAndroid xmpp client connection with xmpp server using Smack 4.1
Hello Everyone,i have followed a simple tutorial for creating a chat app using xmpp. from this site -> Building your own android chat messenger app similar to Whatsapp using XMPP (Smack 4.1 API)...
View ArticleXMPPTCPConnection.isAuthenticated() and XMPPTCPConnection.isConnected() both...
Hi,All I met an strange issue on some kind of android phone with the smack 4.1.1. My code is below, i use the contidition:isConnected() and isAuthenticated() tocheck if the connection is reliable or...
View Article