Opnefire not installing in windows 8
Hi All This is my 1st question in this site.Actually I am trying to install openfire in my windows8,it got installed but open fire is not starting.I am getting the following error...
View ArticleRe: Move openfire svn to github 31 March
looks like Christan's are in there, Tom's is more recent and maybe that's what you are seeing? (you can use "git log" to view all the commits, their hashes (SHA-1) and their commit messages) Pull vs...
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: Problems with getChatManager ()
I doubt that this is the source of the .jar you are using, as I don't see one there. Could you mention the exact filename?
View ArticleRe: Unable to use smack-bosh out of the box
I don't have Java 1.7You are aware that it's higly dangerous to use anything older then Java 1.7? Especially in network environments! Have you seen this in your testing?No, but I didnt' test pubsub.
View ArticleRe: Move openfire svn to github 31 March
After i change something in my local source, how can i revert to the latest official source....So i want to be able to get the latest "revision", apply a patch, compile, test, revert changes so i can...
View ArticleRe: Opnefire not installing in windows 8
close it all down, then right-click --> run as administrator
View ArticleRe: Opnefire not installing in windows 8
Thank you very much.I have also posted this question in stackoverflow.So if you account there also then please there too.I will accept...
View ArticleOpenfire XMPP Server Working Flow at Server Side
Hello friends I want to know about complete flow of xmpp server in openfire. and also want to know about where is stanza generated at server side and where is handeled at server side. Is...
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
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: openfire custom database integration
Yes I want to get the users Actually there are some users present in my mysql database.I want those.Is it possible to show them in openfire browser. As you said I searched for plugins but openfire says...
View Articlegetting users info using custom database integration?
Hi, I want to get the users information from my database using openfire custom database integration and the following is my openfire.xml Can any body please tell me what is the mistake here <?xml...
View ArticleRe: LDAP setup : Illegal JID
Tell my some public domain names with an underscore. There are none because they are not allowed in DNS for host names. Only SRV records may contain underscores.
View ArticleSSO if using smart cards
Hello!We use smart cards for authenticating our users in AD based on Windows 2008 R2. Forest level is Windows 2008 R2. Workstations are Windows 7.I made configuration of SSO so that the user logged in...
View ArticleProperty 'provider.user.className' as specified in openfire.xml differs from...
I am configuring openfire.xml for custom database integration and following is my openfire.xml <?xml version="1.0" encoding="UTF-8"?> <!-- This file stores bootstrap...
View ArticleRe: LDAP setup : Illegal JID
That's why I marked it bold. I was not thinking about a FQDN, but about an unqualified hostname, which are only resolvable on a local network, not publicly. I am not sure, if underscore is allowed for...
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 Article