How to get openfire server time of incoming message
Hi! I'm using smack and openfire to develop a chat application. I'm gonna use following code to get discussion history in a MultiUserChat room. MultiUserChat muc = manager.getMultiUserChat(roomId);...
View ArticleWebchat plugin
I have installed fastpath 4.3.1 on openfire 3.10.0 openfire and it works fine.But I cannot install webchat for it. After a lot of ado, since the webchat on plugins page has a non working .war, I...
View ArticleOpenFire 3.10.0 crashes within 24 hours
I finally upgraded to the latest version, and it didn't even last overnight. I did the upgrade Sunday afternoon. When I came in today (Monday). Clients seem to be able to connect, but that's it, no...
View ArticlePlease reduce exceptions in logs
So many things seem to cause full traceback in the info logs. For example, I've disabled old SSL security, and now there are full tracebacks in the logs: 2015.05.18 10:10:04...
View ArticleOpenfire on Win 2012 stops after log off of RDP session
I'm running an Openfire server on a Windows server 2012. After a Windows update and restart, the Openfire server stops when I log off of my Remote Desktop session. If I leave the session open,...
View ArticleSpark Changlog 2.7.0_668 to *stable
I see that even though there is no active maintainer a new *stable* version of Spark has been released. I currently have the 668 build on all of my clients, and I have noticed that the new build number...
View ArticleSmack 4.10 and openfire3.10, How to make "normal" TLS connection?
Hello world I have openfire 3.10 and smack 4.10 on Android. How to make TLS connection, somebody help me. I`m not find fully documentaion about these theme.XMPP work via internet and not many users,...
View Articlehow to get offline messages using smack4.1 api ?
Hi all, I want to show offline messages in android chat app using smack 4.1. i hanged here. Could any one help how to retrieve offline message using smack 4.1? Thanks in advance
View ArticleContact LDAP
Hello,I configure the LDAP connection with AD . I have a quetion unanswered , est'il possible contact aparait it automatically or you must enter them manually.
View ArticleAvoid logging encrypted messages body on Openfire
Hello everyone, I'm trying to enable the audit logging for messages in Openfire. It's very straightforward. To do so, I navigated to Server Settings > Message Audit Policy from the web console and,...
View ArticleSpark Remote
I would like to use spark in remote locations where I do not have a vpn back to my office. What ports do i need to open for this to happen
View Articleis there any good mobile client based on smack ?
i am looking for a pretty open xmpp client for mobiles. actually as decent ones i know : conversationsxabberchatsecuremonal none of them support voice calls or video calls jisti android was supposed...
View ArticleHow to know whether message was sent?
try{ /********at this moment network became slow or failures*******/ chat.sendMessage(e.getMessage()); log.info("Message was sent: " + e); } catch (XMPPException ex){ log.error("Error: " +...
View ArticleThe import org.jxmpp.util.cache cannot be resolved
who know how to resolve this problem
View ArticleLicense related question : Sun Microsystem copyright notices in Openfire
Hi, we would like to use Openfire in one of our commercial products and I have a license related question. We did a clearing of the source code, i.e. we scanned the whole source code to check which...
View ArticleMockito vs. final keyword
The current Smack 4.1.1 makes trouble with Mockito unit tests. Mocking classes is impossible because of "final" used in classes and methods. Would you be open to remove final to allow better testing?
View ArticleOpenfire 3.11.0 + internal server error
Hi! I'm trying to upgrade my old Openfire 3.7.0 to Openfire 3.10.0 but when users are trying to connect to the new Openfire server, they are kicked out after some time. The new Openfire version is:...
View ArticleXMPP as real time messaging between systems not users
I am quite new to XMPP, and We are trying to develop a real time messaging system where the applications interact with each other through our XMPP server. But the openfire XMPP system is created as...
View ArticleOpenfire server to server
Good day 4 all I am having difficulty operating the communication between two Openfire servers. My scenario there is an IPSec VPN and both places use the same Active Directory and DNS zone. etab.local...
View ArticleSmack 4.1.0 tutorial or example
I need some example. It's my first project with XMPP server. I need to create service which sendPresent(get) sendData(or message) and get some data. I need help. Thank!This is my code :...
View Article