Smack-4.1.0-rc2 on Android
Hello everyone! Recently, I am getting a demo on Android using smack-4.1.0-rc2 jars. when the demo run, it collapsed. The information was: java.lang.ExceptionInInitializerError...
View ArticleRe: Smack-4.1.0-rc2 on Android
Do not add the .jar files manually to your project. Use a dependency system like gradle to resolve the transitive dependencies as described in the readme of Smack 4.1
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Using Gradle, I quickly built https://github.com/Flowdalic/Smack/tree/incomingFtFix to get the needed jars for this test.There is no need to build it yourself. Just point your build system to use...
View ArticleRe: Bring window to front problems
That's ok. There is no defined default dev process for all open source projects. Everyone has their own processes. As Spark's and its plugins' code is publicly available via igniterealtime/Spark ·...
View ArticleAdministrative Message from browser show in a tab in Pidgin and Trillian.
Hi guys! I'm new to Open Fire and I noticed something weird to me so I would like to know if this is a bug or feature. When sending an administrative message to all users from browser in Open Fire...
View ArticleRe: Administrative Message from browser show in a tab in Pidgin and Trillian.
Thats right. The message popups (Message from Server). And you can write back, but the message will only be forwarded to admins and not to normal user.
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Please tell me where the Smack 4.1.0-rc3-SNAPSHOT jars are.Using Maven The Central Repository Search Engine g:"org.igniterealtime.smack" AND v:"4.1.0-rc3"returns nothing
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Using 4.1.0-rc3-SNAPSHOT, my file transfer testing all PASSED . I still need to test some more IIB versus out-of-band scenarios tomorrow.Based on recent 4.0.4 experiences, I wonder if pubsub has the...
View ArticleSmack-4.1.0-rc2: XMPPError does not include conditionText in toXML()
The PacketParserUtils is now able to parse the condition text e.g. in a redirect error response. However the opposite is still missing: XMPPError.toXML() does not include the conditionText in the...
View ArticleRe: JingleManager.createOutgoingJingleSession uses negated condition
Thanks for reporting this. It is already fixed in master, not sure if I will apply a fix to the 4.1 branch this it would be not applicable to master.
View ArticleRe: Smack-4.1.0-rc2: XMPPError does not include conditionText in toXML()
Thanks for reporting. Fixed with Include conditionText in XMPPError.toXML() · 9c5b7d2 · Flowdalic/Smack · GitHub
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
I wonder if pubsub has the same kind of problem that you've fixed here on File Transfer?"same kind of problem"? I don't think that this is related to Receiving pubsub messages with JSON Payload and...
View ArticleJBOSH does not detect compression header
jbosh/ApacheHTTPResponse.java at master · igniterealtime/jbosh · GitHubLine number 135 it seems there is no use case to make this condition true,I would recommend a code re-visit for reading the...
View ArticleOpenfire 3.9.x LDAP auth. problem
Hello, Our last worked version of Openfire server is 3.8.2. With newer versions we have problems with installation or upgraded, similar many users there. But I cant find solution for: 1) Installation...
View ArticleRe: JBOSH does not detect compression header
I'm sorry, I don't understand. Could you elaborate a bit more? Why can the condition (which condition?) not be true? "core re-visit for reading the accepted zip format from server"?
View ArticleSmack XMLStringBuilder optBooleanAttribute
Functions like optBooleanAttribute and optIntAttribute suggest that the value could be nullable, in order to indicate the optional aspect of the attribute.This is not the case.
View ArticleRe: Smack XMLStringBuilder optBooleanAttribute
Well none of those take a reference argument, they just take primitives. But I guess this can be overseen when unboxing comes into play. And yes, they are missing javadoc. Patches are welcome.
View Article