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

Re: Best suited IDE for Openfire Plugin Development

I'd stay with Eclipse. It's used quite often.The docs are indeed outdated, now Git is used instead of SVN.

View Article


Re: Add Reliable Voip service to Openfire(SIP or Jingle?)

Does Spark still support jingle using a STUN proxy?I did use it a long time ago but the voice quality was poor.

View Article


Re: Add Reliable Voip service to Openfire(SIP or Jingle?)

Thank you all for contribution,as "wroot" adviesed I send a PM to "Dele" and still waiting for his respond.Don't you think let dedicated SIP server (eg. kamailio) serve all VOIP capability is ok? Has...

View Article

trouble connecting aSmack with Openfire. (using Andriod)

Hi, I've been trying to make a simple connection to Openfire so that I can see the green user in the conection status. So far I've only failed. I'm using Openfire with an embedded database and default...

View Article

Re: Java Heap size in Openfire 3.9.1 for Windows

Install the JRE somewhere. Then rename the 32bit jre folder in openfire/ and copy the 64bit jre there and name it as the 32bit JRE folder was name.

View Article


Re: Best suited IDE for Openfire Plugin Development

I am happy with IntelliJ. I'd say use what you generally like for development. Setting up Openfire for development (in any IDE) is unfortunately still not that easy because of Openfire's messy...

View Article

Re: Best suited IDE for Openfire Plugin Development

If you have Make installed, starting developing openfire with Eclipse is pretty easy: git clone https://github.com/igniterealtime/Openfire.gitcd Openfiremake eclipse<import the project in eclipse>

View Article

Re: Best suited IDE for Openfire Plugin Development

Hi,I have experiance on Eclipse for simple Java Application and Also ADT for my android client.So I'm agree with you using Eclipse. as you said documentaions are old, but I'll try to make a new one...

View Article


Re: XMPPStringUtils error for smack

(a)Smack 4.1 needs jxmpp. Also plain Smack wont work on Android, you need aSmack.

View Article


Re: "unable to find valid certification path to requested target" in 4.0.0-rc2

Hi.You  should let see us more code.I believe you a lot of code.In my code was the rewriting rows.

View Article

Re: Totally Newbie question

Where exactly did you find these instructions? It looks more like a documentation how to create a new client, than to setup one.

View Article

Openfire with MS SQL Express database

Hi, I am trying to configure openfire server on windows server 2008 r2 with MS sql express advance 2008 database. As embedded DB can support only upto 1000 user maximun. unfortunately MS SQL express...

View Article

Re: How can I tell if the clients are connecting via SSL.

A more user-friendly check (though not so convincing as watching the packets) is to check the Sessions page in Admin Console. All SSL secured sessions will have yellow padlock icons in the Status...

View Article


Re: Java Heap size in Openfire 3.9.1 for Windows

It may be easier just to remove (or rename to jre-old) the original /openfire/jre folder and install JRE 64-bit. It works with a 32-bit one. Openfire finds system's JRE automatically. Though i haven't...

View Article

Re: Tracking User Login History

There is no built-in option to track this. So, you will have to create a plugin for this (can't help with that, but this should be possible). Login information is available in the Sessions page (start...

View Article


Image may be NSFW.
Clik here to view.

Re: How can I tell if the clients are connecting via SSL.

I hate it when I forget something simple like that

View Article

Closing connection due to error while processing message

Recently openfire started to produce an error when receiving a packet from asmack ping manager 2014.06.15 05:37:49 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error...

View Article


Re: Tracking User Login History

Oliver, The UserStatus Plugin may be what you need: https://community.igniterealtime.org/docs/DOC-1320 daryl

View Article

Re: Openfire with MS SQL Express database

You have to set your sql instance port from dynamic to something static. If its the only instance on the server, than you can use the default port of 1433.  If its not the only sql instance, than you...

View Article

Re: Openfire with MS SQL Express database

Also you can use the server name jdbc:jtds:sqlserver://[ServerName]/[database];appName=jive [servername] - computer name maybe is the same as your openfire server name and not the sql server instance...

View Article
Browsing all 12000 articles
Browse latest View live