XMPPTCPConnection cannot be resolved to a type?
Use Case: Applet that wraps Smack so that some JavaScript code can send a message via Smack. (A webpage is sending notification messages; bi-directional communication is not needed.) I haven't found...
View ArticleRe: XMPPTCPConnection cannot be resolved to a type?
smack-core does not contain XMPPTCPConnection, smack-tcp does, you may also want to add smack-resolver-javax. And I really recommend using a build system that's able to resolve maven dependencies. So...
View ArticleOpenFire and OpenLDAP groups and contacts push
I tried using OpenFire and OpoenLDAP, then using Xabber on Android as a client.User and groups are already configured in the ldap server.I see the LDAP group on the admin console, named as my company,...
View ArticleNot closing smack threads by disconnect (4.1.0-alpha1-SNAPSHOT)
Hello everybody, I am looking for some advice in my little smack project. I made my own IM-App on Android. For this reason I want to close my connections sometimes, for example if I dont have internet...
View ArticleRe: Custom auth provider in a plugin
Dear Patrick,Thank you very much by sharing with us your experience.Your suggestion works like a charm.For me it was not necessary to have an empty constructor for MyAuthProvider and it works very well.
View ArticleRe: Not closing smack threads by disconnect (4.1.0-alpha1-SNAPSHOT)
Those executors are shut down in the finalize() method of the connection and PingManager. Now before anyone jumps in with "But finalizers are bad, you shouldn't use them", then rest assured that I'm...
View ArticleRe: Not closing smack threads by disconnect (4.1.0-alpha1-SNAPSHOT)
Maybe another remark: It's always a good idea to reuse the connection instance as long as possible. Especially on resource constraint platforms like Android.
View ArticleEmpty user info from OpenFire server
Hi all. I'm using OpenFire server 3.9.3I try to see user profile from contact list at Spark client. But there are empty values for all fields in user info.Also I receive empty VCard from server when...
View ArticleA few issues from the nightly build
Running on CentOS 7 using the native JDK, installed from the openfire-3.10.0-alpha rpm. 1. The new openfire meetings plugin does not want to load - this is the only error generated: 2014.12.19...
View ArticleRe: Spark / OpenFire SSO failure
speedy, thanks for the reply. Yes, I am on a different platform Ubuntu Server. Looks like the version of Java I am using is: java version "1.7.0_65"OpenJDK Runtime Environment (IcedTea 2.5.3)...
View ArticleChat room conversation bleed
I have Openfire installed on a Windows 2008 server and am using Spark as the IM client.I've created multiple chat rooms for my clients to use. My problem is that some of the rooms are duplicating the...
View ArticleRe: MUC Service Plugin add/delete user role problem
This is a much more powerful option anyway, so I've abandoned the previous approach and used this one. I do, however, like the promised ease of simply adding the role with the other method. Hopefully,...
View ArticleRe: Chat room conversation bleed
What are the names of these rooms (so we can try to reproduce)? Also, what version of Openfire and Spark. I think i recall some similar issue in older Spark versions with rooms with similar names (like...
View ArticleRe: Chat room conversation bleed
Thanks for replying.The Openfire is 3.9.3 and Spark is 2.6.3.The names we're using that are similar are RMC, SRMC, MRMC, CRMC, DRMC, PRMC, PVRMC, TRMC, and VRMC. However, only the first three are...
View ArticleRe: HOWTO: Import a signed SSL certificate into Openfire
Christian, your alpha-labs link throws a SSL Certificate Error for me. Could you copy-paste the instructions here? Or post a new How-to?
View ArticleURL redirect?
Ofmeet is now great, and the URL format is now much better, but how can I redirect the main http IP address directly to say, https://xx.xx.xx.xx:7443/ofmeet/r=room ? I tried the older method on the...
View ArticleRe: Focus user
And also, how is the focus user password created - is it generated randomly? Otherwise, anyone gathering the default focus user password can access as an unauthorised user...
View ArticleRe: Focus user
focus used to be the first user who starts conference and is now a server-side implementation. This user must be on the MUC administrators list and is by default "focus" with a default random generated...
View Article