Re: fastpath agent not receiving messages from users
So, you have created a workgroup and added agents to the Default queue of that group. Now, when you login with one of the agents in the Spark, do you see a Fastpath tab at the bottom of the Roster...
View ArticleRe: how to get openfire registered users from android client using aSmack
Hi Wael,I am tried to connect openfire server from android client by using above above links api. But i am unable connect.Could you please provide sample code? Thanks in advance...
View ArticleRe: Why ofMucConversationLog table is empty?
Have you waited a while, before checking the database table? Data that is to be logged is kept in memory, before it is written to the database. This process is executed every 300 seconds (which is...
View Articlesmack4.1 android client connection for openfire server
Hi All,I want to develop chat app in android. So, I am using smack4.1 version. But i am unable to connect openfire server(which is located my local) using smack4.1. Could you please provide sample...
View ArticleRe: smack4.1 android client connection for openfire server
Have a look at this page: https://github.com/igniterealtime/Smack/tree/master/documentation
View ArticleRe: Why ofMucConversationLog table is empty?
I waited 2 days and the ofMucConversationLog table is always empty, but I can use smack api get the muc history messages, I think the messages always in memory and not written to the database.
View ArticleRe: i am trying to connect to openfire using this code
you should set the username and password like this (smack 4.1.0):configuration = XMPPTCPConnectionConfiguration.builder() .setUsernameAndPassword("username",...
View ArticleRe: smack4.1 android client connection for openfire server
@KinderenThanks for you reply. I used below code: XMPPTCPConnectionConfiguration config = XMPPTCPConnectionConfiguration.builder() .setUsernameAndPassword(username, password)...
View ArticleRe: Smack 4.1 in android, getting exception "VerifyError"...
You added Smack components that require a Java SE runtime which his not provided by Android. Those are all smack components with 'java' in its name, e.g. smack-java7, smack-resolver-javax, and so on....
View ArticleRe: Using smack 4.1 on android, giving exception in connection
See Smack 4.1 in android, getting exception "VerifyError" org/jivesoftware/smack/sasl/javax/SASLJavaXMechanism
View ArticleWhat is wrong with my BOSH Configuration ?
Hi guys. I looked all over the net, removed, changed things, and, of course, got confused. Could you please tell me what is wrong with my code ? Thank you for your time. package naur.naur; import...
View ArticleRe: Openfire 3.10rc and fastpath.
I see. I was talking about the Fastpath Service plugin, haven't tried webchat one for a long time, as i recall it had compatability issues, which you have stumbled upon. Beware that both service and...
View Articlelocalhost:9090 can't load
Dear All, I am installing Openfire 3.8.0 on ubuntu 12.04. I created the database and installed openfire. However, I can't access the localhost:9090. It gets "Problem Loading page". I made sure that all...
View ArticleRe: localhost:9090 can't load
Is there any relevant information in any of the log files? You'll find them in a directory called "logs" in the directory in which Openfire is installed. On a side note: 3.8.0 is a pretty old version....
View ArticleRe: 3.10 RC LDAP Issue
I found the Answer... I went to the Server Tab> Server Settings> Security Settings and set all security as custom and set TLS method "Not Available".Issue resolved
View ArticleRe: Java 8 support
Ok, Installed jre8 on linux...pointed JAVA_HOME in /etc/sysconfig/openfire to the new jre like Daryl said...no problems so far
View ArticleRe: lost messages when network is disconnected
Can You share this plugin? I'm also looking for this.
View ArticleRe: localhost:9090 can't load
It is written in stdoutt.log:"Admin console listening at http://193.227.16.5:9090"where "193.227.16.5" is my public IP.Also, 193.227.16.5:9090 is not running too! Nothing is written in the other logs.
View Articlewhy html docs?
This makes reading docs on the system it's being installed on a PITA. Especially for the install, upgrade, and database guides which usually have to be referred to on install, why not provide them as...
View Article