Spark Web não conecta nem em local..
Olá galera, implantei o Spark aqui na empresa, beleza más ele não ta conectando nem executando a pagina, ele não faz nada. já liberei a porta 5222 e nada.. quando coloco meu login,senha,servidor e...
View ArticleNeed to transfer file to agents from webchat
I am using webchat for customer and spark for agents. now I want my customer to transfer file to agent using webchat, Is it possible, any help is highly appreciated.
View ArticleRe: Failed to parse extension packet in Presence packet
Found nothing with the debugger, then again it is hard to debug without the source. Have to investigate how to provide the Android Studio Debugger with the sources. Sometimes a few roster entries seem...
View ArticleRe: Failed to parse extension packet in Presence packet
Have to investigate how to provide the Android Studio Debugger with the sources.AFAIK this is not possible. That's the main reason I don't use Android's gradle-plugin. With the standard Android Ant...
View ArticleRe: Failed to parse extension packet in Presence packet
Okay, i found the cause for "PacketParserUtils﹕ Failed to parse extension packet in Presence packet.": Miranda IM. The status text is causing this i think. The problem seems to be multiple...
View ArticleExecuting Ad-Hoc Command in External Component
Hi, I am trying to create an external component in which I need a lot of admin level information, like the list of active users in a group, registering a user, get presence of active users, etc. After...
View ArticleRe: OTR Plugin for Spark Client 2.6.3
Hi, I am encountering the same problem and I suppose it is a BUG.However, I have found a temporary solution for this BUG and share to you: Spark-Preference-OTR Messaging-Select 'Close OTR session when...
View Articleasmack-android-8-4.0.2 Sasl-error
I am developing a im app in Android with Open Fire as my xmpp server. I am having trouble with logging into the server (SASLError using PLAIN: not-authorized) with Moto-G devices and not with all other...
View ArticleRe: asmack-android-8-4.0.2 Sasl-error
SASLAuthentication.supportSASLMechanism("PLAIN", 0);Why do you do that? It appears to disable the more secure mechanisms CRAM-MD5 and DIGEST-MD5! SASLError using PLAIN: not-authorizedNot authorized,...
View ArticleRe: Failed to parse extension packet in Presence packet
the other clients crash/disconnect when sending messages from itself. Does the client disconnect or the server? If the later, then you may find the reason in the openfire logs.
View ArticleRe: Users can access other user's message history
More information: Those old, and other-user messages are the only one the android client (XAbber) can see in the server message history. New messages, even sent/received from it, although archived and...
View ArticleRe: Users can access other user's message history
Allright, updated Openfire to 3.9.3 and monitoring service to 1.4.2, and the old, other-user messages disappeared from the android Xabber clients.Thanks,Joao
View ArticleUse Active Directory Security Groups for Openfire Administration
Hi, I am wondering if there is any way to use AD security groups to administer Openfire v3.9.3 instead of adding individual user accounts as administrators? Thanks.
View ArticleSSO issue in remote branches connected to HQ using Site-to-Site VPN IPSec...
Hi, We are using in our H.Q. Openfire 3.9.3 running on Win2008 Std.and the latest Spark clinet 2.7.0 Build 665 running in XP, 7, 8 & Windows 8.1all our remote branches are connected to H.Q. using...
View ArticleRe: Not to allow one user to login multiple times
I have recently been trying to figure out how to accomplish this same thing. My clients are only connecting from Pidgin and Adium. But people are figuring out they can use mobile IM clients like IM+,...
View ArticleHow to login XMPP Server without SASL Authentication?
I updated the API from 3.4.1 to 4.0.3 today, and modified part of my codes . In 3.4.1 , I can login without SASL Authentication like below:connConfig.setSASLAuthenticationEnabled(false); But now, I...
View ArticleHow to use SASL Authentication?
If SASL is on, how to set the client params? Could anyone show me a demo ? Thanks very much! And BTW, will the XMPP Server do sth. in order to enable SASL Authentication?
View ArticleMake spark auto-login when it starts up
Hellooo, Is there a setting in any configuration files that can be edited to make autologin=true? I found another discussion that said it was in the spark.properties file however I think that must have...
View ArticleRe: How to use SASL Authentication?
If SASL is on, how to set the client params?Which parameters? GSSAPI? Most of the time you will just have a tuple of username and password. And BTW, will the XMPP Server do sth. in order to enable SASL...
View ArticleModifying / Adding MUC affiliation via http
Can anyone guide me on how I can modify / add muc affiliation via http request? Or a guide on how to make a patch like this for the User Service Plugin. I'm currently modifying the mysql database...
View Article