|
Hi, I made this question over at the Openfire groups, but it seems to be pretty quiet out there. Maybe someone here at SO works with Xiff/Openfire and has a clue about this:
We are using an external database for users and groups, on Openfire 3.6.4 through...
Started by Fernando on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This will modify the caches.
A better approach would be to use roster protocol (see RFC 3921, section 7 ) to modify the roster, perhaps by writing a component for OpenFire.
There at the Ignite Realtime forums.
|
|
I am having trouble getting Openfire to work. I done the following:
[root@jiaoyou logs]# which java /usr/bin/java
and I've run this command:
ln -s /usr/bin/java /opt/openfire/jre/bin/java
but when starting Openfire, it still says:
cannot run command `...
Started by Shore on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you know if the Sun.
Don't bother trying to use the GNU version of Java, it's rubbish.
What is the output of:
ls -latr /opt/openfire/jre/bin/java
/usr/bin/java is just a shell script the Sun JRE.
|
|
Hi all,
I am new to smack API. I am trying to develop a chat application where I was trying for setting and getting the presence.
When I change the presence of a user, its working perfectly fine and it is getting reflected in the Openfire Server.
But ...
Started by Le Hoang Long on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To solve the problem, just go in Openfire admin -> your user options ->.
After login use
Thread.sleep(5000);
use in the beginiing of the method also
Hello the Presence of other users.
To retrieve them.
|
Ask your Facebook Friends
|
Is there anyway to register new users through an HTTP request in OpenFire. I want users to be able to sign up for my messaging service from within an app written in cocoa. Can this be done??
Started by zPesk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use in-band registration as specified in XEP-77 to add.
Take a look at the web administration console's create-a-user page ( http://<openfire-server> own GET request from your Cocoa app.
|
|
We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. "
http://wiki.netbeans.org/FaqShareJavaNet
I managed to install OpenFire 3.6.4...
Started by devdude on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
using NB 6.7, Openfire 3.6.4 and postgres 7 with deleting all....
THATS ALL there's a bug somewhere between Openfire and netbeans collab module.
Yes!
Install "Search" plugin from the available plugins list in the openfire admin.
|
|
Since I played around with OpenFire Server, I started to make up my mind to build an IM Client connecting to this Server. So, I quickly do some research on this by looking for any library based on JavaScript with Flash. Unfortunately, I cannot find any...
Started by Sinal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That is what you look for ! i plan to use it myself.
Check this out , XIFF
dude, check out strophe.
|
|
When sending packet to openfire using Smack, i get error remote-server-not-found(404) . Can anyone please explain what does thet error means? it mean fail to connect to server or the packet has problem?
PacketFilter responseFilter = new PacketIDFilter...
Started by cometta on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
True in your code to see what you sent or look the error log in openfire web console, and you may find.
|
|
Hi, this is my first experience with Linux and I'm working on setting up an Openfire IM server on CentOS 5 using MySQL. I've created the database in mysql, created the user (openfire) and password, opened the ports on the firewall, etc. However, once ...
Started by gubymike on
, 6 posts
by 1 people.
Answer Snippets (Read the full thread at linuxquestions):
I appreciate any feedback:
Installing OpenFire on CentOS 5
Download and install the openfire....
When you installed Openfire did you restart the service first before trying to log the fact that we go a newer version of Openfire (3.6.3).
|
|
Hi all, what I want to do is install openfire from deb package on my ubuntu 12.04 server.
Here what I have done
1.Install java (I use sun java 6 update 32 binary package 64bit)
I'm following this article
http://askubuntu.com/questions/67909...-oracles...
Started by fulllefty on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at ubuntuforums):
No more dependency error.
Sun-java6-jdk
java run well, then
step install openfire could be executed.
|
|
Auto Discovery and Automatic Login:
Hi i'm new to this Forums.
I would like to configure spark login to an openfire server without a user typing in the username or password ever and have spark automatically use the credientials of the logged in user.
...
Started by joel.hardy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at petri):
From memory you can integrate Openfire with AD so Spark runs under the credentials of the currently.
|