Re: Does Smack 4.0.4 requires JRE 7?
Arg. Where I missed this? I didn't see anything about that in the doc...
View ArticleRe: Openfire access from the internet with authentication using Active Directory
Hi again, I have some questions about (cmanager in dmz + openfire in the lan), it's about webrtc (ofmeet, jitmeet) I add jitsi videobridge plugin because I want to use ofmeet from outside and inside...
View ArticleRe: Confused with XEP-0280: Message Carbons and Openfire 3.9.3
Did you enable Message Carbons in these clients (Conversations and Gajim)?
View ArticleRe: Confused with XEP-0280: Message Carbons and Openfire 3.9.3
No. Carbons are only doing this: User 1 sends a message to user 2 in Conversations. This same message is showing as sent in Gajim also (in its history, in the chat window). You probably want to sync...
View ArticleRe: Steps to configure Openfire on Amazon Web Service
Could somebody please help me? Thanks
View ArticleRe: Feature Request: Send message to all resources
Can we make a bounty for someone to work on developing Spark more? I still haven't found a client that handles business chat as well as Spark, but it needs the following fixes urgently: URGENT...
View ArticleRe: smack-core-4.0.4 and knopflerfish OSGi
Thanks for the quick and clear response!I will try your solution,Davide
View ArticleConnection managers http binding
Hello, I have openfire with jitsi videobridge plugin, and module connection managers, can you tell me how to configure http binding in cmanager so I can use webrtc...
View ArticleHow to change Database credentials
I have created a new user on my mysql server that i want openfire to use to connect to the database. I was in the openfire.xml file to cange the username and password, but noticed that it was...
View ArticleRe: How to change Database credentials
I think you should use this command in mysql console:mysql> CREATE user “yournewUser”@”localhost”;mysql> GRANT ALL ON openfireDatabase.* TO ‘yournewUser’@’localhost’ IDENTIFIED BY ‘yourPassword’;...
View ArticleRe: How to change Database credentials
Sorry for not being clear. All of that is done, i am wondering how i enter/encrypt my new user info so i can enter it into the openfire.xml.
View ArticleAdHocCommandDataProvider getting in the way?
I have a smackx I'm writing for a protocol called Openlink. An example of a packet I'm trying to send/receive is below. The problem seems to be that I'm trying to register an IQProvider for...
View ArticleRe: Steps to configure Openfire on Amazon Web Service
What exactly do you want to know? I have installed Openfire on an AWS machine as well, however it is running Windows Server 2012. Installation was pretty straight-forward. On Linux I imagne it would be...
View ArticleRe: Steps to configure Openfire on Amazon Web Service
Thanks Hansa. Earlier I had linux machine on AWS so was not able to RDP. I chose windows machine yesterday, installed openfire on it but it is not accessible from outside network. I have minimal...
View Articlespark don't save my avatar
well, I don't know how but my spark don't save my avatar... every single day i have to add my avatar again.... how can I resolve that?
View ArticleRe: Steps to configure Openfire on Amazon Web Service
Well, on my machine I have allowed ALL traffic through both the windows firewall and the AWS Security Group. This is not very safe, but the openfire server is accessible. I think at the very least, you...
View ArticleRe: Can openfire supports mobility XMPP protocols (XEP-198)?
Yep agree with you, that's exactly what we have done both at server and client side.
View ArticleConnection to Oracle with TCPS
Hello, I am trying to connect Oracle 11gR2 which is configured to accept connections via TCPS. I can connect the DB via Java code without problem.But connecting from Openfire, yields to an error since...
View Article