Wrong Openfire domain
Hi! I'm new to openfire and to XMPP protocol. So I'm using my Elastix installation which comes with Openfire. I own a domain and I would like people to being able to add contacts from my Openfire. If I...
View ArticleNullpointer on Wifi to Mobile data switch multiple times
11-15 22:07:50.804 24975-25599/com.griffin W/AbstractXMPPConnection﹕ Connection closed with error java.net.SocketException: recvfrom failed: ETIMEDOUT (Connection timed out) at...
View ArticleRe: Wrong Openfire domain
I get: Closing session due to incorrect hostname in stream header
View ArticleRe: Wrong Openfire domain
elastix is great, but I would do everything I could to prevent a pbx from being exposed to the internet, I think the thought with adding openfire to elastix was to add internal IM. Having said that,...
View Articleinstalled Plugins aren't listed
Hello, first of all sorry for my bad english... I have just installed Openfire 3.9.3 on my server (debian 7).When I add a plugin from the "available Plugins"-list, it takes some seconds to install...
View ArticleRe: Nullpointer on Wifi to Mobile data switch multiple times
This is with which git revision of Smack? You can get the git revision with SmackConfiguration.getVersion()
View ArticleRe: Issue with latest alpha-6 snapshot
xmpptcpConnectionConfiguration=gconfig.build(); ConnectionsManager.getInstance().getConnection().login(); Where do you create a new XMPPTCPConnection instance with...
View ArticleRe: Nullpointer on Wifi to Mobile data switch multiple times
Alpha-6 snapshot. Also i guess this happens on relogin it does not throw already logged in exception.
View ArticleRe: Issue with latest alpha-6 snapshot
If i create a new instance of xmmptcp i will have to disconnect the existing one yes or it automatically re-connects with new instance?
View Articlesmack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found
I am newbie using smack 4.0.5. Openfire is configured and running, I have a test with Kopete client (in kubuntu) and works fine. In my java program using smack 4.0.5 version"XMPPConnection con = new...
View ArticleRe: installed Plugins aren't listed
Can you provide some log files error.log and warn.log it logs directory. Write your own plug-ins or downloads in the community?
View ArticleRe: What if a user forgets his password?
You can write a plug-in to achieve Forgot Password Forgot functionAccess to the specified page after verification mailbox or other can reset your password.
View ArticleOpenfire Load/Cluster Testing
HI all, I have an Openfire v3.10 alpha server running on an AWS Elastic Cloud 2 Windows Server 2012 Instance. The Server is using a Microsoft Sql Server 2012 Server as it's back-end. I want to know how...
View ArticleRe: WebChat Plugin Fails To Load
I'm not 100% sure on this but I don't believe the version of jetty that webchat is compiled with is compatible with openfire's version anymore. You should be able to run the webchat war file from any...
View Article"Ignoring roster push with not exaclty one entry." - Is this right?
Hi, I am trying to connect to a tigase server, and read the roster, using a fresh copy of Smack 4.0.5. After I connect, I get a "IQ Received" packet like this: <iq id="tig3"...
View ArticleOpenfire and Jitsi Video and Voice
Hi guys! Another question from someone that is just starting with Openfire. I'm using Jitsi as my XMPP client for windows machines. When I'm inside my network I can do voice and video calls. I would...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Smack is right. See RFC 6121 § 2.1.6 Roster Push: The following rules apply to roster pushes: The <query/> element in a roster push MUST contain one and only one <item/> element. I agree...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Because it has type="set" (which is a Roster Push, sent by the server), only one <item> allowed here. The example in the RFC has type="result", which is just the result to a client's initiated...
View ArticleRe: "Ignoring roster push with not exaclty one entry." - Is this right?
Thanks for the reply! I am seeing this issue as a result of a login.In section 2.2 of the document you linked, "Retrieving the Roster on Login", it shows an example of what I am getting from the...
View Article