Re: JBOSH HttpSender is not currently customisable
That means ...... to change the HttpSender, I need to open the JAR file and modify "org.igniterealtime.jbosh.HTTPSender" file which is currently contains "org.igniterealtime.jbosh.ApacheHTTPSender" and...
View ArticlePerformance issue in Resource binding and xmpp session
function bindResourceAndEstablishSessionSmack/AbstractXMPPConnection.java at master · igniterealtime/Smack · GitHubline 520 The packet collector for session and resource binding are making the library...
View ArticleRe: Missing classes: de/measite/minidns/DNSCache
Thanks. Although I needed a few more: minidns-0.1.3.jarjxmpp-core-0.4.1.jar
View ArticleRe: JBOSH HttpSender is not currently customisable
You don't need to modify the Jar in order to provide the resource that configures the implementation of the service interface. You could simply set the related system property.
View ArticleSpark wont login in to server
All i get is invalid user or password. user and password are correct. I would greatly appreciate and help!!!!
View ArticleRe: Spark wont login in to server
What do you put into a Server field? If you put a name, is this name resolvable (known) on you network? If it is not in DNS or you local computer's hosts file, then you should use server's IP instead....
View ArticleCan't login to my openfire using any IM clients
I want to set up an XMPP server. I have a XMPP server running on azure windows VM. I can login to the admin console using the url provided by azure and the localhost. I have opened all the needed end...
View ArticleRe: Backup users and groups - openfire
Hi Wr00t Just want to know if we take backing using the import export option in Open fire server will all my Groups also be backed up? because we are going to format the current open fire server and...
View ArticleRe: JBOSH HttpSender is not currently customisable
I went through the entire "ServiceLib.java" I think you are talking about "loadServicesImplementations" function implementation inside jbosh/ServiceLib.java at master · igniterealtime/jbosh · GitHub...
View ArticleNeed help - with a script to stop Openfire server on Linux
Hello, I have made modifications to Openfire, compiled and installed on Linux CentOS 6. I see the script to start it using "openfire.sh" and am able to as well but I do not see a way to stop the...
View ArticleRe: Performance issue in Resource binding and xmpp session
I am jjust stating a fact that.... if the legacy session is enabled then all the packet lifecycle like sending presence, receiving messages, sending a ping.... all are affected with a lesser performance.
View ArticleRe: Performance issue in Resource binding and xmpp session
That's news to me, and I can hardly imaginable that this is a side effect (which is caused within Smack). On the other hand, I can't rule it out. What's needed is further information and analysis
View ArticleRe: Backup users and groups - openfire
No, it won't save your groups i think. But i haven't used this plugin for 10 years probably. You can try exporting and check for yourself if there is groups information in the output. Do you also want...
View ArticleRe: Backup users and groups - openfire
Thank you wr00t for your reply. well, we are movieng the data base also , I have tried with the plugin to export the users but the groups are not exporting. however the all the users have been exported...
View ArticleRe: 3.10 rc on ubuntu with java-common
Hi there!I'm glad to contribute But, I'm also not an expert when it comes to ubuntu / debian. I think that it's possible to add it to the distributed deb installer, Ubuntu – Details of package...
View ArticleRe: Create openfire server DB
I wish I could be more help, but I don't have a sql2012 server up and running to test on.
View ArticleRe: Connection fails when trying to connect to openfire
You are running into an assertion. Smack is strict about those things, even stricter if assertions are enabled.
View ArticleRe: Cannot connect to openfire after Lollipop upgrade
Just a heads up I found the culprit. My server was running Java version 1.6 which in turn made my Samsung devices refuse to connect. As soon as I upgraded to 1.7, all is well again.
View ArticleHow to connect to a server with a self signed certificate from android using...
Put your certificate into the asset folder (***.crt). Just download it using Firefox when you enter your domain via httpsthen use the following code...XMPPTCPConnectionConfiguration config =...
View Article