Re: NullPointerException in XMPPTCPConnection:1667 using Stream Management
The only way that 'null' value could enter the ackedStanzas list is via the unacknowledgedStanzas.poll(). unacknowledgedStanzas.put() is guarded by a null check, but poll() would also return null if...
View ArticleRe: RosterListener not receive presence- version 4.1.0-beta1
What CSH said, or at least it's unclear to me what they mean with "The specification allows for sending only one element because it discusses a different use case.". Would be nice if they would have...
View ArticleRe: NullPointerException in XMPPTCPConnection:1667 using Stream Management
I was not able to reproduce this crash so far, but I will try... I started to seeing this crash after I updated to beta2 so maybe it's connected with this commit...
View ArticleRe: Bug: First stanza acknowledgement wrong packet ID
Hi, Sorry for the late reply. I looks like the addStanzaAcknowledgedListener callbacks are not called for the fist two packets until the first chat packet is ack'ed. See the last three lines in the log...
View ArticleRe: Bug in Stream Managament?
Hi, FYI, I have not seen this problem since I am using beta2-SNAPSHOT. Cheers,Andrej
View ArticleRe: Connect error: SASL Authentication failed. No known authentication...
Thanks very much for pointing me out! I missed this one completely!
View ArticleRe: Bug: First stanza acknowledgement wrong packet ID
Unfortunately I do not know how to easily use the sources-jar inside Android Studio and therefor I am not able to set breakpoints (I am using the jar with the compiled sources)I recommend researching...
View ArticleRe: Bug: First stanza acknowledgement wrong packet ID
Yes I agree totally with your comments. If I would only have the time... For now I am waiting for the beta2 release, unless I will have time left by the end of the week. Nevertheless, the SMACK log...
View Articlesmack 4.1 processMessage method does not called
'm using smack 4.1 library where i'm unable to recived message event.here is my code-Chat chat = connection.getChatManager().createChat("user2@openfireserver",newMessageListener(){@Overridepublicvoid...
View ArticleRe: Bug: First stanza acknowledgement wrong packet ID
Nevertheless, the SMACK log should provide you enough information to acknowledge the current behaviour is incorrect.No it appears to be correct to me (besides the thing that the listeners for the...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
If there is no response to the NK8Lh-26 IQ, then I suggest you look at the entity which is supposed to respond to the IQ. If you find out why it does not, then you are one step further.
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
Do you use Prosody or ejabberd server? I recently discovered strange behavior with these servers. Prosody does not deliver larger stanzas (IBB data) until another stanza or whitespace is sent. (I am...
View ArticleRe: Cannot publish items with pubsub in Openfire
hey @michael can you please elaborate on "The 'JAVA_HOME' environment variable must be set to a SUN jre" i mean how to do it. I am new to openfire. Thanks
View ArticleRe: Trying to use GPO to install Spark
Btw, this is my upgrade script actually. The script for the first install was much shorter, without any checks But this one should work anyway. When a new version appears, i just put a new txt and...
View ArticleS2S not working
Hello, my Openfire 9.3.9 (running with debian stable 64bit and "1.7.0_75 Oracle Corporation -- OpenJDK 64-Bit Server VM") cant connect to other Jabber Servers: 2015.02.04 06:58:06...
View ArticleNo Response from Server
Got this response while joining user to the MUC Room: No response from server.: at org.jivesoftware.smackx.muc.MultiUserChat.join(MultiUserChat.java:498) at...
View ArticleRe: What happened to my BOSH?
If I got to https://my-host:7443/ I do see Openfire Binding Service If I go to https://my-host:7443/http-bind the trailing slash is added on. Just a couple of days ago, https://my-host:7443/http-bind/...
View ArticleRe: How many connections can Openfire handle?
Thank you for sharing this especially the openfire screenshot
View ArticleOpenfire 3.10.0 beta and Openfire Meetings 0.0.9 desktop sharing fails
Hello, First of all thanks for all the work with the Openfire Meeting plugin.I'm trying to get Openfire and Meetings to run and have installed the latest openfire_2015-02-03.deb on a Debian system.I...
View Article