Re: fastpath agent not receiving messages from users
By creating a group you mean a Queue? You have to add agents to a queue. Also, your agents have to use Spark client.
View ArticleRe: fastpath agent not receiving messages from users
I had also added agents to it... but none of the agents had received the messages.
View Articlehow to connect to openfire server using smack api 4.1.0
i am trying to connect to my openfire server by this code String DOMAIN = "my server ip"; AbstractXMPPConnection connection; try{ XMPPTCPConnectionConfiguration.Builder config =...
View ArticleRe: 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: Can I use openfire for video conference?
Hi Weldy, Thank you very much for your direction. About the video conference. I means conference metting in a group of members. What plugin should i use to install in openfire? Could you please show me...
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 ArticleNPE problem in IqRouter
Please help me fix the below issue. <iq type="set" id="14-19457" to="******@domain.com/resource"> <query xmlns="jabber:iq:roster"> <item jid="******@domain"...
View ArticleRe: Getting a "No response received" after upgrading to Smack 4.1
i am getting the same exception while creating roster group, My code is,Roster roster = Roster.getInstanceFor(xmppconnection); xmppconnection.setPacketReplyTimeout(1000 * 60 *...
View ArticleRe: Spark + Red5 catching
Hi. Just hang the Spark client 2.6.3 using red5, redfire plugin 0.0.3.2 on openfire 3.10.0, tested with same result on 3.9.3. Redfire works fine with the client version 2.5.8, but it fails to...
View ArticleRe: Getting a "No response received" after upgrading to Smack 4.1
Again, Please follow the instructions found at https://github.com/igniterealtime/Smack/wiki/How-to-ask-for-help-or-report-an-is sue when asking for help. Thank you. Getting a "No response received"...
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 Article