Ofmeet + Spark
Hello I installed Openfire 3.10 with the ofmeet plugin.then i've downloaded the spark plugin and included it in my installation. i cant see the ofmeet plugin under "Installed Plugins". Spark for Windows.
View ArticleRe: Conference service discovery
Hello, Which version of Openfire were you using? I believe that some older versions of openfire have an issue properly starting up the MUC service when there is 'corrupt' information in the database...
View ArticleRe: Conference service discovery
I'm using version 3.9.3, it's fresh install (no upgrades). It's the last version thought !
View ArticleRe: Unable to configure Hazelcast clustering
Same here.. the same issue appears albeit we use private LAN among the 2 openfire servers we operate.
View Articlexmpp connection using SSLSocketFactory
I am using smack library to make SSL connection to openfire.I need to use TLSv1.2 protocol for which I wrote a class which extends SSLSocketFactory. I then set this to the connectionConfiguration.In...
View ArticleRe: Spark for iPhone/iPad/Android?
I'm using IM+ and I can confirm taht it does the job :-)
View ArticleUnexpected behaviours
In my setup I use ldap for user/group retrieval and I've noticed that modifying system propertie "ldap.groupSearchFilter" does not take any effect.. until i restart OpenFire server. Maybe it's the...
View ArticleInstall Smack for Android to local Maven repository
Hi, I made some small changes in Smack library and need to try it. What is the right step-by-step solution? Smack directory is in the same directory as my Android app (myAndroidApp/Smack). I run:1)...
View ArticleRe: Install Smack for Android to local Maven repository
This is more a gradle/maven artifact question then a Smack related one. You don't need to have Smack in the same directory as your Android app. You need to configure the build system of your Android...
View ArticleRe: xmpp connection using SSLSocketFactory
It's hard to help you if you don't post the relevant code. BTW you don't need always to extend SSLSocketFactory for TLSv1.2. Sometimes it sufficient to set the right custom SSLContext.
View ArticleRe: Install Smack for Android to local Maven repository
Thank you for quick reply. It is not problem to configure project to consume the artifacts, but the problem is with using gradle install to upload artifacts to local maven repository. Any ideas how to...
View ArticleRe: Install Smack for Android to local Maven repository
I found the issue. I have wrong path in .m2/settings.xml. I'm using Mac OS. Wrong:<localRepository>${user.home}/.m2/repository</localRepository>...
View ArticleRe: Spark 2.7: Roster duplicates
Still having this issue on OpenFire 3.9.3 and spark 2.6.3 Running on CentOS 6.6. Pulling Roster List from Active Directory on server 2012 r2. Exiting spark and re opening it will correct for a few...
View ArticleRe: Error: ignoring plugin ofmeet:requires server version 3.9.9
Thanks for thefeedback.I willwait for thelaunch of the officialversion. The chatoption withvideois only possiblein this new version, correct??
View ArticleRe: android file transfer using smack
I was able to use the code of Sherif and get file transfer working. It turned out to be an issue with whom the file is addressed to. The Address needs to be of format :...
View ArticleASMACK 4.0.6
Hi All, I used asmack 7.3.11, then file transfers were working. But DeliveryReceiptManager support is not there in that. So i want to use asmack 4.0.6.jar. I am able to connect. text messages working...
View ArticleRe: openfire 3.9.3 ghost Session Problem
yes offline message work fine if all sessions were actual and connected to clients.ok!!! so on your guidelines we cannot be sure that message are actually received by clientsand ghost sessions are...
View ArticleRe: EXTERNAL authentication should accept empty or null username/password
I tested the changes today. Now, the login is thinking that the authentication is anonymous. public final boolean isAnonymous() { return config.getUsername() == null && usedUsername...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
Hi Flow, I'm made little research about the issue and the problem starts after commit c81cd3456146d788080923d0acc2ac7371f82c97 (Apply builder pattern to ConnectionConfiguration) H.
View Article