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
12 views
How do I use Presence Probes with agsxmpp and C#
How can I retrieve a contact's current presence information using XMPP Presence Probes?
Thanks in advance.
0
votes
0answers
21 views
how to get $roster_array in xmpphp in roster.php from xmpp.php?
i want to fetch rosters(contacts) of my online user with xmpphp library. in this library they create object of roster class in xmpp constructor but they don't use with array attribute for create ...
0
votes
0answers
17 views
Getting ClassNotFoundException when accessing object across cluster
I'm trying to develop my own plugin which makes use of Openfire's caching. In my plugin, I create a Cache (org.jivesoftware.util.cache), myMap, mapping types String to MyClass. MyClass implements ...
0
votes
0answers
17 views
XMPP Asmack FileTransfer giving “Could not create file to write too” error when the file is received
I have added the file transfer code to my Android app, i am compressing the file before transferring. When i transfer the file and debug the control comes to my receive file method and when it creates ...
0
votes
1answer
37 views
How to create listener for send and receive file using SMACK in android?
I want to implement a file transfer functionality in my chat application which I have developed in Android using SMACK and Openfire.But I got an error in sending and receiving a file.So can anybody ...
0
votes
0answers
13 views
Privacy list: to block user in all openfire channels
My Problem is that I want to ignore a user in private chat but also in public channel (MUC).
I resolved this issue in Openfire 3.7.0 with add two JID to my privacy lst:
username@servername (to ignore ...
0
votes
0answers
17 views
Smack api and Openfire server presence error
I am developing a chat application using Smack api and I got stuck at receiving presence packets.
Tested with Smack 3.2.2 and 3.3.0.
These problems involve only using Openfire server 3.8.1.
First:I ...
0
votes
0answers
11 views
XMPP Roster Management
I am developing a chat application in android with XMPP.I am using openfire as my chat server.I am struggling with a bug from a long time and the bug is regarding roster management.
I found that the ...
1
vote
1answer
40 views
I want to add an external library to jdk 1.6
I want to add an external library
I am using eclipse IDE and I followed the following procedure of clicking the preferences - > Java - > Installed JREs - > Edit - > add External JARs and after adding ...
3
votes
0answers
15 views
configuration of custome database with openfire
I am using the openfire 3.7.1.I have followed this steps to configure the custom database in openfire.The main problem is that if i set the property
provider.user.className = ...
0
votes
0answers
20 views
How do i implement Openfire [closed]
I am a newbie to openfire and XMPP development, I would like a simple introduction on how to basically communicate openfire with an application.
Thank you very much! any help will be appreciated
0
votes
0answers
31 views
IOS File Transfer XMPP Openfire
I have few questions on the proxy server setup on openfire
As everyone are saying to set the property xmpp.proxy.externalip with the ip, is it the ip address of the dedicated server i have on which ...
2
votes
2answers
69 views
+50
How to block anonymous user in XMPP
In order to implement chat functionality in my app, I have integrated XMPP framework in to it. There is no buddy request functionality hence users can send messages to other users without sending a ...
0
votes
0answers
19 views
(newb) Modify Openfire's MySQL DB or create a second one?
I'm new to Openfire and pretty new to MySQL. I've set up an Openfire server with a MySQL backend. I need to persist my own data, such as:
Users stats (it's a chat app with gaming elements)
Message ...
0
votes
1answer
36 views
XEP 0055 (Jabber search) with iphone SDK
I am creating a XMPP sample on ios. What I am trying to do is search user over xmpp. I checked the opernfire server and it has the search plugin enabled. I gone through XEP:0055 and found the stanza. ...
-1
votes
0answers
24 views
How to implement XEP-0133 — using XMPPFramework + Openfire
I want to get lists of all:
1. Registered users
2. Online users
I've only found posts on the igniterealtime.org forum from 2007 regarding this. Is this even implemented in Openfire?
As for ...
-1
votes
0answers
29 views
File transfer from IOS with Openfire
I need help from the experts on IOS, i am trying to build a chat app on iPhone with Openfire Server. I have cracked the ways to implement single chat, i want a way to transfer images and video from ...
0
votes
0answers
12 views
Openfire send email on friend request
Anyone knows how can I detect a user subscribe request on my Openfire server and send an email to the requested user?
1
vote
1answer
73 views
Openfire archive list count is always 0
I am using openfire (3.7.1) with monitoring plugin (1.3.0) and am trying to determine if archive is set up correctly. "Archive one-to-one chats" option is selected in archiving settings. In adium xml ...
2
votes
0answers
52 views
Multi user chat is not working on server
Using smack API,openfire and XMPP i had created chat application in android.
In that i added group chat functionality.But on my local server it work's fine but when i am trying to run on server first ...
-1
votes
0answers
32 views
Account attributes completely empty in asmack and openfire
I got an openfire XMPP-server. On the server side, i got a couple of users where i can login with. An example of one single user is :
The piece of code i use to log the user in from my android ...
0
votes
1answer
83 views
Unable to connect to OpenFire server using strophe [closed]
I am having a bit of a problem with OpenFire + strophe.
Initially i am unable to connect to OpenFire server due to this reason:
"NetworkError: 404 Not Found - http://localhost/crossdomain.xml"
I ...
0
votes
0answers
35 views
Server does not support account creation exception. XMPP / MySQL Database
I have Openfire server with a MySQL database, I can log in, chat, send and receive files seamlessly from my application on Android. But when I try to create an account from the application, the server ...
0
votes
1answer
66 views
Looking for an alternative to Candy Chat
I am currently experimenting with XMPP based cross-platform (android, web, blackberry, windows 8) chat application and so far found out that OpenFire is one of the best Chat Server and i also have ...
-1
votes
0answers
41 views
java.lang.NoSuchFieldError: SubjectAlternativeName error occured while installing openfire in linux fedora 17 [closed]
I am installing openfire-3.8.1-1.i386.rpm in linux fedora 17.
but i faced following error:
HTTP ERROR 500
Problem accessing /setup/setup-finished.jsp. Reason:
SubjectAlternativeName
Caused by:
...
0
votes
1answer
28 views
chat application with cometd only is good enough?
I want to create a web chat application that will just do text chatting. A client will talk to owner. An owner will see the available client to chat with but a client cant see the list of available ...
2
votes
1answer
256 views
send push notification to ios for chat to offline user, openfire xmpp
I have an ios chat application that uses openfire, what I need to do is send push notification when the message (1) can't be delivered for any reason, (2) app is in suspended state, i.e. can't ...
0
votes
1answer
41 views
Openfire + Candychat 500 Internal error
Hi i am very new with this xmpp protocol and trying to build a simple web-based chat app using Openfire and candychat.
Currently i am running my webserver using XAMPP (C:\xampp). I already have ...
0
votes
1answer
104 views
iOS XMPP client disconnects after some time
Am using open fire server and iOS xmpp client with Robbie Hanson's framework. My clients runs fine in background, as i have set the voip flag and everything. But after few hours around 15-20, it ...
1
vote
0answers
72 views
How to invoke CXF Asynchronous web service from apache camel
I have a javascript client which invokes an asynchronous web service with the callback in apache tomcat server. Webservice places the request to xmpp server and returns. I have another receiver ...
0
votes
0answers
41 views
File transfer is not work properly
I had created a chat application in android using asmack API and i use openfire as server.
I tried to send a file sometimes it sent successfully but sometimes it is not sent. it gives error like:
...
0
votes
1answer
93 views
Smack multi user chat list of online users
I'm using the account administrator to login into my openfire XMPP server, from my third party server.
I need to discover the available users into specific multi-user-chat. For "available" I mean all ...
0
votes
0answers
31 views
Retrieving archived messages from xmpp openfire
can anyone help me to know how to retrieve the archived messages from openfire server. Is there an api for the same.
Regards,
Gaurav
0
votes
1answer
194 views
Send messages to Client with C# using openfire server
Our firm is using message API's to send various alerts to our clients. As the charges are getting high for message API's we are planning to have WhatsApp sort of thing(An Android chat client) on our ...
0
votes
0answers
15 views
openfire MUC and camel routing
I have a publisher and subscriber for a MUC But room does not exist. But my sender and receiver is in while loop. If I go and create a room which sender and receiver need because those sender and ...
0
votes
0answers
44 views
openfire debug log
I install Openfire 3.8.1 by extracting the tar archive to my Ubuntu 11.04.
I use the code at https://github.com/fritzy/SleekXMPP/blob/develop/examples/register_account.py to perform inband ...
0
votes
0answers
41 views
Entry with automatic authentication in roster table in openfire from PHP
I want to implement chat functionality in my android application. My server is PHP server. For that I am using openfire with jabber server and XMPP. But after adding user into ofUsers table in ...
1
vote
1answer
40 views
Openfire kicks me when I send <composing/> or <paused/> with a custom message type
I am using openfire as chat server in my service. I need to notify user when interlocutor starts or stops typing message in chat.
I add custom message type notification_chat and send message with or ...
0
votes
0answers
14 views
io xiff error from
I have a chat application using openfire as the xmpp server. The client side is is implemented in flex using xiff library. I am facing a wierd issue of io errors thrown from xiff when multiple chat ...
0
votes
0answers
101 views
Add member to Group in XMPP
I managed to create a user in my xmpp server successfully(asmack).
AccountManager am = m_connection.getAccountManager();
am.createAccount(mUserName, "1234");
However, now I want to add this newley ...
0
votes
0answers
25 views
Restrict OpenFire not to receive messages
I want to restrict the openfire receiving messages by some of the open fire user accounts. Is it possible to restrict the selected users by sending messages and making them only to receive the ...
0
votes
0answers
34 views
Strophe MUC plugin having issues with IE, works fine in Chrome and Firefox
"onConnectCallback" method is invoked properly and displaying log messages in console.
connection = new Strophe.Connection(BOSH_SERVICE);
connection.connect('siri@localhost', 'siri', ...
2
votes
1answer
112 views
XMPP / Jabber: For custom messages I need to modify the client or the server?
I am writing an IM and I want to implement some features that are not in the standard, I want some custom features.I am wondering if for example I could use Google's XMPP service(Google Talk) and make ...
0
votes
0answers
114 views
Listview not update when message is received in chat application
I had create a simple chat application in android using smack,xmpp,openfire.
when i sent & receive message at that time it is updated in listview ,
but when i closed chat window and again open.
...
1
vote
1answer
82 views
add buddy using xmpp to openfire
We are creating a chat application using XMPP and Openfire. We have to create a new social community and from there users have to chat.We have established the connection using XMPP with Openfire.We ...
0
votes
0answers
22 views
signup to openfire server [closed]
I have to create a chat application. For that I have installed open fire in the server side, and connected with the client side using XMPP and it's delegate methods are working fine, no probs.
My ...
0
votes
1answer
80 views
How to configure openfire to support TLS 1.2
I'm using Openfire 3.8.1 as XMPP server on windows, but open fire supports only TLS 1.0 and i need support for TLS 1.2
How can i configure Openfire to support TLS 1.2?
Also i read that openfire is ...
0
votes
0answers
225 views
what is a good presence/initiation server for webRTC? XMPP?? OpenFire? [closed]
what is a good presence/initiation server for webRTC? XMPP?? OpenFire?
We are working on a project where we have to implement webRTC for video and audio Comm between a Google glass and a chrome ...
-1
votes
1answer
77 views
login anonymous openfire
I followed this :
Anonymous Login in Openfire with Strophe
i put the domain as the username and password null. The openfire propertie xmpp.auth.anonymous = true
i tried many configurations e ...
0
votes
0answers
22 views
Strange bug in FF when try create xmpp chat
Now i am write chat using gwt , emite and openfire. I have got strange error in firefox. Because when i am using chrome everything working great but not in ff. why because ff delete all xmlns tags :/
...


