Re: Build 1616
This sounds like a problem we've had with Ignite's Openfire server, which runs the latest development. Please try a build from November 13 and see if it works better.
View ArticleRe: admin console suddenly not availible
I had the same issue. In my case were incorrect permissions on the /tmp folder (CentOS)wasdrw-rw-rw-. 12 root root 4096 Dec 2 11:36 tmpafter chmod 777 it begun worksdrwxrwxrwx. 12 root root 4096 Dec...
View ArticleRe: import asmack source to android studio,but run App failed.
While I welcome this goal, I believe Android Studio does now support debugging with source attachments (at least that's what I was told, since I don't use AS I did not verify), therefore I would not...
View ArticleRe: import asmack source to android studio,but run App failed.
Thanks for your suggestion,I will do this
View ArticleRe: import asmack source to android studio,but run App failed.
Also, consider not using Android when playing around and studying Smack. Instead use a standard java project. The Android specific code of Smack is only a few LOCs compared to the rest, so it's best to...
View ArticleRe: import asmack source to android studio,but run App failed.
thanks for your advanced suggestion again
View ArticleRe: What would it take to get some real development on Spark going again?
Let me answer your question from a developer's point of view: Spark is developed with Java Swing, which is a technology from 1997 and by now dead and unsupported, (I mean it's no longer developed by...
View ArticleRe: JingleNodes + Jitsi
Hi James, Please can you tell me what are the needed to use stun in openfire, my server is behind nat with one ip address, and my server run under windows 2008 server.Inside conference , audio, IM,...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
I try remove smack-debug from dependencies already, but without success. There is no exception, but also no debug info in log (with alpha5 everything works ok). I also write sample app just for testing...
View ArticleSpark will not open
I would like to report an intermittent issue where Spark will not reopen for some users after it is forcefully closed, or sometimes even closed using the X. The problem is the Spark process continues...
View ArticleSIP, update plugin Jitsi Meet
Hi Dele, Openfire Meetings - Jitsi Meet There are 2 questions: 1. How to disable a SIP from Jitsi Meet?I have aconstantconnection to the server 2. OnGitHubhavebranchjitsi/jitsi-meet · GitHubHere I...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
Ok, please set "SmackConfiguration.DEBUG" to true, and provide- the relevant exchanged stream elements, i.e. the XMPP login sequence- the full exception incl stacktrace for both versions. Note that the...
View ArticleAsmack android 4.0.5 null pointer exception while removing listeners
When I try to remove my listeners from the connection I receive a null pointer exception.Although my connection instance is not null (and seems that the connection has been initialized), it is as if...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
I setup both DEBUG variables to TRUE in beta6, but still no debug info in console (in beta5 works fine) SmackConfiguration.DEBUG_ENABLED = true;...conf.setDebuggerEnabled(true);...
View ArticleRe: plugin broadcast error
the question is removed- the problem isjavaversion ofthe curve
View ArticleRe: Details: Authentication error: Not authorized
I have the same problem with Psi, Pidgin on Openfire, Authentication error: Not authorized.I saw the workaround with xmpp.fqdn but this is not a fix.
View ArticleFIleRecive failure in android
i am using asmack 16 library. i am able to send files. but i am not able to receive. when i try send file from desktop client(pidgin) to my android client, i am getting log that FileNegotiation 0.0....
View ArticleRe: Unable to get group names list
MultiUserChat group names,I was able to get finally belowis the link i have my questionUnable to return group list in xmpp with asmack version asmack-android-8-4.0.6.jar - Stack Overflow How to Join in...
View Article