No 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: Getting Vcard OutofMemory
Great summary, thank you, that could be it. Will have a look. PS: Why the Openfire is sending me an empty IQ stanza?IQ stanzas of type result usually carry no more data.
View ArticleRe: Getting Vcard OutofMemory
A stanza the breaks the parserContentDepth with OOME is "<iq type="result" to="asdasdasd" from="asdasdas"/>".Could you elaborate that, since I was not able to reproduce this.
View ArticleRe: 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: 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 Article