XMPPStringUtils 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: Error Building from Eclipse
Hi,I faced the same problem using EClipse, JDK 1.7.any help would be appreciatedThanks
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 ArticleUsers and groups import error
I need to export all the users and groups as a backup and migrate to a new server. how ever all my users are imported to the new server but the Groups are not. i had re - create all the groups and...
View ArticleRe: Online Agents Tab - No longer shows users
Actually it works fine in the latest build also - 2.7.0 665 Bamboo build (it's now on Git, not SVN) http://bamboo.igniterealtime.org/browse/SPARK-INSTALL4J-665/artifact/shared/Inst all4j/ I think rjeed...
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 ArticleRe: 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 ArticleRe: 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 ArticleRe: How can I tell if the clients are connecting via SSL.
I hate it when I forget something simple like that
View Article