Openfire is a XMPP (Jabber) server written in Java. It has facility for developers to create plugins that can extend the server's functionality.
1
vote
1answer
206 views
Include server time in XMPP message
Is it possible to include to XMPP message time when message was delivered to server?
Now I receive from OpenFire server messages like:
<message id="W45Ky-21" to="eee@jserv.ee" ...
0
votes
0answers
33 views
Reterive Number of sent and recieve messages in Xmpp
Hi I am working on a chat application. I want to reterive the number of sent messages and recieve messages of a particular user. I am using openfire as server. Is there is any plugin of openfire ...
0
votes
1answer
63 views
Openfire security (Firebug evil)
Let's say i develop web-based chat app (connection is maintained by strophe). What if one of my user which is connected to my app, open a firebug console and begin creating a new connection and ...
0
votes
0answers
147 views
configure openfire with cPanel
For chat implement from XMPP client for android and iPhone.and it is working fine with localhost but i try to configure openfire with hostgator cPanel(phpMyAdmin) but all the time it stay loading in ...
0
votes
1answer
244 views
Openfire admin port and HTTP binding port
I just install installed openfire and webchat plugin.The webchat plugin working fine in HTTP binding port of openfire. Can i set same port for both admin and HTTP binding ?
3
votes
0answers
154 views
How to send composing extension notification using flex's XIFF API?
I'm using the Xiff API in flex to connect to my XMPP server.
and ill send message successfully but ill not get typing notification .
right now i am get following message
<message type="normal" ...
1
vote
1answer
612 views
connect private XMPP account through gtalk
Recently started at a new small company that has the following infrastructure:
Private XMPP Openfire server that hosts @chat..com
Google Apps for email, chat, docs, etc. with account of @.com
The ...
2
votes
2answers
534 views
Architecture for a chat website using Openfire, Smack and Play! Framework
I am developing a chat website that makes use of the Openfire XMPP server, with the client side using Smack API. The web project that makes use of the Smack API is implemented using the Play! ...
1
vote
1answer
248 views
Join XMPP MUC with one JID simultaneously from different resources with openfire
I need to join in xmpp chat room with one jid but from different resources at same time.
It is not works. Server sends chat messages only to last joined device.
How do I configure jabber server ...
0
votes
0answers
199 views
Openfire + Fastpath +Spark - Add Custom link in Spark
I need to add a custom link in Spark (Openfire chat client) in-order to capture the agents feedback/comments about a customer, is it possible?
This is how it works, On clicking the link the agent ...
1
vote
0answers
316 views
Configure proxy in xmpp file transfer (Extension EXP-0065)
Server: testXyz
<br>
Senderjid:user1@testXyz <br>
Receiverjid:user2@testXyz
RECV:
<iq xmlns="jabber:client" id="C8B91358-179B-4883-9EEC-A251D99E9AB5" to="user1@testXyz" ...
0
votes
2answers
1k views
File transfer using XMPP(Extension XEP-0065)
Not sure why I am getting turn socket failed(turnSocketDidFail called). Anybody can help me in figure out this? please point me what am i doing wrong here. I know there are lots of question like this ...
1
vote
0answers
153 views
Does openfire support User / contact blocking?
Does openfire support User / contact blocking??
I am creating a XMPP based chat. Now i want my users to have a facility by which they can actively block a certain person from chatting with them.
I ...
0
votes
1answer
303 views
creating a xmpp pubsub node using strophie
I am creating a pubsub related application in html where I have to create a pubsub node.I have seen in 'Professional XMPP Programming with JavaScript and jQuery' how to create anode.but In the book ...
0
votes
0answers
73 views
Fetch vcard information from openfire server in blackberry platform
I am using the below code to fetch the vcard information of existing user but i am not getting anything in response.
When i run this code it sends request to server but the response stream will be ...
0
votes
0answers
174 views
How to setup Proxy between Openfire and agsXMPP
I am developing one application with C#. The purpose of this app is to transfer file from one PC to another by using Openfire Server.
I Choose agsXMPP to use with Application.
but when I connect to ...
0
votes
0answers
158 views
Configure subscription options error
I have a sub-collection in a collection. When in this sub-collection a leaf node is created I want the user who is subscribed to the top-collection to be notified.
I figured out that the user needs ...
0
votes
0answers
96 views
Openfire+Karken+psi service discovery
After continous research and trying almost everything possible posted on internet i gave up and finally posting my issue here hoping for some solution by experts here.
I am a complete newbie, setup ...
0
votes
1answer
102 views
Include timestamp in a xmpp pubsub item
I read all those discussions and mailing lists which propose how to standardize the inclusion of a timestamp in a pubsub item but there is no answer how it is done practically today. Do I have to ...
-4
votes
1answer
86 views
controlling the number of chatroom users in xmpp server
Am working on the design of a real time chat engine using xmpp server such as openfire, i want to be able to limit the number of users that can enter ...
0
votes
1answer
75 views
Why does Openfire keep reloading my plugin
I creating a plugin for Openfire, and there are some initialization steps in the method initializePlugin.
The initialization steps of my plugin are supposed to run only once.
But I find that Openfire ...
1
vote
2answers
624 views
Sending XMPP packets to Openfire plugin on Android
I am trying to implement a simple Android application that sends and recieves packets to and from a plugin written for Openfire server. The plugin is meant to recieve packets from a client for further ...
1
vote
0answers
95 views
xmpp pubsub: presence based delivery
The "presence_based_delivery" simply doesn't work on openfire or am I missing something? Must "subscription-options" be filled out by the subscriber?
This is what I did:
Node configuration
...
0
votes
1answer
783 views
How to do HTTP binding for Openfire plugin
I'm using Openfire as the chat server for my company. And now I need to create a plugin for Openfire.
As I can see from other plugins, they can have HTTP binding to themself through port 7070.
For ...
0
votes
1answer
395 views
Unable to connect Gloox Xmpp client to Openfire server
I have the task to create a C++ XMPP client that has to communicate with other clients on server. I have written a simple C++ XMPP client using Gloox library, to register a new user on server.
The ...
0
votes
1answer
714 views
unable to connect to open fire with strophe
I'm having some trouble with connecting on local openfire server with strophe. I use this code, and it always gives me status CONNECTING. Can anybody tell me where can be the problem?
function ...
0
votes
2answers
149 views
Embed openfire in a spring java application
Is it possible to embed open fire or any xmpp server in a spring java application?
1
vote
1answer
459 views
XMPPFramework and Openfire sever, authentication successful ,but not call back
Connect opefire server ok , and then to authentication:
- (void)xmppStreamDidConnect:(XMPPStream *)sender{
NSLog(@"connected --->YES");
isOpen = YES;
NSError *error = nil;
...
0
votes
2answers
750 views
Creating a test XMPP client for testing
Im trying to create an XMPP test client in Java, I want to plug into my code that will behave like real xmpp client but will output messages say for example to a log. Im aiming to do this as i want ...
0
votes
1answer
98 views
create a connector to open fire
I need to implement chat application between a mobile user and a desktop application
but I wouldn't use xmpp protocol between mobile and open fire, it's another technology more secure so I would ...
0
votes
1answer
868 views
Voice Chat Options
I am trying to implement a Voice chat on my website. I am currently using XMPP / Openfire for IM Chat and would like to incorporate a "Chatroom" option where up to (25 to 50 or more if possible) ...
2
votes
2answers
1k views
Smack “No Response From Server”. Not sure why am i getting this error
I have an openfire server setted up on my local machine. I am trying to connect this server, but getting "No response from server" error. Not sure why?
I have spark client on the same machine that is ...
2
votes
2answers
479 views
XMPPFramework and OpenFire server, authentication works, connection hangs
I'm trying to connect to an OpenFire server with the use of the XMPPFramework for iOS.
The connection is established, the authentication is done (Forced to Plain), but after the authentication there ...
1
vote
0answers
904 views
Openfire vs ejabberd for customer service chat evolving to full chat solution
I need to setup chat as a solution for customer service on a website. Openfire and some of it's plugins (fastpath and webchat) were very simple to setup locally and offer all of the customer service ...
0
votes
1answer
77 views
Where is candy.war?
In the integration of Candy with Openfire it is mentioned to copy candy.war into the <Openfire_root>/plugins directory. I cannot find where this war is.
Can you please tell me where it is?
1
vote
0answers
134 views
XMPP Chat plugin for Magento
I've Magento ver. 1.7.0.2 community edition and XMPP (Openfire 3.6.4) installed on a Ubuntu server.
Is there any plugins like Zopim Live Chat or YALC that can be configured to work with my own XMPP ...
2
votes
1answer
259 views
Openfire plugin integration
I am developing openfire plugin and facing some performance issues.
My question is which type of plugin integration is fastest.
PacketInterceptor
IQHandler
Component
Other?
i am using packet ...
0
votes
1answer
227 views
Openfire: How can I know which users stored in the server are my device contacts?
I'm developing a simple chat for Android. I'm reading about Openfire ante asmack API. Obviously the user should see only the contacts stored in his device, so: How can I know which contacts stored in ...
0
votes
1answer
247 views
Does openfire deliver message in order [closed]
If A has sent 10 messages from the same client to B via openfire, will all 10 messages be received/processed in the same order?
If no, is there a way to make them in order or is there any plugin ...
4
votes
2answers
2k views
XMPP retrieve archive messages from openfire server
I am developing a chat app for iPhone using XMPP and openfire server,OpenFire server is storing all the chat history between users but When I try to retrieve the chat history for a particular user I ...
0
votes
0answers
223 views
Jitsi slow connection on LAN + Openfire
Please, I am using open fire on the same machine as Jitsi or over a Small LAN. But when connecting (Adding Account) it is very slow,
it takes a long time and Sometimes never connects.
Immediately i ...
0
votes
1answer
255 views
agsxmpp create user account programically
I am using agsXMPP library and Openfire server. Works nice. But I can`t find, how can I create new user account (add new user to openfire database) from agsXMPP?
Thanks a lot :)
-1
votes
1answer
95 views
Where i can find XMMP voice client for android?
Where i can get XMMP voice client to make it work with my Openfire server?
And test voice functions.
Only one app there works Voice via XMMP - Google talk, but i can use Google talk to coonect to my ...
0
votes
0answers
173 views
jsjac openfire chat issue
I am trying to use openFire + jsjac for my application as chat option.
I have installed openfire in my local machine and it is running fine on http://127.0.0.1:4040/
and i have downloaded jsjac ...
-1
votes
1answer
282 views
Punjab does not consistently acknowledge that it is getting messages from strophe
First, thank you in advance for taking a look at this problem with me.
I'm currently using strophe.js to connect to Punjab over a BOSH connection, which ultimately forwards the messages to Openfire. ...
0
votes
1answer
583 views
Refreshing VCards in OpenFire
I developed a VCard plugin for OpenFire XMPP server with the main purpose of creating/updating and retrieving users' avatars via HTTP requests. Unfortunately, the plugin does not work as expected - ...
0
votes
1answer
106 views
no notifications propagated to collection node when publishing items to the leaf node
The following scenario is given:
/Collection1 (a number of users are subscribed to this collection)
/Collection1/ new Leaf1 (a user creates a child leaf node)
->all subscribers will be notified of ...
1
vote
1answer
194 views
Using openID framework for authentication method in Openfire
We all know that openId has become such a popular method for user authentication, that's why i was thinking if Openfire chat server can use it as well. I know that openId communicate using http ...
2
votes
1answer
81 views
Can RHQ Slow down system?
We have installed RHQ monitoring system http://rhq-project.org/display/RHQ/Home. From that time our program started to slow down. It happens every day at 9:20~30 AM. Can RHQ slow down system? Because ...
1
vote
1answer
999 views
'Only SOCKS5 supported' OpenFire error with XMPP File Transfer
My Question : I'm doing file transfer via XMPP on iOS using the XMPPFramework and OpenFire. The base of my code is from the following tutorial. The target appears to accept the proxy as the ...

