Quantcast
Channel: Ignite Realtime: Message List
Browsing all 11413 articles
Browse latest View live

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 Article


Re: Jitsi is disconnected constantly based on the idle policy

What happens if you set idle to 65 seconds?

View Article


Missing 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 Article

Re: 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 Article

Image may be NSFW.
Clik here to view.

Could 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 Article


JBOSH 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article


Performance 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 Article

Re: Missing classes: de/measite/minidns/DNSCache

Thanks. Although I needed a few more: minidns-0.1.3.jarjxmpp-core-0.4.1.jar

View Article

Re: 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 Article

Re: 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 Article


Compiling 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 Article

Image may be NSFW.
Clik here to view.

Open 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 Article


Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: Performance issue in Resource binding and xmpp session

Ok, didn't know. I think it didn't in Smack 3.

View Article

Create 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
Browsing all 11413 articles
Browse latest View live