Re: Smack 4.1 beta 1 connection issue
Hi, You need to use smack-android and call "new AndroidInitializer().initalize()" before you open the connection. Are you trying to execute your android app inside emulator?...
View ArticleOpenfire 3.10.0 Beta - NIOConnection Thread Deadlock
In testing the latest 3.10.0 Beta from the Github repository, a thread deadlock issue has been encountered. The issue apparently occurs when two users, each with the other on their Roster, disconnect...
View ArticleRe: Openfire 3.10.0 Beta - NIOConnection Thread Deadlock
Thanks so much! I have filed this as OF-881 and made it a blocker prior to GA release. Could you submit a pull request on github for it?
View ArticleI am unable to launch openfire. It is showing following errors. Please Help
java.io.FileNotFoundException: ..\lib\commons-el.jar (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at...
View ArticleRe: I am unable to launch openfire. It is showing following errors. Please Help
Run the launcher via Run as administrator option. Or don't install to Program files. Or use a service instead of the launcher. Or both.
View ArticleRe: Unable to login to openfire server with SPARK unless I check "use old...
5223 is an obsolete port and you shouldn't use it. Both SSL and non-SSL connections occur on 5222. If you have specified 5223 port in Spark, then change it to 5222 or leave host/port part in Automatic...
View ArticleRe: I can't see the recent history. Spark
There is a bug in older Spark version, so it is showing only xx number of first messages in the history, so the most recent ones are cut off. There was also a bug when history file was getting...
View ArticleRe: Openfire stops working on Windows Server 2008 R2
If you have it installed and running as a service (check in the Services console), there is no need to run the launcher and no icon should be shown on the system tray. If you run them both, then there...
View Articlejbosh does not allow custom ssl context and custom factory
https://github.com/igniterealtime/jbosh/blob/master/src/main/java/org/ignitereal time/jbosh/ApacheHTTPSender.java line 146: SSLSocketFactory sslFactory =SSLSocketFactory.getSocketFactory(); There...
View ArticleRe: jbosh does not allow custom ssl context and custom factory
Thanks for reporting SMACK-641
View ArticleRe: I have modified Message class in openfire by adding additional types in...
How can i add this "<myextension type='mytype'/>" ? When i use addPacketExtension("type","mytype"); it adds this way "<type xmlns="mytype">"; Please suggest.
View ArticleNullPointerException thrown when trying to sendMessage from ChatManager
Hi, I'm getting NullPointerException randomly (not always reproducible) when trying to send a Chat message. Method is sendMessage and it's happening when it tries to make...
View ArticleRe: I have modified Message class in openfire by adding additional types in...
Will this cause any issues in my openfire's message sending functionality?Not sure, but you definitely should not do that. See also XEP-0134: XMPP Design Guidelines Basically instead of <message...
View ArticleRe: NullPointerException thrown when trying to sendMessage from ChatManager
Please follow the instructions found at https://github.com/igniterealtime/Smack/wiki/How-to-ask-for-help-or-report-an-is sue . A stacktrace would be very helpful in this case. Also note that 4.1.0-rc1...
View ArticleRe: NullPointerException thrown when trying to sendMessage from ChatManager
Thanks for your answer.I have read the instructions before posting the question, but I'm only able to provide the info I did already since the exception is happening at ramdom as I have said, so I'm...
View ArticleRe: NullPointerException thrown when trying to sendMessage from ChatManager
I have read the instructions before posting the question, but I'm only able to provide the info I did already since the exception is happening at ramdom as I have said, so I'm not able to provide the...
View ArticleRe: Openfire HTTP API
Take look at the REST API Plugin. With the REST API plugin you can also create new chat rooms.Link to Documentation: REST API Plugin ReadmeLink to Plugins: Ignite Realtime: Openfire Plugins
View ArticleFastpath and RestApi
HiI am working with OpenFire 3.9.3 and the Fastpath Plugin.I'm tryingto implement a RestApi for Fastpath as separate plugin. So that our application can create Agents and add them to the workgroup...
View ArticleInstall Newbie
Hi All, Got my very first question.. Installed Centos 6.6 and downloaded the Openfire rpm which I've installed.. The service is running and I can see the local IP 127.0.0.1 is listening on port 9090. I...
View Article