Re: WebChat Plugin Fails To Load
I'm not 100% sure on this but I don't believe the version of jetty that webchat is compiled with is compatible with openfire's version anymore. You should be able to run the webchat war file from any...
View Article"Ignoring roster push with not exaclty one entry." - Is this right?
Hi, I am trying to connect to a tigase server, and read the roster, using a fresh copy of Smack 4.0.5. After I connect, I get a "IQ Received" packet like this: <iq id="tig3"...
View ArticleOpenfire and Jitsi Video and Voice
Hi guys! Another question from someone that is just starting with Openfire. I'm using Jitsi as my XMPP client for windows machines. When I'm inside my network I can do voice and video calls. I would...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Smack is right. See RFC 6121 § 2.1.6 Roster Push: The following rules apply to roster pushes: The <query/> element in a roster push MUST contain one and only one <item/> element. I agree...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Because it has type="set" (which is a Roster Push, sent by the server), only one <item> allowed here. The example in the RFC has type="result", which is just the result to a client's initiated...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Thanks for the reply! I am seeing this issue as a result of a login.In section 2.2 of the document you linked, "Retrieving the Roster on Login", it shows an example of what I am getting from the...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Thank you very much!
View ArticleRe: Openfire 3.9.3 automatic fetching LDAP accounts
I haven't tried, but I believe you should be able to set the following:cache.ldap.maxLifetime reference How to configure Openfire's caches
View ArticleRe: LDAP - multiple user OUs
That seemed to work for my groups. Now I see only the groups matching my filter, but I still see 20,000 users rather than the 150 that match my search filter.
View ArticleRe: Open fire admin console hangs "Waiting for 127.0.0.1"
Aww man. That's what I get for not reading my own log better. "Address already in use: bind" <---This blatantly obvious line in log gave it away. Port conflict with 9091. Changed it and problem is...
View ArticleRe: LDAP - multiple user OUs
Double check your search filter propertyldap.searchfilter (&(objectclass=organizationalPerson)(|(memberOf:1.2.840.113556.1.4.1941:=CN=Open fire Access...
View ArticleiqRoute.route is returning NullPointerException
Hi, Below is the code of my plugin. IQ iq = new IQ(); iq.setTo(toAddress); iq.setFrom(fromAddress); iq.setType(IQ.Type.get); iq.setChildElement("ping","urn:xmpp:ping");...
View ArticleRe: LDAP - multiple user OUs
It looks exactly like that except for my specific domain info. I copied & pasted from your post: (&(objectclass=organizationalPerson)(|(memberOf:1.2.840.113556.1.4.1941:=CN=MTI APP...
View ArticleRe: LDAP - multiple user OUs
the encryption thing is a bug. If you enter it again and check "do not encrupt.." it will save it correctly. regardless, I think its better to use an external DB anyway!
View ArticleRe: [Openfire API] Sending message to all users
Thanks for your reply. I started learning IQ and below is my function. Im trying to send a ping to a client. However, when I execute it, client receive nothing. Any idea why ? public void...
View ArticleiqRouter not sending ping
Hi, im trying to make a plugin that will send an IQ ping to the connected clients. However, when I execute it, client receive nothing. Any idea why ? below is my code and thanks in advanced! public...
View ArticleRe: asmack SSL connection issue on Android 5.0
Hi, I found a possible solution for this, in the your DummySSLSocketFactory: public Socket createSocket(String s, int i) throws IOException { SSLSocket socket = (SSLSocket)factory.createSocket(s,...
View ArticleRe: Kick/Disconnect users plugin
Do you know if this could work on clustered servers? If the user is connected to server 1 but the kick is received by server 2, would he be kicked?
View ArticleHow to increase openfire memory.
Hello.Structure of openfire.- Windows Server 2008 R2 with 8GB Memory 4 processors Xerox 2.20GB.- Openfire 3.9.3- Spark 2.6.3 The file "c: \ Program Files (x86) \ Openfire \ bin \ openfired.vmoptions"...
View ArticleRe: How to increase openfire memory.
All i know, you probably need to switch to 64-bit Java, but i can't tell how, i don't know and i'm not good at this Java memory management stuff. Maybe you can find something related to that searching...
View Article