Re: Problems with manifest files in 4.0.0-rc2
After reading some more about OSGi, I was first happy that I found BundleActivator, which seemed to be exactly what we wanted for Smack's initialization use-case. But then again, BundleActivator is a...
View ArticleRe: Howto: Jitsi VideoBridge 1.3.0 on Openfire 3.9.3
It's not working @giorgio . I am still only me . Can u help me more ?
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: Participant can not connect to restart the Openfire or all kick the room
Putthe logfilenohup.out Events:Both members are able to see only themselves. One member sees black screen instead of other member. Both members are able to see each other after they re-enter...
View ArticleMember can not connect until kick with all rooms
Hi, I can notsolve a problem withofmeet. Ifhe left the roomand tries toconnectlater, he sees only himself, all other black screens, butafterrestart the Openfireor ifallkickand re-enter the roomallsee...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
That's right... Maybe in the new version. The Compendium Specification 6.0.0 will be published soon. The Declarative Services specification is an extension. All of them are described in a seperate...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
I just made a quick look to the specification... It seems that OSGI-INF is the default location, but not a must. I am sorry, that's also new to me. I will check that and report to you. Maybe we can...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
No problem. Would be great if you could report if it works as intended with b015ab ie. one commit before the switch to OSGI-INF. Another question, you write "<scr:component…" whereas the Wiki...
View ArticleRe: Problems with manifest files in 4.0.0-rc2
Bad news... The changes are not working. I have corrected most of the problems, but things start to become ugly. The problem is that at multiple locations in the core Class.forName is used which...
View ArticleRe: Eclipse + Openfire 3.9 onwards not importing correctly
In the most recent revision, the problem still lies with the jitsivideobridge folder. Specifically, deleting the .java files in:...
View Article