muc creation suing muc and http stream
ite I want to find a way around as below in realtime: listen all incoming messages from xmpp group chat. the number of group chat is around 6000 2) next stream this recieved message over httpusing...
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: Change request on the userservice plugin
That sounds like a referential integrity error to me. I will take a look as soon as I am free and raise a fault. Can't promise when it will be fixed unless someone else submits a fix to speed things up
View ArticleRe: Admin privileges (broadcasting)
Bummer. All I can think is to check the settings (ie plugin.broadcast.serviceName) and make sure the servicename matches all@servicename.servername, and the other settings to make sure you aren't...
View ArticleRegistration Plug In
Hello,I am running the latest 3.8.2 build. I have installed the registration plug in and I have set a default group for new registered user to be added to.Problem is when a user registeres they are not...
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 ArticleOpenfire group members don't reflect users in AD groups
There are several distribution groups that we have in AD before I installed Openfire. When I look at some groups the members may not match what I see when I look in the Openfire console. I've added...
View Article