Re: Custom URL Handlers
That's a common issue with applications which convert normal text to links. Unlike browsers they assume that it must be a http-URL if the URI is unknown but an URL is detected.
View ArticleRe: NEED HELP: migrating openfire database (mysql)
It seems that your restore / import on the linux server is not recognized by Openfire. So you may want to start with an empty linux database and let Openfire create the schema. Stop Openfire, import...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
have you checked the user permissions on the database? it seems like it's either having issues using the database, or the database was not imported properly. Mysqldump should be able to replicate your...
View ArticleRe: NEED HELP: migrating openfire database (mysql)
ok, after looking a little, it looks like openfire creates a random pasword for the openfire@localhost user it sets up on first run and/or empty database schema, then it stores it someplace. you can...
View ArticleRe: 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: Spark dead? Where is the next release?
Hello Sebastian! Spark is not dead! Quite the contrary! An increadible amount of work has been put into Spark over the past few years. Unfortunately, no new official release just yet (hopefully soon,...
View Article