Re: When will be version 2.7.x available as final-version?
Nobody knows. You can use nightly builds for now (they are pretty stable, unless you really need voice chat, then you should stick with 2.5.8 for now)....
View ArticleI can't get addExtensionProvider to work
Hello, Let me show you my code first and explain my case: this.messagePacketListener = new PacketListener(){publicvoid processPacket(Packet packet){if (packet instanceof Message){ Message message =...
View ArticleRe: (a)Smack 4.0.0-rc1 NoResponseException on login
I am using SSLContext like this: try { SSLContext sc = SSLContext.getInstance("TLS"); sc.init(null, null, new SecureRandom()); this.connConfig.setCustomSSLContext(sc);...
View ArticleRe: (a)Smack 4.0.0-rc1 NoResponseException on login
This will get the default SSLContext and use it with Smack. The question is if the context accepts the certificate presented by the server. I can't tell from the code snipped because it depends on how...
View ArticleRe: I can't get addExtensionProvider to work
XEP-198 enable/disable stanzas are top level XMPP stanzas and not packet extensions. Smack core needs to be modified in order to support them. We are already working on xep198 support for Smack. If you...
View ArticlePass to Muc - > Chat normal XMPP (some problems, and not work correctly)
Goodnight, So far we have used "muc" but e have seen that there is the issue offline "OfflineMessageManager" and the like, not related to "Muc". We have gone from "muc" --to--->...
View ArticleRe: Races in 4.0rc1
Ok I found a race in packetReader where wait() would timeout, the connectionId would have been set, but features where possibly not yet parsed. I will commit the patch soon in an extra branch. Are you...
View ArticleRe: PacketFilter without rules blocks everything
Can you still reproduce this issue? I can't with the recent Openfire version. Closing the ticket for now.
View ArticleIs legal GPL3 / Free Code "SPARK" ?
We can use the spark libraries, to make some arrangement? is it legal? We have read and understand that if. To all this, when we have your application, we would like to put on the cover, references...
View ArticleRe: asmack can't keep online?
It looks like I have the same problem. I upgraded my android app from asmack 0.8.10 to 4.0rc1 and it usually works ok, but I also noticed some strange things: It appears that the connection dropped,...
View ArticleRe: Is legal GPL3 / Free Code "SPARK" ?
Please consult a local lawyer if you have license questions. Relying on forum replies may be a bad idea. According to http://www.gnu.org/licenses/quick-guide-gplv3.html the Apache License 2.0 is...
View ArticleRe: Is legal GPL3 / Free Code "SPARK" ?
In this post that has happened to me, gives me reason. And others I've been reading, it also gives me reason. Now that I have taken more time to read other post of "gpl" and "openfire" They conclude...
View ArticleRe: asmack can't keep online?
It appears that the connection dropped, but I still see the session entry in openfire, I can send data from my android, but initially does not seem to work, but then all of a sudden, some old messages...
View ArticleRe: Proposal to release Openfire 3.9.2
Thanks for the heads up Daryl, New version of Jitsi Videobridge 1.3.0 plugin ready to to be released with Openfire 3.9.2
View ArticleRe: Proposal to release Openfire 3.9.2
Looks good ... thanks for driving this. One comment about OF-705: the XSS vulnerabilities have actually been fixed (per the original request). The ticket remains open pending additional work to...
View ArticleRe: Openfire & PostgreSQL: all tables are in schema 'public'
Hello, All authorized users to a given database have access to the public schema. You can control which users have access to the database, so not all postgresql users have access to the openfire...
View ArticleRe: Please Help
On Windows 7/8 you should run a launcher with Run as administrator option. Or you can setup a service as described in the installation guide...
View Article