Re: Can't initialize the configured debugger!
I wish I could help in some way. I'm a senior developer mainly c# but totally new to java .
View ArticleRe: Not able to connect using aSmack android asmack-android-8-4.0.0-rc2.jar
The code looks good. I tried using this version of aSmack and it dint worked for me either. Try using asmack-android-19-0.8.10 and instead of using the normal ConnectionCOnfiguration connConfig = new...
View ArticleRe: Doubt about listeners
You can add it after your connection is established.To clarify: You can always add listeners in Smack 4.
View ArticleRe: Doubt about listeners
Sorry. It depends on the app logic in my case I do it like that due to my app reconnecting logic.
View ArticleRe: Doubt about listeners
Thanks Wael I'll try out the reconnection logic to see how it goes. I have an idea on how to implement it now.
View ArticleRe: Losing Messages with 3.9.x
Thanks for your help, it's interesting input! I can somewhat follow the problem and I think it's related to the memory leak issues, which were reported.There are a lot of unclosed connections/sessions,...
View ArticleRe: Losing Messages with 3.9.x
thanks, good to know.can i just downgrade to 3.9.1 or is this not recommend?
View ArticleMinimum AD account permissions for LDAP query
I have a single OpenFire server setup.I setup LDAP authentication so that my users could use exisiting windows Username / PW combinations to get into the OpenFire server via the Spark client.I created...
View ArticleRe: Losing Messages with 3.9.x
Yes I think so. See https://community.igniterealtime.org/message/240240
View ArticleChartset problem with Monitoring Service plugin
Hi to you all.I installed Monitoring Service pluging for openfire , now conevsations in Arabic or Persian languages are archived but in "???????" format !I added UTF-8 to MySql database . No problem...
View ArticleRe: Minimum AD account permissions for LDAP query
the ldap account doesn't need anyt special permissions. just a regular domain user
View Articlebroadcast messages by default
Is there a way to set up the spark client/openfire server to default all messages to broadcast messages to the entire user list? I don't want any private messages OR any user to create a group with...
View ArticleNo JVM Could be found on your System
I am running Windows 8.1 x64 and Spark worked for about a week and then just decided to stop working. When I went to open it it gave me a JVM error. So i've re-installed and it still is not working...
View ArticleRe: Jitsi 1.2 - No video
Jitsi Videobridge plugin 1.3 does not use config.js any more. Config data is generated automatically from the /jitsi/config servlet. Look at your log files in both chrome and openfire for errors
View ArticleHow can I register users using my app?
Hello, I want to know what I'm doing wrong, im trying to connect my android app to openfire to create new users from my app, but when i run the my app it doesnt throws any error, but it dont create new...
View ArticleRe: how to initialize a connection for filetransfer
Try to add the followings lines: 1.FileTransferNegotiator.setServiceEnabled(ConstantUtils.conn2, true); 2.OutgoingFileTransfer.setResponseTimeout(30000);
View ArticleOpenfire and converse.js
I have been installing openfire today and managed to connect 'pidging' IM to openfire. Works like a charm. After this I continued on my awesome plan to connect ´converse.js´ jquery chat library for...
View ArticleRe: Session are not closing
jhemrick6909 wrote: After users log off the sessions are not always closing. Messages are being lost as they are sent to sessions that are no longer in use. Before restart off the server, one user...
View ArticleNeed License Details
We are willing to use Openfire with our product. But we are little confused with the Dual licensing terms. Our product needs the source of Openfire modified/ the exact version. We will be running a...
View ArticleWhere did XMPPConnection.DEBUG_ENABLED go?
I've been working with the Smack 4.0.0-rc2 release candidate, and am trying to get the basic debug console working. The documentation explaining how to enable the debug console suggests setting the...
View Article