Re: EXTERNAL authentication should accept empty or null username/password
Thanks for the feedback. Would you try if Fix SASL EXTERNAL with client cert provided JID · 1bdd839 · Flowdalic/Smack · GitHub works too? Compared to your changes this doesn't need any changes in...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
After means that the following commit introduced that behavior? That would be Add reply timeout to NoResponseException message · def8fea · igniterealtime/Smack · GitHub . I doubt that.
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
I just found the issue :-) It was MINE mistake with combination with new bahaviour after commit c81cd3456146d788080923d0acc2ac7371f82c97. I had misspelling service name. Before this commit it was no...
View ArticleRe: BOSH prebinding support
No Smack will never expose that internal state for already mentioned reasons. If you need it, simply use reflection to get the value.
View ArticleRe: Tinder cpu overheat
If the refactoring is a direct requirement from the libidn update then it goes in the same commit. If not I guess it's ok if you use the same PR but use an extra commit, and I think no additional issue...
View ArticleRe: Tinder cpu overheat
Cant predict how long it will take to update Maven Central, anyway may additional public repo (http://jcenter.bintray.com/) be used inside Tinder's pom? We published 1.28 version there already. 1.29...
View ArticleRe: BOSH prebinding support
It need not expose internals if it is one purpose prebinding tool. We can patch smack or look inside it via reflection, but both is dirty, problems with updates etc.
View Articlemessage lost in openfire and ghost sessions
hello all i am working on a social network program and use openfire and smack.scenario which i face with this problem is here: two users are chating with each other and every thing is good suddenly a...
View ArticleRe: openfire 3.9.3 ghost Session Problem
do you know about XEP-0198 or ejabberd-stanza-ack?is there any implementation for this subjects in smack or open fire ???and can i solve my problem using this subjects?
View ArticleRe: openfire 3.9.3 ghost Session Problem
Haven't heard about ejabberd stanza ack. Xep-0198 is only supported by Smack. Openfire doesn't support it yet, and i don't know when it will.
View ArticleSpark + Red5 catching
Hellofriends, I amnewuserOpenFireandam testingitwith theRedfire. Openfireinits basic functionsarefully functional, chat, send files, conferences, all OK. Learned of thevideo chatfunction,Redfire, and...
View ArticleRe: Tinder cpu overheat
The problem is that I DO need update tinder codebase and it uses libidn artifact from Maven Central. I suggested use JCenter repo in tinder coz we already published there 1.28 version of libidn.Btw...
View ArticleRe: Tinder cpu overheat
Ah I thought you only wanted to update Openfire. If your your code changes to Tinder require the latest stringprep.jar, we have a problem, yes. (but only until it's available on Central).If your your...
View ArticleRe: Tinder cpu overheat
Looks like Tinder does not use stringprep.jar at all, it uses libidn.jarWe found CPU consumption first within Tinder and after fixing it found the same troubles inside old libidn.jar (1.15).So we...
View ArticleRe: Spark will not connect to server!
Right now I have openfire-service.exe *32 running under the SYSTEM username. When I do nothing and try to run the launcher I receive the following log message below. Now, I will close out of the .exe...
View ArticleCorrect format of JID when saving or reading VCards
I have been having some issues reading from VCards, it appears to be saving but when I attempt to retrieve a certain card from a user it fails to return a valid card*null*. I am wondering what the...
View ArticleAccess Modifiers in XMPPTCPConnection
In the Smack 4.0.x I could change the method proceedTLSReceived and access the method notifyConnectionError in the XMPPTCPConnection class by inheritance.Now, in the Smack 4.1 it became private and I...
View Article