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

Friend request send and Accept in Openfire

I am using openfire server in android. Now I need to check how many users are online and who are they. My connection is OK. But I need to add or become a friend of those user. How to solve? Please anyone Help me. Output like as Called when the…
Mahbubur roni
  • 27
  • 2
  • 8
-1
votes
1 answer

Create Chat Rooms In openfire via url

I want to be able to create a chat room using rest webservices of Openfire.Like for creating user we have…
Deb
  • 2,431
  • 3
  • 18
  • 28
-1
votes
1 answer

Many JIDs to one user on XMPP

Is it possible to have many JIDs associated with one user. For example application installed on many devices which opened by the same user. When message is to be sent to the user all of the devices will receive it.
vlio20
  • 8,955
  • 18
  • 95
  • 180
-1
votes
1 answer

How can i get ChatRoom Members list in Asmack?

I am Using Asmack4.0 to work with open fire and I am able to login, register user but I also want to get user list from created chat-room, I am Using this code Collection rooms = null; try { ServiceDiscoveryManager…
Jignesh Ansodariya
  • 12,583
  • 24
  • 81
  • 113
-1
votes
1 answer

Punjab with new relic?

Is It possible to add an agent to punjab xmpp server? I've seen that there is a experimental support for twisted apps. newrelic info
DaniG
  • 108
  • 10
-1
votes
1 answer

How to add a new user in my xmpp server using my android app?

Hi guys maybe my question is easy but I'm noob in android :C, I'm building a chat app in android and I need add new users (clients) to my server openfire xmpp, but I need do it automatically so, there is any way to do this? I mean the users will…
-1
votes
1 answer

server domain Openfire

i'm developing a android app which uses asmack to connect to a openfire xmpp server and i'd like to know if there is somehow to get the server domain, because i want to register new users using the domain as login but i don't wanna that the domain…
-1
votes
1 answer

Sending KeepAlive signals from xiff client to openfire server

I'm using xiff_3_1_0 to create an XMPP chat client connected to an openfire server. Everything is working fine so far, except that I could not find a good way to implement the keep-alive signals correctly. There is a function named sendKeepAlive -…
Hulk
  • 6,399
  • 1
  • 30
  • 52
-1
votes
1 answer

How to dispatch message? android, asmack, openfire

asmack + openfire develop a android IM app. But I donn't known how to receive message from friends then dispatch to corresponding chat. I had the follow function: connection the openfire server and login success(acount A). Then I have a…
Yuansheng liu
  • 165
  • 1
  • 2
  • 10
-1
votes
2 answers

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 want to create a new user by signing up.
saplingPro
  • 20,769
  • 53
  • 137
  • 195
-1
votes
1 answer

xmppframework (iOS) under 3G network can't work

Im using the xmppframework framework for XMPP. My app works fine under wifi but not under 3G. Here's how it looks like after I start my app: SEND: SEND:
-1
votes
1 answer

Cannot send chat invites anymore from Openfire user to GMAIL account

I have an Openfire server with some custom users that act as bots and send chat invites to GMAIL accounts. After 6 month of working perfectly well, suddenly, since yesterday, my users cant send anymore chat invites to GMAIL, since today. They just…
Sebastián Odena
  • 195
  • 1
  • 4
  • 13
-1
votes
1 answer

Strophe session attachment -- 403 forbidden

I am working on an XMPP web application which need to include session attachment. I am using Openfire XMPP server. I have successfully implemented the server side attachments where the session is created and I get the sid and rid of a session.…
mlakhara
  • 235
  • 3
  • 11
-1
votes
2 answers

How to connect tigase to openfire?

I have two Xmpp server,one is tigase, another is openfire. Now i want users can communicated with each other between the two servers, how can i do? how can i modify the configuration of the tigase? Thanks very much.
zhaofei
  • 23
  • 3
-1
votes
1 answer

No Latency time with xmpp (smack - openfire)?

Im trying to communicate with 2 xmpp clients but this is not like messaging or chatting. It's more like event caused at one end and action performed at other (realtime). I wish there will not be any latency time when a Client A is trying to send…
Wesley
  • 1,808
  • 5
  • 31
  • 46
1 2 3
99
100