Re: NEED HELP: migrating openfire database (mysql)
Hi there!Thanks for your reply! I've done it this way also.. But, maybe i did something wrong.On the database-host run several databases, one of them is the openfire-db.Every database has it's own user...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
Hi there!Lot's of help now Thanks a lot!!!I've got all users and passwords written down in a password safe, so no problems with that.BUT, i just figured out that there are some problems with the ubuntu...
View ArticleRe: muc creation suing muc and http stream
If the streaming has nothing to do with XMPP, I would just write a PacketInterceptor as a plugin on the server to do this and cut out the extra step of having a client that listens to 6000 MUC rooms.
View ArticleRe: How to get current user status and presence
You do this via the Roster. You can add a RosterListener to track changes in presence live. The Roster can be obtained via the Connection.
View ArticleRe: Overcoming chat sync issues with concurrent XMPP sessions
What you are seeing is one of the two accepted behaviours according to the spec. To enable the other (which is what you want), read this thread. http://community.igniterealtime.org/thread/45842
View ArticleRe: 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 ArticleRe: Fastpath Web Chat
Im sorry to have revived. I have searched high and low for the solutions in this forum.Have tried some solutions and didnt work. So i am wondering did you find the solution? I am stuck at the point...
View ArticleRe: Fastpath webchat always shows as being offline
Just wondering if you had found any solutions?First time user here using Spark , OpenFire and tomcat.
View ArticleRe: How to close spark instead of minimize?
Jason a écrit: you would need to change the buttons action in code. Yes it's what i'm looking for
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 Article