Re: SMACK 4.1 rc3 stream resumption
Hi guys. I have tested the stream resumption in release version 4.1.0 and this bug is happening. I believe the problem is in method XMPPTCPConnection.isSmResumptionPossible(), in the last if condition:...
View ArticleRe: Openfire and Spark needs tzdata update to lastest version
So, you said on the other thread that Openfire 3.9.3 already has JRE 7 (Spark 2.7.0 also uses it). Is there something else that needs to be updated?
View ArticleRe: Nightly build for linux?
Here;s the link to the latest deb file (it has different build number) Spark - Nightly Debian Build 383: Artifacts - Atlassian Bamboo Or you can download and extract the latest build in tar.gz form...
View ArticleRe: Nightly build for linux?
Just to clarify, even though it is marked as 2.6.0, it is 2.7.0.668? Do you have any idea as to why right at startup, the screen immediately goes grey? Just curious. I will test this version out. I got...
View ArticleRe: SMACK 4.1 rc3 stream resumption
if (shutdownTimestamp + maxResumptionMillies > current) { return false; } else { return true; } The returned values should be in inverse order. Right, thanks for...
View ArticleRe: Nightly build for linux?
I don't know what these errors mean. When you go to Help > About in Spark, what version and build does it show? For me Spark's profile is still in /home/user/.Spark Though i'm using only 2.7.0...
View ArticleRe: Openfire 3.9.3 (WinSvr2008R2 x64) +AD= can't install
go to icq 177074658 I have decided this issue. I just do not a confirmation window appears.the first thing to do is start the service on behalf of the Administrator. can then be run in a conventional...
View ArticleRe: Openfire 3.9.3 (WinSvr2008R2 x64) +AD= can't install
Sorry, Grey- it takes no effect. Error still appears, nothing works. P/Scomplete DN is ok, thanks
View ArticleRe: Openfire and Spark needs tzdata update to lastest version
Hi wroot! Thx for answer. Spark 2.7.0 and OpenFire 3.9.3 uses old java tzdata version included in JRE 7 - tzdata2013x. As you can see here Timezone Data Versions in the JRE Software that version is...
View ArticleRe: Nightly build for linux?
It shows 2.7.0, but I'm using the tarball. So for instance, I have extracted it to /opt/spark2. So I cd to that directory and run `bash ./Spark`. The user profile is then created in...
View ArticleRe: SASLError using DIGEST-MD5: not-authorized on Smack 4.1
Use the configuration builders setHostnameAndPort to specify a host and port to use as XMPP service.
View ArticleOpenFire and get connect/disconnect notifications to push to other systems?
Being new to XMPP and OpenFire i am looking for a way to get notifications when users connect and disconnect from a server. I would like to push these notifications to others systems, for logging...
View ArticleRe: Openfire and Spark needs tzdata update to lastest version
Great Work! thanks for your help, wroot! I will test new versions as soon as possible.
View ArticleRe: Connect error: SASL Authentication failed. No known authentication...
You only need to include the smack-java7 dependencies. This includes all other dependencies. Maven example..<dependency> <groupId>org.igniterealtime.smack</groupId>...
View ArticleHow to add sid to a Bosh xmpp connection?
I'm having trouble connection to my bosh server, it says it needs "sid":org.igniterealtime.jbosh.BOSHException: Connection Manager session creation response did not include required 'sid' attributethis...
View ArticleResuming a stream in Smack 4.1
Hi, I've been working on an IM Client for android which was using aSmack back then but have already managed to update it to Smack 4.1 release version. I have managed to enable Stream Management by...
View ArticleRe: Could not find method javax.security.sasl.Sasl.createSaslClient
Caused by proxy setting.AS proxy setting do not work, so the dependency can not resolved correctly. Now, it works. Thanks!
View ArticleRe: error: cannot access SaslException class file for...
i updated aSmack in android,but it can't be resolve in "import org.jivesoftware.smack.SmackException"...
View ArticleRe: error: cannot access SaslException class file for...
Smack 4.0 does not work on Android. You need aSmack or Smack 4.1.
View ArticleRe: Resuming a stream in Smack 4.1
Now, SM seems to work fine when 'cleanly' disconnecting from the connection by manually triggering: XMPPTCPConnection.disconnect(); since the messages sent on the disconnected client were retrieved...
View Article