Quantcast
Browsing all 11593 articles
Browse latest View live

Re: Empathy Chat Client not connecting to Openfire Server

Fixed. I had to add the fields: xmpp:fqdnxmpp:domain to Server Manager > System Properties. The field had to be the domain you use in your jabber connection... example username@domain.com.

View Article


Re: synchronized function takes too much time

Yes we do need 'synchronized' here. All methods that change the state of an object need to be synchronized. Think about what would happen if e.g. connect() and disconnect(), or join() and leave(), are...

View Article


XMPP server : Account created but attributes not getting saved.

Hello friends, I am creating new user on ejabberd server.The user gets created. In the code belowejabberd server has access rule is :   [register, [{allow,all}]] However, the attributes that i pass...

View Article

time bugggg

Hi, I'm from Russia and we have the time zone (UTC + 05: 00) Yekaterinburg (RTZ 4) but after switching of Europe summer time chatting time specified for an hour more = (how to fix it?thank you

View Article

Image may be NSFW.
Clik here to view.

Re: MUC how to accept invites?

I couldn't find that method. Below are the methods that i get....

View Article


Re: Smack Android with openfire performance

privatefinalLock lock =newReentrantLock();I am stuck with thread locking system, too much, some times the authentication itself is not happening even after 10 minutes in android

View Article

Accept invite for muc?

Hi, I am able to create muc and invite users to room. I have one confusion. Let's say there are 2 users. User1 creates room and send invite to user2. I am able to do this. My first question is #01. How...

View Article

Re: How can we copy chat room from one server to another

To my knowledge, such a plugin does not exist, sorry.

View Article


Re: How can we copy chat room from one server to another

Indeed there is no plugin for that, to have it that user friendly such in User export plugin. But you could simple copy the "ofmucroom" table from you old system to the new one.Or you can use the REST...

View Article


Re: MUC how to accept invites?

You are right, in smack 4.1.0 there is no addInvitationListener in MultiUserChat. This function is moved to the MultiUserChatManager, it has no relation to a specific instance of a MultiUserChat, so it...

View Article

Re: Accept invite for muc?

Answers can be found in the documentation https://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions /muc.html

View Article

MultiUserChat.join() always creates a default available Presence

The Presence object is generated by MultiUserChat.enter() as follows:         Presence joinPresence = new Presence(Presence.Type.available);        final FullJid jid = JidCreate.fullFrom(room,...

View Article

How can i save a byte array to VCard

Good day, is it possible to save a custom byte array to the VCard database with my own String key? I am basically trying to attach another file to the vcard of a user much like the avatar is saved.

View Article


Spark macos yosemite filetransfer option not coming

Screenshothttp://screencast.com/t/pyyb6fF7Hb9g   Even from menu filetransfer not doing anything.

View Article

Image may be NSFW.
Clik here to view.

Re: Single message received during joining a group

Finally I was able to manage this issue. On a new openfire server, Before creating any user or group, I changed the default option of showing 25 messages to the other options available (show entire...

View Article


Re: My Ofmeet setup finally complete

Hi Jay, Thanks for your posts. I am using openfire 3.10 beta and ofmeet 0.1.4. Video bridge is working fine but on executing it from candy is creating an issue where partner video is not visible. It is...

View Article

Re: My Ofmeet setup finally complete

Hi Jigar, I'm afraid that's beyond the scope of my experience. I've never had to troubleshoot Java issues or do stack traces. Possibly if you post this as a stand-alone question a expert could help...

View Article


Encryption of stored messages?

I know its an odd ask in a closed system but we have a requirement that the messages be encrypted when stored. I have been googling around but have been unable to determine if OpenFire supports it...

View Article

Re: My Ofmeet setup finally complete

Nice work, Jay! Thanks for sharing.

View Article

Closing session due to incorrect hostname in stream header

Hi Folks, i hope anybody can help me out.Last week i set up a Jabber-Server using openfire on my Test vServer and it worked. Today I want to set up openfire on my "real" server and it dosen't work  I...

View Article
Browsing all 11593 articles
Browse latest View live