Re: Openfire Server to Server - SparkWeb
Acontece a mesma coisa nesse link Sparkweb autentica e volta para tela de login
View ArticleHow do I turn off Broadcast?
Hello, I'm not sure if I'm asking this correctly but I'll give it a go. I'm using Spark 2.6.3 on Windows 7 Professional. I have Spark connected to my GTalk account. Anytime I get an email to my Gmail...
View ArticleRe: OpenFire 3.8.1 how to attach a buddy in clients
Hi,did you resolve this? I have the same issue and can't get two accounts to IM each other.I can send a 'broadcast message' from the web interface to both accounts, so i know they are online (even...
View ArticleRe: No users showing (or not authorized)
Hi,Did you resolve this? I am having the same issue.Many thanks,Rick
View ArticleRe: 100% new at openfire - please can somebody advise me?
Hello all,I had a look and found people having the same issue I am having with not 'authenticated' users and not being able to connect to one another as far back as 2005!!!! and still nobody has given...
View ArticleScreen Sharing through OPENFIRE - What is everyone using?
I was wondering what everyone is doing for SCREEN SHARING with Openfire? - Redfire works but it's VERY clunk and seems unreliable.- OFMEET seems like it would be great but I can't get this to work...
View ArticleRe: 100% new at openfire - please can somebody advise me?
USE SPARK! USE SPARK! USE SPARK! ok, so here is the deal..... if you use spark to chat then you can instantly chat with IM.don't try Xabber, pidgin, or quite frankly any other XMPP client.... just use...
View ArticleRe: AccountManager create account issue
Still getting the same Bad request - modify returned from account creation
View ArticleRe: Smack 4.1.0-rc1 will not save vCard to Openfire 3.9.3 server
So after adding this to my build.gradle file:repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }I was able to use (in build.gradle): compile...
View ArticleRe: Lost connection with AD
Hi !How did you create local admins in openfire ?Try to clear Roaster cache and I think this articel will help you Cache Roster was full, shrinked to 90% in 0ms and this one How to configure...
View ArticleBOSH connection not closed while disconnect()
As per the code Smack/XMPPBOSHConnection.java at master · igniterealtime/Smack · GitHub at line number 290 there should be a client closing code but the client close code only exists in the connect()...
View ArticleRe: "There was an error one importing private key and signed certificate."...
I have been struggling with this all day. I even reissued my certificate and did compiled the KeyStoreImport.java people recommended. I can't believe the solution was to type gibberish in the private...
View ArticleRe: BOSH connection not closed while disconnect()
I've just moved the 'close()' code into the shutdown() block. Please try the latest snapshot and report back how it works.
View ArticleRe: gradle version
I don't know which one exactly work, but trying the latest is usually (maybe not right after a gradle major release) a good idea.
View ArticleRe: BOSH connection not closed while disconnect()
Opps, it throws an exception...:( I went through the jbosh-0.8.0 code Instead of doing client.close() we need to do client.disconnect() put the client.diconnect() code in the shutdown() block instead
View ArticleRe: BOSH connection not closed while disconnect()
Which exception is thrown, please with stacktrace?
View ArticleRe: BOSH connection not closed while disconnect()
As far as I can see from the source, disconnect() will also not terminate the connection. I first thought that simply changing JBOSH's close() to call dispose with null would be the better approach....
View Article