Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all 10742 articles
Browse latest View live

Ghost user in MUC with Server to Server connection

$
0
0

Hi there...

 

we are using multiple openfire servers located in different countries which are connected via server to server connection.

When, for example, a user registrated on server a is using a chatroom on server b and for one reason the connection is cut (e.g. internet connection goes down, cable gets unplugged) the user will remain in the chatroom as a ghost. After reconnection and rejoining the room, the user is twice logged in and gets every message twice.


Problem when typing messages.

$
0
0

this error happening in my spark, when I type a message to someone in the field typing the letters shuffle, mixing with the letters I'm typing and where this mouse, already deleted records, uninstalled and reinstalled java updated and nothing.

what do I do?

 

 

notice that the mouse where the color appears in this text box!

No converter found for 'org.xmpp.packet.Presence$Show'

$
0
0

Hi,

 

I'm using OpenFire 3.7.1 and I'm seeing this error many times.

 

2013.01.16 03:29:45 org.jivesoftware.util.log.util.CommonsLogFactory - No converter found for 'org.xmpp.packet.Presence$Show'

 

¿What does it means? It has something to do with serialization

 

Thanks in advance,

Legacy SSL

$
0
0

Hy Guys!

I know a lot of topics of this has been created, but i am not the best in changing stuff in api's...

 

http://community.igniterealtime.org/message/193036#193036

 

This is the Patch but how do i import Patches to my Projects?

 

I am using Eclipse.

 

For what?

 

I am trying to write an little Chat Client for the League of Legends Comunity which don't want give up Linux only to stay in contact which some of the LoL Friends.

 

I hope you can help me

New releases

$
0
0

Why no new release since last two years...?? is the development of openfire stopped and no more done..?? will this product last long without further development...???

MUC join problem after receiving invitation

$
0
0

Hello Guys,

 

I am new to this OpenFire and asmack, i wanted the user to have a functionality of Group Chatting so i searched around and i found MUC i have implemented this for creating a room and sending invitation to other users, other user receives the invitation but i the other user is not able to joing the room.

 

I am doing this on other user invitation receiving

 

MultiUserChat muc3 = new MultiUserChat(connection,room);

muc3.join("testbot3");

 

But this throws 404 error.

 

I have been trying for long now i am not sure what is going wrong, some one can give a sample of how to do this it would be great help for me.

 

Thanks

SSL Certificate Access from Openfire Plugin

$
0
0

I am trying to write an Openfire plugin and was wondering if there was any way to access a particular client's X509 certificate used to initiate a connection to the server.  I saw in the XMPP spec that there is some sort of requirement to throw away TLS negotiation information after you're done negotiating but was hoping that a guru in the forums could tell me I read it wrong.  Thanks for any help!

How to connect 3 LDAP to openfire 3.7.1?

$
0
0

Hi Support,

 

I have installed Openfire 3.7.1 on Ubuntu 12.04 LTS it works fine currently it only connects to single LDAP, our company is mixed inviroment and having 3 domain controllers, these 3 domain controllers is configured for cross forest trust. Just to ask the group if anyone had successfully connect 3 LDAP on one openfire server? Please shed some lights. Thanks in advance!

 

Regards,

Albert


[BUG] User having Privacy List can't login in clustering enabled

$
0
0

I found a little bit critical bug related Privacy Lists with Clustering.

 

If clustering setting is disabled, this bug isn't happen.

 

I tested with Openfire 3.7.1 release with Hazelcast plugin,

and current Openfire 3.7.2 Beta trunk on Amazon EC2.

 

<How to Reproduce>

 

Login to Clustering enabled server

Create Privacy Lists, and set to Active List

Repeat logout and login

This user can't login again

 

In admin console, delete cache of Privacy Lists.

User can login again

 

 

 

 

<?xml version="1.0"?>

<stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xmlns="jabber:client" to="......." xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">

 

  <?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="....." id="d99bdc35" xml:lang="en" version="1.0">

 

<stream:features>

<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>

<session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>

</stream:features>

 

<iq type="set" id="bind_1">

<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">

<resource>TEST</resource>

</bind>

</iq>

 

<iq xmlns="jabber:client" type="error" id="bind_1" to="......./d99bdc35">

<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">

<resource>TEST</resource>

</bind>

<error type="wait" code="500">

<internal-server-error xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>

</error>

</iq>

 

2013.01.10 15:02:29 org.jivesoftware.openfire.handler.IQHandler - Internal server error

java.lang.NullPointerException

        at org.jivesoftware.openfire.session.LocalClientSession.setDefaultList(LocalClient Session.java:530)

        at org.jivesoftware.openfire.handler.IQPrivacyHandler.setDefaultList(IQPrivacyHand ler.java:282)

        at org.jivesoftware.openfire.handler.IQPrivacyHandler.handleIQ(IQPrivacyHandler.ja va:110)

        at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:65)

        at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:372)

        at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:121)

        at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:76)

        at org.jivesoftware.openfire.net.StanzaHandler.processIQ(StanzaHandler.java:337)

        at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:93)

        at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:302)

        at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:194)

        at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:181)

        at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:570)

        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)

        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)

        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)

        at org.apache.mina.common.IoFilterAdapter.messageReceived(IoFilterAdapter.java:80)

        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)

        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)

        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)

        at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:58)

        at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:185)

        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)

        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)

        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)

        at org.apache.mina.common.IoFilterAdapter.messageReceived(IoFilterAdapter.java:80)

        at org.jivesoftware.openfire.plugin.RawPrintFilter.messageReceived(RawPrintFilter. java:66)

        at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)

        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)

        at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)

        at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :239)

        at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:283)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)

        at java.lang.Thread.run(Thread.java:679)

Decompress gzip automatically?

$
0
0

Hi,

 

This is regarding smack library. In org.jivesoftware.smack.util.Base64.decode( String s, int options ), i can see that after base64 decoding, the code tries to detect if the data is gzip compressed and then decompresses it. The API also says this is the behaviour. Can someone please tell me why is the library trying to do so? Is it part of any specification?

 

The application i am working on is like a proxy to an xmpp server. Therefore it has to return whatever data it gets as it is. This behaviour of decompressing any gzip data is causing issues.

 

Thanks,

Rohit

Failed ssl handshake with jabberd

$
0
0

Hi,

 

I have openfire version 3.7.1. One of my contact has jabberd and upgrade it from 1.4 to 1.6.1.1.

 

After this change servers can't communicate with error (this is from log on jabberd side):

mio_tls.cc:1184 TLS handshake failed for fd #49: The Diffie-Hellman prime sent by the server is not acceptable (not long enough).

 

jabberd server sends diffie hellman with 1024bits, but our server accepts only 768bits for handshake. After that jabberd tried to connect with non-ssl, but it failed with error:

bouncing a packet to ... from ...: Failed to deliver stanza to other server while connected to other host: ...: Connected

 

Is there any way to increase value for diffie hellman handshake? If my contact modify source code of jabberd (and accepts more than 512bits for handshake), communication works.

 

My configuration:

* self signed certificate

* optional server connection security

* accept self signed certificates

 

Regards

Petr Jurasek

Idle Connection Policy

$
0
0

Hi

 

I have set the idle connection policy to kick users after 30 seconds of idle time and to ping users however this does not seem to work on BOSH users (which are all I have). The users are neither pinged nor disconnected.

There is no similar setting under the HTTP binding setup.

 

Shouldn't the setting work for all users?

 

Best,

Robert

voip not working on windows 8?

$
0
0

HI,

 

 

Spark is not detecting devices on windows 8 so SIP and JINGLE are not working.

 

I have no issues with sound in win8....everything is working fine (well...not spark)

 

Is there any solution to make it working on win8?

Multiple LDAP Authentication Sources

$
0
0

Is it possible to configure openfire to use multiple ldap sources for authentication.

(Apologies if this has been asked before) ...

 

Basically, I want to connect 3 different ldap sources together.

 

Any help or guidance would be much appreciated.

 

Thank you in advance

Lee

i don't know how to configure an external connection

$
0
0

Hi

I'm a newbie with openfire and i want to connect some users with the primary mysql data base (with the provided sql schema) and others with an external mysql database (on an other server)

i don't know how to configure the openfire.xml for doing that even after having read documentation… anyone could help me please?


Cannot start server after rebooting PC

$
0
0

Everything is working fine with my server but when I restart my PC, Openfire cannot start again. Message is:

Caused by: java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a connection after 11 retries. The exception from the last attempt is as follows: java.sql.SQLException: The database is already in use by another process: org.hsqldb.persist.NIOLockFile@c69e02e3[file =C:\Program Files (x86)\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, fl =null]: java.io.FileNotFoundException: C:\Program Files (x86)\Openfire\embedded-db\openfire.lck (Access is denied)

 

I am using Embedded database.  The only fix I found before was re-installing the server, but I can't do that everytime.

 

Any ideas?

Directory 389 aka RedHat Directory Services & LDAP

$
0
0

Hello,

 

I've setup a test server.  We're using Directory 389 Server which is just an open source LDAP server.

 

I was about to get Openfire looking up with it which was pretty simple.

 

I am, however, completely lost in getting it restricted to a specific group.  For example, I have users in a group called "xmppusers", what exacty would I add to the Filter to only allow users in this group to use Openfire services?

 

Thanks.

last activity patch

$
0
0

Here is a patch to handle the last activity request better.  Instead of reseting the idle time for every packet, it does so conditionally.  It only resets the idle time if the packet is a presence or message packet.

How to add automatically all available users to everyone contacts?

$
0
0

Is it possible to have automatically added for all users all the contacts of a Active Directory?

Our users (~500) need to communicate with each other, but we don't have them to have to add users by themselves, it would be great if this can be done automatically.

Is there any way to accomplish this?

 

Thanks!

New releases

$
0
0

Why no new release since last two years...?? is the development of openfire stopped and no more done..?? will this product last long without further development...???

Viewing all 10742 articles
Browse latest View live