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
4
votes
1 answer

OpenFire integrating external database

Hi i am having trouble integrating my exsisting OpenFire installtion with an already existing DB. I have 2 database namely (for example purposes) db_mainsite db_openfire Inside my db_mainsite i have a table called tbl_user where there lies 2…
Jeremy
  • 2,516
  • 8
  • 46
  • 80
4
votes
1 answer

Not able to send file to group chat openfire

i am creating a rooms in openfire. want to send files in a room so that it can distribute that file to all room occupants. I am done with one to one file transfer by following this post…
Mehul Kaklotar
  • 365
  • 1
  • 19
4
votes
6 answers

enable http-bind on openfire

I am trying to enable BOSH connection over Openfire so that i can create a XMPP client over a web. curretly i am testing it with the strophe.js. the problem is when i try to fire following url in a browser i am getting…
Hunt
  • 8,215
  • 28
  • 116
  • 256
4
votes
0 answers

Can I add extra property to a MultiUserChat RoomInfo?

In Smack, we can get the information of a room by RoomInfo. And now I have an extra info(like the location where a room belongs) for a room, how can I do this by smack? for example, in current smack: a admin can set room info(like description of a…
Ray
  • 41
  • 1
4
votes
2 answers

Patterns for building chat application with XMPP

I built an Android application with Google App Engine Server. Now I want to add simple chat to my app. And I have some questions. My users registered with theirs desired email domains like hotmail.com, yahoo.com and even more esoteric domains,…
John Lock
  • 41
  • 2
4
votes
1 answer

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:
Nik
  • 7,114
  • 8
  • 51
  • 75
4
votes
2 answers

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! framework making it RESTful. I chose Play! because of its…
c05mic
  • 558
  • 5
  • 18
4
votes
1 answer

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 know XMPP have defined an extension…
Vivek Giri
  • 465
  • 1
  • 6
  • 21
4
votes
3 answers

How to increase java memory in openfire

i have Openfire 3.6.3 installed on my linux server . When i log into the openfire admin panel, Java Memory is showing 62.98 MB of 63.31 MB (99.5%) used . How can i increase the java memory?. Please guide me
pankaj
4
votes
1 answer

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) people can join and voice chat with each other. I was…
Corey
  • 815
  • 3
  • 13
  • 21
4
votes
3 answers

XMPP: Smack client not receiving chat message

I've been struggling with XMPP chatting a lot through Smack and Openfire server. My problem is as follows: Whenever a user sends a message to another user, the message is received correctly at the other user. But any reply doesn't show up at the…
saada
  • 2,612
  • 3
  • 27
  • 33
4
votes
2 answers

XEP-0077 In-band registration with Strophe.js and openfire usage

I'm trying to register a new user on openfire server with the strophe plugin but it doesn't connect for the registration. The description here https://github.com/metajack/strophejs-plugins/tree/master/register doesn't bring me any further :( Do I…
user1054134
  • 443
  • 1
  • 4
  • 21
3
votes
1 answer

Getting started with OpenFire, XMPP, and PHP

I've been tasked with creating an IM app for IOS. I currently have an XCode programmer creating the app itself and we have selected OpenFire for the XMPP server. The only issue is that I have never done anything closely resembling a chat program…
pogeybait
  • 3,065
  • 2
  • 21
  • 23
3
votes
1 answer

XMPPFramework - pubsub + push notifications?

This is more of an is-it-possible question. I am building a pubsub application for the iphone using XMPPFramework and Openfire. When the user has the pubsub app in the background, the app sends "keep alive" packets every 10 minutes or so to keep a…
user798719
  • 9,619
  • 25
  • 84
  • 123
3
votes
6 answers

register new users in openfire?

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??
zpesk
  • 4,343
  • 7
  • 39
  • 61