Issues with smack and Openfire
Hello, I'm using smack to develop a xmpp client and using openfire as a xmpp server. One of my scenarios, I would like to invite offline users to join a chat group. If my friend is online, the...
View ArticleHelp me....
I have a installed open fire but i have 25 connects in system , but have 100 / 150 users , what i do ???? Thanks... sory my English Luis
View ArticleRe: Documentation incorrect regarding admin login after setup
Actually, documentation doesn't imply this, though it is a common confusion that email should be used for a login. admin/admin should only work if this step is skiped (no new password provided) or...
View ArticleChange the auth provider from the command line
I'm trying to develop an own AuthProvider (a FacebookAuthProvider), but the provider doesn't work yet.But now I've locked out myself by setting an incorrect value to the AuthProvider class property....
View ArticleRe: Help me....
I can't see a reason why not. 150 users aren't many. Somewhere I've read a document, that one Openfire installation can handle around 50000 users.
View ArticleRe: Connection Manager - SSL ciphers and PCI
Anyone find the solution yet to fix the weak ciphers?
View ArticleRe: TLS encryption ciphers
Any updates? I need to fix weak ciphers because of security scan failure.
View ArticleRe: I think I have a problem in get message
Hi now I have : My class OpenFire : public class OpenFire { private ConnectionConfiguration config; private Connection connection; public void login() { config = new...
View ArticleRe: Jitsi VideoBridge throws Exception..
Yes, you might be. Check your Chrome log files. I have conferences with up to 5 people including a screenshare
View ArticleRe: Installing OfMeet on Openfire 3.9.0
I can seen my cam and my two screens with no problem, but impossible to see the chat window (Enter a username ...)
View ArticleRe: Installing OfMeet on Openfire 3.9.0
Dele, I cannot see your response although I have received email alert with it. Yes it seems to be chrome, but I have a simple configuration by default.... I don't understand why I cannot see buttons on...
View ArticleRe: Getting Vcard OutofMemory
Flow was referring to the stanza for the incoming packet that is being parsed. It can by used to run a test against the current parser to see why it fails. Run your app that is crashing with...
View ArticleRe: Custom IQ: error code="503" type="CANCEL" service-unavailable
What exactly do you mean by "the custom IQ message is not received". You do show that the stanza is received. Do you mean it is not parsed into an Invitation object as CSH is assuming? If that is the...
View ArticleRe: Cannot receive/send message using Smack !
I would guess that his XMPP domain in Openfire doesn't contain the .com and the messages are simply being addressed to a non existant XMPP domain. I will be pretty shocked if such a bug exists in...
View ArticleRe: MUC problem / Smack should use LinkedHashmap for PacketListeners
It would make even more sense to store it as a List, since that actually guarentees order by contract. The map structure is only required to delete the listener, which can be easily accomplished by...
View ArticleRe: Spark visually shows that a message is not sent
And here's the link to a build which includes the fix (all subsequent builds should have it too) http://bamboo.igniterealtime.org/artifact/SPARK-INSTALL4J/JOB1/build-632/Install...
View Article