Re: Just Married plugin is not getting installed on linux openfire
Logs: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:267) at...
View ArticleRe: Jitsi is disconnected constantly based on the idle policy
What happens if you set idle to 65 seconds?
View ArticleMissing classes: de/measite/minidns/DNSCache
I get this errors while launching my app. I added smack4.1.0 to my classpath. Exception in thread "main" java.lang.NoClassDefFoundError: de/measite/minidns/DNSCache at java.lang.Class.forName0(Native...
View ArticleRe: Jitsi is disconnected constantly based on the idle policy
It doesn't disconnect. So is Jitsi only replying to ping requests once per minute (or not replying maybe, but sending on its own)? I have this setting on 30 seconds for a very long time and don't...
View ArticleCould not find class 'org.xbill.DNS.Lookup'
while first time to use smack 4.1.1 to make my im project ,while run :mConnection.connect();it throws :Could not find class 'org.xbill.DNS.Lookup', referenced from method...
View ArticleJBOSH HttpSender is not currently customisable
As per the below codejbosh/BOSHClient.java at master · igniterealtime/jbosh · GitHubThe line 235 ..... private final HTTPSender httpSender = ServiceLib.loadService(HTTPSender.class); .... which is...
View ArticleRe: JBOSH HttpSender is not currently customisable
jBOSH uses SPI, so it's configurable. After all, that's the main task of the Service Provider Interface (SPI). See also Introduction to the Service Provider Interfaces (The Java™ Tutorials > Sound)
View ArticleRe: MultiUserChat.join() always creates a default available Presence
The sendPresence in ConnectionConfiguration.java is as default true which is why the smack library automatically sends an initial presence to the server as available. you can set it to...
View ArticleRe: JBOSH HttpSender is not currently customisable
That means ...... to change the HttpSender, I need to open the JAR file and modify "org.igniterealtime.jbosh.HTTPSender" file which is currently contains "org.igniterealtime.jbosh.ApacheHTTPSender" and...
View ArticlePerformance issue in Resource binding and xmpp session
function bindResourceAndEstablishSessionSmack/AbstractXMPPConnection.java at master · igniterealtime/Smack · GitHubline 520 The packet collector for session and resource binding are making the library...
View ArticleRe: Missing classes: de/measite/minidns/DNSCache
Thanks. Although I needed a few more: minidns-0.1.3.jarjxmpp-core-0.4.1.jar
View ArticleRe: JBOSH HttpSender is not currently customisable
You don't need to modify the Jar in order to provide the resource that configures the implementation of the service interface. You could simply set the related system property.
View ArticleRe: Performance issue in Resource binding and xmpp session
I'm not sure if you are reporting a issue with the library or just stating the fact that having a extra roundtrip by using legacy session establishing makes the login take longer.
View ArticleCompiling Openfire with Eclipse
Hello Folks,can someone (preferably a developer) write a short guide on how to setup Eclipse (Luna) to compile Openfire?The one that exists has become outdated ages ago.It doesn't even have to be as...
View ArticleOpen Fire Xmpp Connection Some Body Help Me....
Hi I'm connecting to a server with smack library by android linux I've created a server using open fire and sending messages to smack me link my service class , but the program is closed service would...
View ArticleRe: Backup users and groups - openfire
Thank you wr00t for your reply. well, we are movieng the data base also , I have tried with the plugin to export the users but the groups are not exporting. however the all the users have been exported...
View ArticleRe: Performance issue in Resource binding and xmpp session
Maybe it's because the PacketCollector isn't canceled, after usage, i.e. try { packetCollector = createPacketCollectorAndSend(newStanzaIdFilter(session), session);...
View ArticleRe: Performance issue in Resource binding and xmpp session
Maybe it's because the PacketCollector isn't canceled, after usage, i.e.Nope, nextResultOrThrow cancels the packet collector.
View ArticleRe: Performance issue in Resource binding and xmpp session
Ok, didn't know. I think it didn't in Smack 3.
View ArticleCreate openfire server DB
Hello, I have created a DB in SQLSERVER 2012. The name of this database is openfire.When I finish the configuration of openfire, the table are created on db master and not in the db openfire,Why?...
View Article