Re: Error: Could not find or load main class java.org.jivesoftware....
@Rishabbh - Try including all (and only) the jar files from the openfire distribution, build/lib/dist/*.jar and build/lib/merge/*.jar Then build the project. And after a succesfull build execute...
View ArticleRe: NullPointerException is asmack file incoming file transfer
Which aSmack Version do you use?
View ArticleNo video on outside connection in ofmeet
I've checked through several answered threads and can't find an answer to my issue: The plugin works wonderfully for local users. When connecting from outside of our network however there is no video...
View ArticleRe: Getting Vcard OutofMemory
It also happened to me using the aSmack 0.8.10. I caught somes stanzas without being sure which one is the problem. However I noticed in the dump that there were four threads running:Smack Packet...
View ArticleXMPPTCPConnection.usingTLS is not reset
I noticed that once the attribute XMPPTCPConnection.usingTLS is set to true (after a successful TLS handshake), the attribute is never set to back to false, even if the next reconnection doesn't use...
View ArticleTrouble : Can't see another user in ofmeet
I install openfire 3.9.2 and i use openLdap author user . I try install Jitsi VideoBridge Plugin plugin ( Openfire and Spark ) , And i try run two user from two pc . When i run ofmeet to video call...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I can only test your changes on Monday, because my local development environment here is not properly configured. Have a look to the class FileUtils, the classloader provided in the signature is never...
View ArticleRe: Running Jitsi Videobridge Openfire Plugin with NATed IP – possible or not?
This is now gone into version 1.3.1
View ArticleRe: Getting Vcard OutofMemory
I can't explain how the code flow could be reach at a point like this (maybe in a race), but the following code reproduce the OOME. Reader reader = new StringReader("<iq...
View ArticleRe: Getting Vcard OutofMemory
I think the additional check can fix it public String parseContentDepth(XmlPullParser parser, int depth) throws XmlPullParserException, IOException { StringBuffer content = new...
View ArticleRe: Getting Vcard OutofMemory
I also think the append should be checked if (parser.getText() != null) { content.append(parser.getText());}
View ArticleError send (Type message emoticons)
I have this problem :http://stackoverflow.com/questions/23576507/emojicons-send-face-icons-not-work-s end-number-icons-work Who chat.sendMessage fix this problem ? the fault of "chat.sendMessage...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I can only test your changes on Monday, because my local development environment here is not properly configured.Sure, no hurry, we all need weekends Have a look to the class FileUtils, the...
View ArticleRe: Getting Vcard OutofMemory
Great! That example may gave me a hint and an idea how to fix the issue. Will test and report back.
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I have checked out your modifications... Thanks for the update, but there is a problem. The files "*component.xml" MUST be contained in the folder named "OSGI-INF" in the root level of the jar and the...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
The files "*component.xml" MUST be contained in the folder named "OSGI-INF"Ahh ok, from http://wiki.osgi.org/wiki/Declarative_Services it appeared that the path can be arbitrary. I also found no...
View ArticleRe: Pubsub Extensions for Smack
Robin's PubSub code is part of smackx (Smack 3.4.1) / smack-extensions (Smack 4.0). You don't need to add an additional jar.
View ArticleRe: Pubsub Extensions for Smack
I am extensively using PubSub of Smack 3.4.1 under OSGi and it works perfectly. Please cleanup your classpath. Put only "smack-3.4.1-0cec571.jar" and "smackx-3.4.1-0cec571.jar" to your classpath,...
View ArticleRe: OpenFire group sharing problem (group disappears from rosters)
I've purged the caches for everything and I still have this issue. I have about 15 AD groups that are shared and only 2 or 3 of them are showing up. Going in and making a change on one and then saving...
View ArticleRe: Problem with deploying a plugin with multiple CustomDatabase-upgrades.
Thanks for your reply. Thats exactly what I am doing.However, it seems that only the latest "upgrade/n" -Script is executed when installing the plugin.
View Article