Re: PEP Items no longer written to database in Openfire 3.8.2
The id change behaviour sounds pretty strange. The ID is usually created by the client. The server can autogenerate an id if none is supplied on node creation, but this would always generate a random...
View ArticleRe: Port 5552 = SSL?
But: In site client-connections-settings.jsp stands:SSL Enabled: YesClient SSL Port: 5223 I connect over port 5222 - as i understood 5223 use the old version of ssl and 5222 the new version, right? But...
View ArticleRe: muc creation suing muc and http stream
Thanks! for your reply. Ler me share some more detail: Actually I dot't want to write 6000 room listner suing smack. In case number of muc increase i need to incease number of listner. So i think...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
hyper-v, yuck! you Windows guys.... lol
View Articlesmack 3.3.1 jar not working in eclipse ADT
Hi All, I added all the jar into eclipse ADT. Below was my connection to my locally setup openfire server. private String Connection() throws XMPPException { txtUid =...
View ArticleRe: How to close spark instead of minimize?
Jason wrote:you can click Spark --> Exit and it will close..Another option without bringing up the main window is to right click the system tray icon and choose Exit.
View ArticleRe: chat discussions to be saved constantly and automatically
There is no option to point to another folder to save history. History by default is automatically saving and one don't have to turn it on, when first launching Spark. It is saved to:...
View ArticleRe: Admin privileges (broadcasting)
There is no rights based administration system in Openfire. Every admin has full rights. I think there is a ticket for this in the bug tracker, but this is a very complex task to do. calebtr, this will...
View ArticleRe: Active Directory - JID?
Try adding them as username@servername. Server Name is on your first page, when you log in to Admin Console. And this should be the same as xmpp.domain system property name.
View ArticleRe: chat discussions to be saved constantly and automatically
C:\Users\user\AppData\Roaming\Spark\user\esther@elastix.org\transcripts Sincerely, James M. Cha, CPAJames M. Cha, CPA & CompanyA Professional Corporation3435 Wilshire Blvd., Suite 1750Los Angeles,...
View ArticleNeed some advice
Hi, I'm looking for a mobile app that can do voice and video or something similar to WhatsApp that I can have edited and made available to download from Google Play. I was wondering if there is any...
View ArticleRe: Problem with ChatManager logic with thread IDs
sorry - I only found this post after posting mine. There's a diff for my backwards compatible fix in this post.
View ArticleRe: Force ChatManager to obey threads in Messages
Please attach the patch as extra file in unified diff format (e.g. "diff -u").
View ArticleForce ChatManager to obey threads in Messages
Quick background: I'm working on a bot with a strophe frontend. The bot can be interacted with directly, but the strophe client also uses it to manage a dashboard. In the strophe client, I am...
View ArticleRe: aSmack Listener & IQ Provider Problems
Don't look for the END_DOCUMENT event, that is the close of the session. You are only parsing the specific element with the provider, so your provider must exit when the END_TAG is reached for that...
View ArticleRe: Overcoming chat sync issues with concurrent XMPP sessions
The default behaviour is what you are seeing now. The server will only deliver the message to a single client with the highest priority. If there are multiple with the same highest priority, then the...
View ArticleRe: Openfire configurations (Openfire+Spark+Webchat+Apache+Tomcat)
Hi,Thank you so much for the help.I'd rate you as the correct answer but I still need some clarification if you dont mind. It seemed that i was missing these 3 lines from my previous settings...
View ArticleRe: Possible resource leak?
I have installed 625 on my an my colleague's PCs. Testing for 2 days now. So far no problems. But my PC rarely goes to sleep.
View ArticleRe: Possible resource leak?
Thanks. Please let me know when you get a chance to test 626 build and if you see any difference. I removed list renderer pane change and all other mem leak fixes are in one single commit - build 626....
View Article