Re: [4.1.0-alpha1] SASL Authentication missing in OSGi
I was not aware that I can use the "smack-java7" artifact... I have added the Snapshot repository and got the 4.0.1-alpha2-SNAPSHOT. There are still issues in the “smack-java7” bundle:MANIFEST.MF:...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
MANIFEST.MF: org.jivesoftware.smackx/smack-java7-components.xml -> org.jivesoftware.smack/smack-java7-components.xmlfixed, and uploaded as snapshot.Import-Package: sun.security.util. Remove it from...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
Is this causing problems when using OSGi or just a "OMG, they use unofficial API which nobody should do" warning? If it's the latter, then to be honest, I don't see the immediate need to change it. I'd...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
Only remove this entry and leave the "magic" of resolution to OSGi .Just to be absolutely clear: You want me to remove sun.security.util from Import-Package in MANIFEST.MF of smack-java7. Right now, I...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
Just to be absolutely clear: You want me to remove sun.security.util from Import-Package in MANIFEST.MF of smack-java7. Right now, I don't have an idea on how to do so, but I'm sure gradle will...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
This is our problem (extracted from What is the natural start order for package-dependent OSGI bundles (under Karaf)? - Stack Overflow):In OSGi the bundle lifecycle is installed -> resolved ->...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
I don't have an idea how that would look in detail, but Creation of an OSGi artifact e.g. "smack-osgi" where we merge the most critical bundlesCould you elaborate that? It sounds like we would...
View ArticlePassword encryption problem
Hey guys, at first I'd like to thank you all for this great jabber software! I like it I just describe my problem: I installed openfire and everything went fine.As database I used Mysql which was...
View ArticleRe: [4.1.0-alpha1] SASL Authentication missing in OSGi
You are right. The package must be removed from the Import-Package entry. In most cases it is enough to declare the "Export-Package" field explicitly.That seems like the an approach that will break as...
View ArticleRe: Migrate database from openfire 3.8.2 to 3.9.3
You shouldn't export. Just install 3.9.3 over the 3.8.2, run it and let the database upgrade scripts do their job.
View ArticleRe: Migrate database from openfire 3.8.2 to 3.9.3
And here lies the problem, I need to move it's database to a new server, so it's not upgrade openfire from 3.8.2 to 3.9.3 on the same server but move database from old openfire 3.8.2 server to new...
View ArticleRe: Migrate database from openfire 3.8.2 to 3.9.3
The JDBC connection string should be in conf/openfire.xmlInstall 393 on the new server and copy then the config and ssl certs from the old server to it. Then adjust the DB settings and start it.
View ArticleRe: Migrate database from openfire 3.8.2 to 3.9.3
I think he has a db on the same server with the old Openfire and wants to scrap that server. There should be tools to dump MySQL database and move it to a new server.
View ArticleWhy is there zero documentation?
I use an Elastix phone system which has Openfire built in. I came across the Jitsi Videobridge Plugin and thought that it would make a great addition. I installed it and now I have a Jitsi...
View ArticleRe: Password encryption problem
Can you attach your openfire.xml (press Use advanced editor in the upper right corner and wait for it to load, then use Attach link in the bottom right corner)? Just remove all the sensitive parts like...
View ArticleRe: jitsi videobridge ofmeet - sip invite/registration
you need to see the logs of sip_debug.log and sip_server.log. mine looks like this sip_server.log <!-- Use the Trace Viewer in src/tools/tracesviewer to view this trace Here are the stack...
View ArticleRe: Why is there zero documentation?
All openfire plugins have read me files that you can access from the plugins admin web page of openfire. Otherwise, read the blogsJitsi Videobridge Plugin for Openfire ver 1.3.0Jitsi Videobridge plugin...
View ArticleRe: Sharing desktop with ofmeet
Screen sharing does not work anymore with standard web pages. It is a new security design feature in Chrome. It only works from a chrome extension
View Article