Re: send xml unescaped message, makes me "unavailable", Why?
Thanks Flow, I REALISED, that i am sending unescaped, XMPP stanzas is the problem. What i want is, Is there any way i can handle this error? Is there a way to avoid disconnets?
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
It's the server who is disconnecting you, not the client XMPP library, therefore this question is not really suited for the Smack forum. And any sane XMPP server implementation will always terminate a...
View Articlesend xml unescaped message, makes me "unavailable", Why?
Hi,If i send string unescaped message via smack, immediatly my presence goes tounavailable.I know i should unescape my message and send. But if i did by mistake, why should my presence change?Please...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
I already escaped the string, which i want to send. I just thinking, why there is no handler for invalidstanzas or implicitly handle or auto unescape? Anyway i have to ask this question(disconnect) in...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
Thanks, So, will autoreconnect work for this situation or i have to reconnect manually? In otherwords can i handle it in ConnectionListener.connectionClosedOnError and reconnect? (i dont think so, bcoz...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
I think I gave you the answer already: Because there is no reliable way to recover from an invalid stanza. So the only secure way is to terminate the connection.
View ArticleSmack API - How to get wating for subscription status from roster
hi all in my chat appliaction i set "roster.setSubscriptionMode(Roster.SubscriptionMode.manual)" and send invitation to other party . how can i get SUBSCRIPTION_PENDING status while accept...
View ArticleRe: Unable to connect to database
It would probably be best to stop openfire and start the setup process over from the beginning.
View ArticleRe: Spark auto idle doesn't clear
Try a machine or two using the nightly/beta Spark build and see if the issue still happens: http://bamboo.igniterealtime.org/artifact/SPARK-INSTALL4J/JOB1/build-624/Install 4j/spark_2_6_3_12555.exe...
View ArticleRe: Unable to connect to database
Simple things that I keep missing. Thanks, I've got it running now.
View Articleimpossible to installation process
Hi, I would like to report a possible bug. There was a kernel update for ubuntu yesterday morning. Yesterday Night I had to reinstall completely my openfire and it seems that the web based installation...
View ArticleHow to store and retrieve messages in Openfire server according to threadid
We are using Openfire as server with various clients in mobile platform and web interface for which we are using xmppframework for iOS Smack for Android and Strophe.js for the web.Following this...
View ArticleRe: Gtalk or other XMPP (Jabber) settings
I think spectrum/of does this by looking at the name of the jid. We have our gtalk transport configured like this, with protocol and type like you specified. Have you set the jid of the spectrum...
View ArticleRe: Possible resource leak?
One more thing. It looks one proven way to reproduce this is let PC go to sleep, then wake it. Hangs for my users all the time in this scenario.
View Articleadding contacts
Hi I've declined an invite from a colleague to connect through spark. After this I tried to send him an invitebut this does not appear in my list of pending invites... is this because this person is on...
View ArticleRe: message body is null, raw received packets has the data
I am unable to see a bug there. It appears to me that the code would work if you parse an simple extension <foo> text bla blub</foo> but not if you parse nested elements. But...
View ArticleRe: ActiveDirectory password length restricted?
I could confirm this. The auth dn and the password length is restricted . May you can change this with the next release?
View ArticleRe: message body is null, raw received packets has the data
ok, in that case my understanding was wrong. <message from='xxx' id='yyy' to='abc@xyz.com/abc' xmlns='jabber:client'><tms xmlns='lmn'> < some data ></tms></message> My...
View ArticleRe: Possible resource leak?
looks like a threading issue with org.jivesoftware.spark.ui.ContactList. Mircea may have discovered one of the hidden landmines buried in spark
View ArticleRe: message body is null, raw received packets has the data
Please note that <some data> is missing it's closing element </some data>
View Article