Re: Losing Messages with 3.9.x
thanks alot! i never thought i could get rid of the sessions by restarting, thought they were somehow persistent.But it worked, they are all gone now.I'll keep an eye out if they come back again.
View ArticleAdmin password fails after install of cert
I am running 3.8.3 on ubuntu and installed the Digicert through the admin console and when I restarted the service I can no longer login to the admin console. I get a failed password.
View ArticleBuild failure when i was doing compile through antinstaller.izpack
BUILD FAILUREnet.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: java.io.IOException: Cannot run program "C:\Launch4j\bin\windres.exe": CreateProcess error=2, The system cannot find the...
View ArticleRe: Is secure rollback to 3.9.1?
I've done the rollback and everything ok so far. Thanks.
View ArticleHow can I tell if the clients are connecting via SSL.
Just wondering if there's a good way to test this. I enabled "Requires secure connections" so I hope that forces it but I'd like to make sure. Thanks.
View ArticleXMPPStringUtils error for smack
Hi All, I wrote a simple client java code to send a message to the server. However, I ran into some issues when running the code. I have an idea that my issue has alot to do with the libraries that...
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articletrouble 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: XMPPStringUtils error for smack
(a)Smack 4.1 needs jxmpp. Also plain Smack wont work on Android, you need aSmack.
View ArticleRe: "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 ArticleRe: Add Reliable Voip service to Openfire(SIP or Jingle?)
Vahid's latest reply contained links, so it had to be approved by a moderator. I'm adding this reply to bump the thread. Because users subscribed to this thread do not get notifications after the post...
View ArticleRe: 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 ArticleOpenfire 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 ArticleRe: 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