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

How to share socket connection sessions in java servers

If you are familiar with XMPP servers , then you must know openfire. im planning to write a JSON version of the openfire (imo xml is outdated and json is alot faster,and openfire is slower than its mate, Tigase, but they both have issues), but the…
Reza
  • 321
  • 2
  • 4
  • 14
-1
votes
2 answers

job for openfire . service failed because a configured resource limit was exceeded

I have server with Cent OS 7.2 and install open java 1.8.0_65 I am trying to install openfire XMPP. i have installed successfully but when i m going to start service. it is throwing an error. job for openfire.service failed because a configured…
Vasudev Vyas
  • 726
  • 1
  • 10
  • 28
-1
votes
3 answers

Openfire server is not starting on JAVA 64 bit

i was trying to install openfire in my windows 64 bit OS, but server was not starting , and giving below error message. which says JAVA_HOME doesn't point to 32 bit JRE, where as in openfire site, nothing was said about 32 or 64 bit jdk…
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
-1
votes
2 answers

Registering User using Smack 4.1.3

We are building a chat client in java and using smack 4.1.3. What I noticed is there is huge change in smack APIs after smack 4.0 and registrations examples available on the internet are not working for smack 4.1.3. I am not getting write APIs to…
Sumit
  • 401
  • 2
  • 6
  • 21
-1
votes
1 answer

Is it possible to use facebook like Groupchat in xmpp chat?

According to my research, there is still a need to invite users before you can add them on your group chat (via xmppchat).. I want it to be like whats on Facebook messenger style where you can add users on your group chat without the need of…
user3517855
  • 211
  • 1
  • 3
  • 12
-1
votes
1 answer

MultiUserChat always returns not connected although I am online in the server

I am having a strange problem. I have a XMPPTCPCONNECTION set up to a remote server. I then created a chatroom in the server from the smack library. Now when I join the room, I can see that I am online in the server and the spark client also shows…
Sumit Bahadur
  • 69
  • 3
  • 11
-1
votes
2 answers

Smack 4.1.3 org.jivesoftware.smack.chat package not found

Following is our progress- Installed openfire server on Amazon Ubuntu instance. Developing Android client app using smack 4.1.3 lib. We have developed Registration and Login module till now. Issue we are facing- Now that we are trying to develop…
Sumit
  • 401
  • 2
  • 6
  • 21
-1
votes
2 answers

Integrating Smack 4.1 in android

I have gone through smack 4.1 documentation as given https://github.com/igniterealtime/Smack/tree/master/documentation . But I'm not getting connected when try to connect to openfire server. Can anyone give me a working code. My openfire…
Nabeel K
  • 5,938
  • 11
  • 38
  • 68
-1
votes
1 answer

File transfer via XMPP (Openfire)

I'm trying to implement file transfer via xmpp, my server is openfire 3.9.3. I have tried to imitate Sparks' stanzas and I got to a dead end. please help!
Wermz
  • 1
  • 5
-1
votes
1 answer

MySQL database query client

The database that is being used is MySQL database. I want to install a query browser client. I was asked to install openfire. When I installed it, it does not let me login. It also shows admin login page. I am very new to this database or the…
star1
  • 217
  • 1
  • 2
  • 9
-1
votes
1 answer

crossdomain messaging in mobile App

I have two App, one is for internal employee, another is for customer. I have two message servers (which uses openfire) for the two App. How do I configure the two openfire to talk to each other?
richard
  • 1,845
  • 1
  • 20
  • 30
-1
votes
1 answer

Securing XMPP communication

I would like to setup an architecture which contains multiple openfire servers behind a compute engine load balancer. Also I would like to secure the communication between the server and clients using XMPP with TLS. For the first part, I am guessing…
sshntt
  • 191
  • 1
  • 13
-1
votes
3 answers

How to add user in open fire using PHP?

I'd like to create a user in open fire in PHP using curl, please help. nitin patel "; $url =…
-1
votes
1 answer

java.lang.ClassNotFoundException: org.jivesoftware.smack.SmackException$NotConnectedException Smack

Smack is not working with the servlet. However, it works perfectly fine when I copy-paste my code and run it as a desktop application. The error occurs at ChatServer.java:42 Here's my code: Servlet (ChatServer.java): import…
-1
votes
1 answer

Can't connect to XMPP(Openfire) server in Smack. SASLAuthentication exception

I am getting the following error for connecting Smack libraries to Openfire server. I googled and searched in stack-overflow but couldn't solve my problem The Exception is as follows Exception in thread "main"…
Indzi
  • 390
  • 5
  • 24