Questions tagged [openfire]

Openfire is a XMPP (Jabber) server written in Java. It has facility for developers to create plugins that can extend the server's functionality.

Openfire is a real time collaboration (RTC) server licensed under the Open Source GPL. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire was once known as Wildfire and includes a number of plugins that integrate with other communications platforms, including commercial offerings from Jive Software

Ignite Realtime Openfire

Openfire JavaDocs

1509 questions
6
votes
4 answers

How to use smack with Openfire

Hi I am planning to develop a chat client which can connect to gtalk facebook etc...I have decided to use the smack API along with openfire.. But I need little guidance as to how to use it with openfire server.. And does the openfire provide a…
newbie
  • 80
  • 1
  • 1
  • 7
6
votes
1 answer

Unable to connect with openfire using react-native-xmpp

I have a react-native Chat application which I am running on my android phone using USB debugging and I am using OPENFIRE as a chat server. For connecting with Openfire I am using library 'react-native-xmpp'. Below is the code for connection with…
Ramvallabh
  • 61
  • 4
6
votes
1 answer

Load Vcards with Smack (Android) in Openfire Server

I am implementing a messaging application with the XMPP protocol and Openfire server on android platform. I need save and load my own Vcard and other users vcard. At the moment, I managed to keep my vCard on the server and can load it again. The…
6
votes
5 answers

Comparison between Tigase, Openfire and any other open-source XMPP servers

I've been looking at these too, both seem to provide fully functional XMPP servers in Java. I know Tigase is designed in a very modular way, not looked at Openfire in as much detail yet. My intended use would be to create a custom IM-based app,…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
6
votes
4 answers

XMPPFramework - Connect via SSL on Openfire

I'm trying to connect my users via SSL from my iOS XMPP chat client to Openfire server. In my iOS client: - (void)setupStream { ... // BOOL values for security settings customCertEvaluation = NO; allowSelfSignedCertificates = YES; …
Keith OYS
  • 2,285
  • 5
  • 32
  • 38
6
votes
1 answer

How to implement third party GCM - CCS XMPP server using openfire?

Currently I am working on instant messaging chat application in which I need to implement third party chat server. I am following this tutorial Complete project available on Github here. When I download this project it provides me with two project…
Devendra Dagur
  • 840
  • 1
  • 14
  • 35
6
votes
5 answers

Unable to get presence of roster by using smack, openfire

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 when I…
Le Hoang Long
  • 61
  • 1
  • 1
  • 3
6
votes
0 answers

Openfire: Create MUC Room with custom fields

First of all, I'd like to provide some background information: I want to exchange unstructured data between various clients using XMPP. Data sources are supposed to publish their data simply to Mulit-User-Chat rooms (XEP-0045) so that any interested…
cmdaltent
  • 337
  • 2
  • 7
6
votes
2 answers

How do we store chat conversations on MySQL database? XMPP Openfire

I am building a web chat application. I want to store the messages or conversations between two parties after every press of "Enter" button. I am using Openfire Server, and MySQL database. I don't see any tables from the database that stores the…
leeshin
  • 1,043
  • 5
  • 15
  • 30
6
votes
1 answer

Strophe gets invalid SID

I'm building a web based client with strophe and jquery and I'm using openfire as server. Almost everything its working, I can get the roster list, send and receive messages, but when I'm trying to change my presence from avaliable to xa or dnd or…
Biguá
  • 183
  • 3
  • 13
6
votes
2 answers

Encryption of password

i just wanna ask what does the openfire use to encrypt passowrd? md5? or wat? =)
Suezy
6
votes
1 answer

OpenFire/XMPP 503 service-unavailable error (XEP-0065 using iOS XMPPFramework)

Problem : I am attempting a TURN Connection (XEP-0065) using the iOS XMPPFramework and an OpenFire Server. I want to be able to send and receive files. However, I am receiving a 503 service-unavailable error. Note : The base of my code is from the…
Andy A
  • 4,191
  • 7
  • 38
  • 56
5
votes
2 answers

unable to connect to xmpp server using node-xmpp

Im working on getting node-xmpp working with a jabber server we have in house here. I was able to get it working with talk.google.com just fine, and i can connect to our internal server with adium or ichat just fine. Node v0.6.14 CentOS 6.2 /…
Space Devin
  • 1,127
  • 1
  • 13
  • 17
5
votes
1 answer

Android: open fire xmpp

I want to make a small chat application in Android. For this i done steps mentioned in this following page http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/ Its working fine if we enter gmail credentials like as :- private…
Pushpendra Kuntal
  • 6,118
  • 20
  • 69
  • 119
5
votes
0 answers

Openfire prebind + robbiehanson/XMPPFramework using BOSH not working

We're trying to implement XMPP over BOSH for our product. The Strophe.js javascript library works fine for our needs on the WWW site. We request a prebind, it's delivered and then we use Strophe's 'attach' method to start our session - then we're…
jrsfiend
  • 71
  • 4