Re: Move openfire svn to github 31 March
FYI - as a part of my first commit/sync (to fix OF-114), I also included the .gitignore file for work/ and target/.
View ArticleRe: Opnefire not installing in windows 8
Jason wrote: maybe a ticket should be filed for openfire to move those components to %APPDATA% or something? Or install like Speedy suggested under the root of the drive?I thought about it, but i'm not...
View ArticleRe: Opnefire not installing in windows 8
it should probably be confirmed this is a problem on Server 2012 (most similar to windows 8), since that's a more reasonable target for openfire than a locked-down windows 8 workstation is likely to be.
View ArticleRe: LDAP setup : Illegal JID
You know, after reading your question I had thought back about that. I wasn't using the TLD naming scheme and instead was using our own internal domain name. Thanks, that did it no questions asked.
View ArticleOpenfire (maybe spark?) Bug
I'm not sure which it is, either openfire (latest svn release) or latest Spark SVN release, but our contact list status fluxuates. I have users who are currently away, but their status is bouncing...
View ArticleRace condition on Whack/Tinder startup
Hi, I'm using Whack & Tinder to create an external component and have discovered a race condition on initial startup. It appears that the packet processing executor pool is actually started before...
View ArticleRe: Opnefire not installing in windows 8
it may need to be tested, but another option may be to remove the system attrib from c:\program files\openfire
View ArticleRe: LDAP setup : Illegal JID
According to RFC 6122 a JID "username@my_domain" should be allowed. The domainpart for every XMPP service MUST be a fully qualifieddomain name, IPv4 address, IPv6 address, orunqualified hostname...
View ArticleRe: Move openfire svn to github 31 March
Indeed, those reference didn't make it over to git. I think the best way to deal with the situation is create a new maven branch out of the master branch and then commiting the .pom files from the old...
View ArticleRe: Move openfire svn to github 31 March
Daryl, Flow, Jason, CSH, Tom & everyone else, Thanks for making the transition very smooth and problem free. Thanks for all the git command tips. In the end, I simply used TortoiseGit on Windows...
View ArticleRe: Move openfire svn to github 31 March
This is how Pull from Upstream looks in NetBeans (after pressing Search History link):As you said it is doing fetch + merge. At first i thought only green ones are actually applied to the master. I...
View ArticleRe: Move openfire svn to github 31 March
Btw: As someone who has never worked with git and github before: It was probably already discussed somewhere, but can somebody explain in a few sentences, what's the benefit now, i.e. what did the...
View ArticleRe: Move openfire svn to github 31 March
As i understand git alone is the convenience of development (branching, etc.), gitHUB is for getting attention from other developers.
View ArticleRe: not-well-format packet exception when set custom property for message
Thanks for your explanation, seems to make sense (also your point about well-formed validation). I remember you mentioned, that Android has a built-in XmlPullParser implementation. Doesn't it have a...
View ArticleRe: Migration to 5.0 ?
Wonder if switching to a newer version will fix that mailer is often sending email notifications about replies with wrong "created by NAME". Like it says create by LG, though someone else indeed posted...
View ArticleRe: Move openfire svn to github 31 March
CSH, There are two things going on here. 1) The switch to GIT over subversion. This is a no-brainer as "subversion sucks" says Linus. 2) The switch to github, over hosting our own GIT infrastructure....
View ArticleRe: Move openfire svn to github 31 March
and in spirit - here's a Google Tech Talk (with Linus) about Git: http://youtu.be/4XpnKHJAok8 It's worth a watch, even if you already know how great Git is. ~~~~~~~~ I can't resist... Don't you,...
View ArticleEncrypted Connection to Oracle DB
I recently installed OpenFire to test functionality and so far so good. However we have a desire to encrypt the communications between the OpenFire server and the Oracle database we are using on the...
View Article