Re: Java Heap Space Error - User Summary List
Was it cached in a cookie? Which cache did you clear? I wonder where OF can store the range value if not in a client cookie. OF-768
View ArticleRe: Feature Request: Send message to all resources
I've implemented XEP-280 in Openfire's trunk. Maybe sombody has the opportunity to test and/or review. http://fisheye.igniterealtime.org/changelog/openfire?cs=14012
View ArticleHow do I enable logging?
Hi all, I'm sorry if this appears to be a silly question but I cannot seem to get any output in my logs. I've set Debug to enabled (although it resets if I restart the Openfire server) and all my logs...
View ArticleRe: Spark git transition
Jason, i have tried to setup Git clone in Netbeans and link it to a new project. I do checkout of master and then build a project. But i get not the recent version (659 build). I see no build number in...
View ArticleRe: ofmeet with Android
Hi , does no one have an idea where the problem could be ? RegardsFrank
View ArticleAndroid documentation voip
Can anyone provide documentation in openfire to voip for android?
View ArticleRe: ofmeet with Android
Hi, i got it working.the problem was the not correct url i was using.after choosing the correct url (the jabber server domain) it was also working from mobileit also works with opera on mobile. thanks...
View ArticleRe: Spark git transition
the build number is dynamically set at build time. if a build number is not specified, it doesn't show in the about box. to specify a build number, when building with ant use: ant <your_target>...
View ArticleRe: Spark git transition
here's a link to a howto with netbeans: http://wiki.netbeans.org/FaqAntParameters
View ArticleRe: Move openfire svn to github 31 March
NetBeans shows all the tags and i could select say 3.9.0, but i thought selecting master* would be safer NetBeans didn't mention which classes it wanted to delete, so don't know what exactly it...
View ArticleProblems with getChatManager ()
Hello!I have some problems with this example: XMPPConnectionconnection=newTCPConnection("jabber.org");connection.connect();connection.login("mtucker","password");Chatchat=connection.getChatManager()...
View ArticleRe: Move openfire svn to github 31 March
It is 3 times heavier than my SVN clone was.No, it's not. There is no such thing as a "SVN clone", as it's a centralized version control system. Users only checkout the latest revision as their...
View ArticleRe: Move openfire svn to github 31 March
Do you know, what happens to the maven-externalsbased branch? I just toyed around a little bit with the new git repo and switched to the maven branch, but it only includes the pom.xml file basically....
View ArticleRe: Move openfire svn to github 31 March
openfire's git repo will need a .gitignore and .gitattributes (plus LF normalization done) to get the repo ready for new commits and what-not. if nobody else wants that task, I can take care of both...
View ArticleRe: Problems with getChatManager ()
I was taking library from here: https://github.com/Flowdalic/SmackIt turns out that the version 3.4.1.
View ArticlePlugin database scripts won't work with SQL Server Express
I got my plugin to work just fine on a Mac using MySQL. Now that I'm going on to windows, I added mypluginname_sqlserver.sql to the plugin and imported it into an Openfire instance that uses SQL Server...
View Article