Openfire is a XMPP (Jabber) server written in Java. It has facility for developers to create plugins that can extend the server's functionality.
0
votes
1answer
5 views
How do I connect to the openfire server?
How do I connect to openfire server as a client ? I have installed openfire on my machine and want to connect to the server from another machine.
Both the machines are on the same LAN. Basically I ...
2
votes
2answers
25 views
Why am I unable to connect to openfire server from another computer?
I have a problem connecting to openfire. Following is the snapshot that shows the server properties.
I have my server running and i try to connect to the server (running on my pc) from another pc ...
0
votes
1answer
26 views
What is Spark? How can it benefit me?
I was reading about the Smack API and XMPP server Openfire . I also read about Spark, an open source IM client.
I am still reading about each of them but one thing confuses me. Do I need Spark? I ...
0
votes
0answers
5 views
unable to keep the connection with XMPP server using strophe.js on windows phone 7.5(vs2010)
Visual Studio 2010,
Windows Phone SDK update for Windows Phone 7.8
PhoneGap-2.9.0,
Windows Phone 7,
Openfire 3.7.1,
jquery.mobile-1.2.0.min.js,
strophejs-1.0.2
--
I use PhoneGap with strophe.js to ...
0
votes
0answers
13 views
Config Openfire to support file transfer
I'm tring to create a file transfer application using agsXmpp an client side and Openfile on the server side.
When I send a file, I get this iq error
<iq xmlns="jabber:client" ...
0
votes
0answers
36 views
Need to be able to Insert/Delete New Groups in openfire via HTTP or MySQL
I know how to insert a new group via MySQL, and it works, to a degree. The problem is that the database changes are not loaded into memory if you insert the group manually. Sending a HUP signal to the ...
0
votes
1answer
13 views
Strophe add Roster Contact
i am currently working on a 'Add Roster Contact" functionality.
1) I add a new Contact to my Roster with:
var iq = $iq({type: "set"}).c("query", {xmlns: "jabber:iq:roster"}).c("item" ...
0
votes
0answers
23 views
Smack XMPP Custom Extensions not arriving fully
I've got Smack running with OpenFire. Message Transfer works fine, but custom extensions never arrive fully.
This is what get's sent (by a not-smack library):
<message type="normal" ...
0
votes
0answers
9 views
Is file transfer possible with asmack?
I am implementing a chat application ,for that i am using
1.Openfire server
2.asmack-jse-buddycloud-2010.12.11.jar
I am able to text chat. But now i am trying for file transfer .
I have tried ...
0
votes
0answers
27 views
Can't get user online on Openfire through WebSockets and strophe-openfire.js
I am trying to make real-time chat using HTML5, WebSockets, strophe-openfire.js library ...
0
votes
0answers
39 views
Amazon RDS settings for OpenFire server
I am setting up an OpenFire server on a m1.large EC2 instance running Windows Server 2008. OpenFire then connect to a m.large RDS instance running MySQL 5.5.27 - innoDB.
When I tried to test the ...
0
votes
0answers
6 views
issues accessing /ws/server. Reason:
i had installed openfire 3.8.2 server on my local ubuntu 13.04 for chat purpose. And iam placed webrtc plugin on my htdocs folder. i had started openfire server before using webrtc on my chorme ...
2
votes
1answer
26 views
Set presence unavailable using asmack
I am using openfire and asmack lib. I am implementing online and offline button in android chat application .How can I set my presence "unavailable".
Note: I don't want to use connection.disconnect() ...
0
votes
0answers
19 views
fetching newest conversation from message archive openfire using smack
Hello guys, I'm using these lines of code to fetch list of conversation using smack
@Override
protected Void doInBackground(String... strings) {
final ArrayList<UsersData> users
= ...
0
votes
0answers
16 views
How to chat with openfire
i am new to openfire. i was installed in my local ubuntu machine for testing openfire software with my terminal. I was login in admin console and created user through create user option. Now i don't ...