XMPPConnection does not expose connect() method
The JavaDoc suggest that the usual way would be to call// Create a connection to the igniterealtime.org XMPP server. XMPPConnection con = new XMPPTCPConnection("igniterealtime.org"); // Connect to the...
View ArticleRe: XMPPConnection does not expose connect() method
In fact here is the javadoc wrong, or in other words: It's by design that the XMPPConnection interface does not declare *any* methods to change the connection state. This is mainly for two reasons:1....
View Articlespark.properties for all users
I have gotten Spark (Build 668) configured and branded as I needed, and am ready to deploy out to my users. I would like to pre-configure some settings such as the Port, Auto-login, save password,...
View ArticleRe: Bring window to front problems
I know it has been a while since you created requirements SPARK-1595 and SPARK-1596 on my behalf. First of all: thank you for listening. SPARK-1595 speaks for itself and thanks to Wolf for acting on...
View Articlefile transfer not working
hi can any one tell me how to send a file using xmpp client and openfire server
View ArticleRe: Newbie Question reguarding Users
If he wants to be able to contact everyone, then everyone should be able to reply (i guess), then everyone should be able to contact him. So, no way. Unless he is going only to send messages to those...
View ArticleUnable to Install Jitsi
Hi Looking at using Openfire in our org but require video conferencing I downloaded the Jitsi for openfire plugic from teh Jitsi homepage and copied the JAR file to our "plugins" folder on the jitsi...
View ArticleAnyone get Tomcat7 to run Webchat?
I've tried various war files from the standard plugins and other discussions with no success on CentOS7 running Tomcat7 (the current default.) The war files deploy but won't start, giving me the error:...
View ArticleKraken, because we can't Spectrum 2!
I have used Kraken IM Gateway for some time and have seen it hasn't had a lot of work done on it since 2013. Is it possible this project can be picked up again? Us users of FreeBSD are not so fortunate...
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
The query was correct before, MySQL seems to be a bit weird with deletes and joins. The original problem here looks to be something different. The trace shows he is using hsqldb which should have...
View Articlefile transfer error using xmpp client and openfire server
Error coming like this: "Error: [object Element] at Object.Strophe.addConnectionPlugin._fail (http://127.0.0.1:58889/http-services/emulator-webserver/ripple/userapp//C/Users/...
View ArticleRe: XMPPConnection does not expose connect() method
Ok, got it, thanks. So to summarize:Use XMPPConnection when the accessing code should be agnostic of the type of connectionand the implementing classes' interface for everything dealing with the...
View ArticleRe: Smack 4.1 beta 1 connection issue
XMPPTCPConnection connection = new XMPPTCPConnection("myemail@gmail.com", "mypassword", "mtalk.google.com"); try { connection.connect(); } catch...
View ArticleUnable to do a basic connect using latest 4.1 beta version
Getting this error W/AbstractXMPPConnection﹕ Connection closed with error org.jivesoftware.smack.SmackException: Parser got END_DOCUMENT event. This could happen e.g. if the server closed the...
View ArticleRe: Smack 4.1 beta 1 connection issue
Thanks Zigma. Didn't help.Tried .setHost("talk.google.com") //.setPort(5223)Also tried setting port show above as it says it is listening on this port in the link below. Still the same...
View ArticleRe: Create session from plugin
Look for the source code to the websocket plugin for openfire
View ArticleRe: I'd like Openfire to use LDAP for everything EXCEPT passwords.
You could ..... - host your openfire directory in MYSQL rather than the embedded database (just install MySQL on the OpenFire server)- ldifde -f output.txt -r "(objectclass=user)" -l "sAMAccountName"...
View ArticleUnable to login to openfire server with SPARK unless I check "use old ssl"...
I have openfire setup and listening on port 5222 and 5223 for SSL. I have imported a SSL cert that matches my domain name. I have removed the self signed certs so that all that is left is the signed...
View ArticleRe: Smack 4.1 beta 1 connection issue
Hi Osman, Google has done away with XMPP ever since it moved to Hangouts. So talk.google.com or mtalk.google.com will not work. I was able to get the connect working with 4.1 Smack...
View Article