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

Openfire MUC destroy

$
0
0

I am having a bit of issues destroying a MUC room and having all participants notified:

 

I have tried:

<iqfrom='crone1@shakespeare.lit/desktop'
   
id='begone'
   
to='heath@chat.shakespeare.lit'
   
type='set'>
 
<queryxmlns='http://jabber.org/protocol/muc#owner'>
   
<destroyjid='coven@chat.shakespeare.lit'>
     
<reason>Macbeth doth come.</reason>
   
</destroy>
 
</query>
</iq>

 

and the room is destroyed fine, but no participants are notified of the destruction. I have been able to destroy the room fine with Openfire console and users are notified (ONLY when there is no alternative MUC room added, I tried it with a fake address and a real address and NEITHER worked).

 

I have also tried:

<iqfrom='crone1@shakespeare.lit/desktop'
   
id='begone'
   
to='heath@chat.shakespeare.lit'
   
type='set'>
 
<queryxmlns='http://jabber.org/protocol/muc#owner'>
   
<destroy>
     
<reason>Macbeth doth come.</reason>
   
</destroy>
 
</query>
</iq>

Which according to the XMPP Documentation SHOULD work but i receive a 500 internal server error. Is this a bug?

 

I am running: Openfire 3.7.2 Beta

 

Any help would be greatly appreciated!


please help traslate fastpath

$
0
0

Help

 

Please how about traslate manual  webchat  ?

Fastpath in Spanish!

$
0
0

Hi,

 

I spend some time doing the translation but I think it's fine.

 

Following wroot instructions what we should do is:

 

1. Open \archivos de programa\spark\plugins (or your installation directory)

2. Using your favorite archiver (mine is winrar) open  fastpath.jar, then browse to lib and again open plugin-classes.jar and browse to i18n folder

3. What I did there was erase the original fastpath_i18n.properties file and put mine, the one which is translated.

4. Close saving changes. Enjoy your plugin translated.

 

This is what I did and it works really fine. Some things were not traslated, I don't know why. e.a. tooltips in transfer,invite and co-browse buttons.

 

Esta herramienta realmente es muy buena, vale la pena trabajar en ella.

 

Greetings

No groups are displayed on startup

$
0
0

Hi,

 

I am running Openfire (Ver. 3.7.1-1) on SLES with an Active Directory backend.

 

AD Structure:

 

.com

mydomain

Office // OU, also contains the groups like "ITDepartment" "Sales" and stuff.

  Benutzer (users) // people I want to be able to logon

  Gesperrte Benutzer (blocked users) // people who left the company and are not allowed to login

 

The structure of my basestring is the following:

 

ldap.baseDN  ou=Benutzer,ou=Office,dc=mydomain,dc=com

 

This gives me any active user as it should.

 

Now there are a bunch of groups for every department. E.g. ITDepartment, Sales and Development.

 

My primary target was to automatically export a contactlist where the people are sorted in the same groups as they are on the AD.

 

I use the folling filters.

 

ldap.groupSearchFilter (objectClass=group)(OU=ITDepartment)

ldap.searchFilter (objectClass=organizationalPerson)

 

There are no groups displayed and I tried various querys which all ended up with no result.

 

Does anyone have an idea?

Excluir a opção mensagem criptografada do Spark

$
0
0

Olá pessoal!

Peço a todos que me ajude a resolver um problema instalei o Spark na empresa e com banco de dados My SQl e OpenFire funcionou muito bem mas agora preciso tirar a opção de mensagem criptografada pois eu quero armazenar todas as mensagens dos colaboradores sem exceção e se o usuário selecionar esta opção não consigo gravar no banco.

Agradeço muito e aguardo sugestões e comentários!!!

Maximum Heap Memory Setting in Openfire

$
0
0

Dear All,

 

We are have 6 GB machine, where we would like to set 4 GB dedicatedly for Openfire but when I configure Minimum as 2gb and maximum as 4 gb openfire failed to start and throwing error as "The specified size exceeds the maximum representable size".

 

Any size restriction configuration in OF? Please help.

 

Rgds

Balaji

Something wrong with xmpp.igniterealtime.org

$
0
0

It seems that i'm able to login once, but if i log out i'm then unable to login again. Spark is saying that user or password is wrong. Some other clients say, that this user is maybe already logged on, which seems a cause. Looks like my session is not terminated on the server and my new login can't kick it out. After a while i'm able to login again, but just one time. Anyone else seeing this?

Looking for freelance developer capable of working on fastpath

$
0
0

Greetings all,

We have been using fastpath now for about 5 years and have been mostly happy with it. We originally started using it when it was a paid product and were happy to pay for it then and have continued happily using it since it was open sourced.

 

The problem we have encountered is that since being spun off into open source we have a few issues with the product that we have no resolution for, and nobody to appeal to to correct them, so I am hoping for an appeal to the community to generate some leads.

 

If you are a developer or contract development shop capable of tackling this project, and are interested, please let me know so we can have a discussion off-line.

 

Thanks,

Ryan


Need help from implementing MUC

$
0
0

Hi,

 

I have been trying to create a multi user chat using asmack from android.

When I try to create a chat room, got a error "NO response from server"

 

I am using the following code snippet to create the chat room:

 

MultiUserChat muc = new MultiUserChat(connection, "myroom@mydomain.com")

muc.create("testroom");

 

Note: connection is already opened and authenticated

File transfer encryption?

$
0
0

Hello all,

 

I see that there are some old messages from a few years ago regarding encryption of file transfers through openfire.

However, there doesn't seem to be any recent news on this front.

 

Are file transfers still unencrypted? I believe Spark/Openfire use Socks5 proxy for file transfers (port 7777).

I know that OTR doesn't support end to end file transfer encryption (only chat), but I believe there are 2 possible ways around this:

 

1) Enable SSL/TLS on the socks server at port 7777 on the opnefire server (is this possible?).

2) Take advantage of XTLS and incorporate it into openfire and smack, like Gajim has done with its jinlge encrypted file transfer.

 

Solution 1 may be the easiest to implement although not totally secure since the server can always intercept the files. Still, it is much better than having your sensitive files transit in clear text through the internet.

 

Solution 2 would be ideal since it allows for end to end encryption with no worries about MiTM.

 

Anyone know what the status and/or plans are in this regard? I really love openfire and smack but, for me, secure file transfers are a must.

It doesn't make much sense to encrypt chat but leave file transfers in the clear.

 

Thanks,

 

Janus

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?

help java.lang.NoClassDefFoundError: i cant login admin panel :(

$
0
0

hello i have big problem here made me hate all world

i setup openfire great but i cant login to admin panel when i log in i see this :

Exception:

java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.admin.LoginLimitManager$LoginLimitManagerContainer     at org.jivesoftware.admin.LoginLimitManager.getInstance(LoginLimitManager.java:48)     at org.jivesoftware.openfire.admin.login_jsp._jspService(login_jsp.java:143)     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:530)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1216)     at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1187)     at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:74)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1187)     at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:50)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1187)     at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:78)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1187)     at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:164)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1187)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:425)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)     at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:494)     at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:182)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:933)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:362)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:867)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)     at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:245)     at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)     at org.eclipse.jetty.server.Server.handle(Server.java:334)     at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559)     at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007)     at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747)     at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203)     at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406)     at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)     at java.lang.Thread.run(Unknown Source)

 

 

 

 

i do just like this url http://techinterplay.com/complete-installation-steps-for-openfire.html

 

but i stell found errors everywhere around me

 

i cant do this too :

root@server [~]# service openfire start

/etc/sysconfig/openfire: line 28: njdk-1.6.0.0/jre: No such file or directory

Starting openfire:

 

or when i do like ur doc :

root@server [~]# /etc/init.d/openfire start

/etc/sysconfig/openfire: line 28: njdk-1.6.0.0/jre: No such file or directory

Error: JAVA_HOME is not defined correctly.

       Can not sure execute /usr/local/jdk/bin/java.

 

i really don't know what i do or who well fix this for me

can any one help me here

HELP !! Visual Alerts for Webchat

$
0
0

We are in desperate need of implementing Visual Alerts for our team members who request support through Fastpath's Webchat. What's happening is that when an agent takes some time to answer and finally does answer, the "client" often doesn't see the answer as he/she meanwhile has returned to working on whatever work was in progress. It would be nice to have some sort of visual alert (taskbar icon blinking,bring to foreground, etc) to turn the whole process more efective.

 

Is this something that's in the "wishlist" for Fastpath? Any developers here that can help us out with this?

 

Any help would really be appreciated.

 

Thanks.

 

José Carlos

UNC Path does not link to folder

$
0
0

Hi together,

 

we're using Spark 2.6.3 with Openfire 3.7.0 as the backend.

When posting a hyperlink in a conference-chat it is an active link which anyone can follow, but when posting an UNC path (e.g. \\server\share) the link looks like it is clickable but the link isn't working.

In previous versions of spark the UNC links to files/folders was working correctly.

 

Any suggestions whats wrong here and how i can fix this issue?

 

Best regards,

Rohabu

Spark Version download

$
0
0

Hi all!

 

Where to downloadall versions ofSpark? Interested2.5.8 SVN and2.7.0 beta


interceptPacket how to drop message

$
0
0

Hi,

i'm writing a plugin to intercept only <message /> packet. I need to drop them based on some rules.

I read that if i use PacketRejectedException, an error packet will be sent to sender. I only want to drop it silently.

 

How can i accomplish this? (i'm using OF 3.6.x)

 

Thanks

Client idle logging?

$
0
0

Greetings,

 

I have been tasked to find a solution to tracking the idle time of users on my Openfire server.

 

I have noticed the server will log client connections and disconnects, however I need to log connected clients users going clients showing idle stats with times.

 

Is there any good way to do this? I realize it's pretty much up to the client to report idle times and I have explained this to management but they still want me to attempt to implement this.

 

Thanks!

Java Memory with Monitoring Plugin

$
0
0

We've been running an Openfire server for a year now with about 100 users. During that time we've been using the monitoring plugin, but now we're having an issue with java memory maxing out from all of the archived chats.

 

Right this second (after a server restart because it froze) we're at 241.26 MB of 247.50 MB (97.5%) used.

 

Over the past week the server has been getting hung up a few times a day, every day.

 

So far I've done the xmpp.pep.enabled = false suggestion I've seen in other threads, but that's all I've been able to find.

 

Any help would be appreciated greatly!!

Desintalar instalar en debian

$
0
0

Hola a todos, tuve que desintalar openfire porque cambie el servidor LDAP para la autenticacion, luego lo volvi a instalar y al parecer se instala sin error, pero cuando intento acceder via web la pagina no es encontrada y note que el fichero /etc/init.d/openfire ya no esta, por favor alguien me podria ayudar a solucinar esto?

Introducing Hazelcast ... a new way to cluster Openfire!

$
0
0

A few of you more intrepid Openfire fans may have noticed a bit of recent activity in one of the branches of the Openfire SVN repository. Well, some of your fellow developers have been working behind the scenes to provide clustering support for PubSub, perhaps one of the lesser-known modules of our beloved real-time collaboration server. PubSub is an implementation of the XEP-0060 specification which extends the XMPP standard to add publish-subscribe functionality to the XMPP Core. However, if you have ever tried to use this module in Openfire, you may have been disappointed to discover that it was not designed to work in a clustered deployment. In fact, PubSub was forcibly disabled when deployed in a cluster! The main focus of the development effort was to address OF-205 and implement clustering support for the PubSub module. This work is now complete and the PubSub module is cluster-enabled and ready for action.

 

My Kingdom for  a Cluster!

 

However, during the course of this development effort, the team also took a critical look at the current clustering implementation itself (the "clustering" plugin). This solution is currently the only way to run Openfire in a clustered configuration (where multiple servers share the load). Unfortunately this plugin is inextricably tied to Oracle Coherence, an enterprise class (and enterprise priced) middleware component. A recent quote from Oracle put the price of Coherence (EE) at well over $300K for a smallish deployment ... clearly an untenable solution and incompatible partnership with the Openfire project.

 

We looked around for clustering alternatives that would have better affinity with Openfire, and landed with Hazelcast (Community Edition). Hazelcast is an open source clustering and highly scalable data distribution platform for Java. It enjoys a large deployment base and is licensed under the community-friendly Apache 2.0 license. There are also commercial licensing options available for deployments where professional support and enterprise security (among other features) are must-haves. This looked like a perfect fit for our needs, and likely for the Openfire community as well.

 

Where Two or Three are Gathered...

 

We are pleased to annouce the immediate availabilty of a new Hazelcast-based clustering plugin for Openfire. Starting today in the trunk of the Openfire SVN repository you will find the new plugin (/src/plugins/hazelcast/). Note that you will need to also setup the latest version of the Openfire core (currently 3.7.2-Beta) to use the new plugin.

 

We are looking for a few brave Openfire afficionados who can take the latest build and give it a whirl with your various deployment scenarios:

  • How many users and/or cluster member nodes do you have?
  • Which modules/components of Openfire are you using?
  • What is your typical JVM configuration? Preferred OS? Network topology (load balancer, LAN/WAN, etc.)?

Your feedback is very important and will help ensure that this new clustering solution will be a robust and stable component in the next Openfire release.

 

Those who have wrestled with the existing clustering plugin will hopefully find the new solution to be much simpler to configure and deploy ... and certainly much lower cost! There is a README file included with the new Hazelcast plugin that documents the basic steps for setting up an Openfire cluster, including links to the supporting Hazelcast documentation (if needed).

 

Testing ... Testing ... Is this thing on?

 

Please take the new build for a spin and report your feedback here. We will be posting an article to the main community page before long, but would love to have some initial feedback from the core developers before engaging a wider audience. No doubt there will be some bugs and configuration glitches ... can you help us find and fix them?

 

Thanks in advance for your consideration and assistance.

Viewing all 10742 articles
Browse latest View live