Quantcast
Channel: Ignite Realtime: Message List
Viewing all 12162 articles
Browse latest View live

Re: Analise dos logs da Sessão do Spark

$
0
0

Olá amigo, é possivel pelo plugin Monitoring Service, ele gera PDF das conversas, o chato é que ele gera um arquivo por vez que a janela esta aberta, caso o usuario manda alguma mensagem e feche a jenala de conversa, abra novamente e mande outra mensagem, ele gera dois arquivos, dai fica ruim de entregar um relatório de periodos longos, serão vários arquivos.


Re: Startup scripts do not work correctly on Fedora 20

$
0
0

The startup script works, though it reports that it fails, so

 

service openfire start

 

does in fact start the server

 

To stop the server, I've just been killing the process with

 

kill -9 PID

Re: No video of the second participant

$
0
0

You scrubbed out your domain name. I hope you are not using an IP address. Looks ok to me. Try using another MUC conference room. If a room gets stuck, the only way to fix it is for everyone to leave and the plugin allocates a new bridge for the first room occupant. In other words, close all browser windows, instead of refreshing the chrome browser window.

restarting Openfire 3.9.1 resets provider config to default

$
0
0

I'm using Windows 7 and a MYSQL db on my local dev machine.

 

We need to use a external authentication service for our users so I've written a custom authentication provider implementing the org.jivesoftware.openfire.auth.AuthProvider interface.

 

I drop all the neccessary jars in the libs folder, edit the config and everything works fine. until I restart the server then it reverts back to the default config for some reason.

 

Any help or pointers on this would be very much appreciated

 

I configure a custom auth provider in conf/openfire.xml as:

 

<jive>

...

  <provider>

    <auth>

      <className>org.someone.my.custom.auth.provider</className>

    </auth>

  </provider> 

...

</jive>

 

I start the openfire server and it sucks that config into the db and custom auth works fine. I can login the way I want.

This is how conf/openfire.xml looks after the server has been started and the config sucked into the ofproperty table.

 

<jive>

...

  <provider>

    <auth></auth>

  </provider> 

...

</jive>

 

 

Now, if I shut the server down and start it up again it will revert to the default auth provider.

 

Only when I check the ofproperty table my class settings for the providers looks okay but changing anything directly in the table does absolutely nothing. if I write some garble for provider.auth.className in the table and restarts the server no errors are logged indicating that it failed to load the class, it just defaults back to org.jivesoftware.openfire.auth.DefaultAuthProvider

 

Am I doing something terribly wrong here or is this version broken?

Re: block all comunications from user (jid) not working for me

$
0
0

Sry, I don't know what you are missing. PrivacyLists (blocking single users, type="jid"), work for me (using Openfire 3.8.2 and Smack 3.3.1).

Re: block all comunications from user (jid) not working for me

$
0
0

thanks for reply

 

can u post some code ?

Re: No video of the second participant

$
0
0

Did some more think about this. Everything looks ok on the client and with Openfire. The problem could be with the Jitsi videobridge on server side. Look at the stderror log file Jitsi videobridge and confirm you do not have any SEVERE errors

Re: openfire 3.9.1 with monitoring service 1.4 stack overflow 1824

$
0
0

Hi....I uploaded my zipped up error log with same desctiption.  Can you get to it?

Thanks


Re: openfire 3.9.1 with monitoring service 1.4 stack overflow 1824

$
0
0

I've attached Jill's logs to a post and deleted the document.

 

RRD probably stays for Round Robin Database. This comes with the Monitoring Service and stores archives and i think statistics in such way, that it stays of the same size, but statistics accumulate further.

Re: MUC service sends disturbing "service" messages

$
0
0

I'm ok with that (filing a ticket)

Re: Não Permitir multiplas conexões do mesmo usuario

$
0
0

Não, no caso de eu estiver conectado com dois dispositivos (celular e computador), quando alguém abre um chat comigo, não recebo as mensagens deste alguém nos dois dispositivos. Ou recebo em um ou recebo no outro. Isso utilizando o mesmo login.

 

Marcos Farias

marcos@farben.com.br<mailto:marcos@farben.com.br>

48 2101-4370

Farben S/A Indústria Química

www.farben.com.br<http://www.farben.com.br>

Re: Não Permitir multiplas conexões do mesmo usuario

 

Antes de imprimir pense na sua responsabilidade e compromisso com o meio ambiente.

 

De: ruisimoes communityadmin@igniterealtime.org

Enviada em: quarta-feira, 12 de fevereiro de 2014 17:58

Para: Marcos Farias

Assunto: Re: Não Permitir multiplas conexões do mesmo usuario - Não Permitir multiplas conexões do mesmo usuario Re: Não Permitir multiplas conexões do mesmo usuario

 

Ignite Realtime<http://community.igniterealtime.org/index.jspa>

 

Não Permitir multiplas conexões do mesmo usuario

created by RuiSimoes<http://community.igniterealtime.org/people/ruisimoes> in Brasil - View the full discussion<http://community.igniterealtime.org/message/235855#235855>

Re: No video of the second participant

$
0
0

What will happenifI use thetestIP address?

but

Iorderedall thematchingIPaddress andfictitiousdomainon the testcomputers.

Participants cometo the conferencefor the domain name.

Re: jitsi videobridge is not working in outside network

$
0
0

All I can advise is that your need a public IP address for your openfire server if you want to allow Internet users outside of your local network (LAN) network.

 

I am not a network expert, but I suspect it may not even work with the relayed or dynamic IP addresses Amazon provides. What works for me is a static public address on the Internet

Re: Jitsi blank screen

$
0
0

1 - What parts/functions of ofMeet will not works if I have Webosckets disabled (false)?

 

Everything will work. Websockets is faster and does a network push instead of waiting and polling for new messages

 

2 - I really still not understand what is the difference between ofMeet and the JitMeet. They has the same design and functions and both works just on chorme (webrtc). Could you explaim me?

 

Read this blog.

http://community.igniterealtime.org/community/support/jitsi_videobridge_plugin/o fmeet/blog/2014/01/03/ofmeet-video-conferencing-application-based-on-jitmeet

3 - I trying since yesterday to do a short url for the JitMeet and not sucess. I would like to substitute the https://65.x.x.x:7443/jitsi/apps/ofmeet/ to just something like https://65.x.x.x:7443/meet.html  as are this example on the internet https://webrtc.free-solutions.org:8443/videobridge.html  or better the https://meet.jit.si/

 

create the file meet.html in the OPENFIRE_HOME\resources\spank folder with this

 

<html><head><title></title><meta http-equiv="refresh" content="0;URL=/jitsi/apps/ofmeet"></head><body></body></html>

 

You can also go to openfire web console and chnage the HTTP-BIND port from 7070/7443 to 80/443 and use

 

https://your_server.com

Re: Jitsi blank screen

$
0
0

Copy the apps folder to your OPENFIRE_HOME\resouces\spank folder and delete the apps folder.

 

Modify the applications and add an initial user authentication web page that asks for username and password. You only need someone with basic HTML/Javascript experience.


Re: Multiples dominios en openfire

$
0
0

Ok perfecto a lo que me refiero con directorios es lo siguiete.

 

Al instalar un openfire por ejemplo lo hago por defecto en /opt/openfire

 

Como hago para levantar otra instancia me puedes dar una guia, de como

hacer varias instalaciones bajo el mismo servidor? Agradezco tu ayuda.

 

Slds.

 

El 18/02/14 16:15, danigoldberg escribió:

>

  Ignite Realtime <http://community.igniterealtime.org/index.jspa>

 

>

      Multiples dominios en openfire

 

created by Daniel Goldberg

<http://community.igniterealtime.org/people/danigoldberg> in /Openfire

Support/ - View the full discussion

<http://community.igniterealtime.org/message/236168#236168>

 

Re: Java 7 Error in online Installer?

Re: Bug in PubSub ItemProvider in context of escaped XML

$
0
0

I think Flow's proposal should fix the problem.  Escaping the getText() call makes sense and I believe this should always return the string as it was delivered.

Re: jitsi videobridge is not working in outside network

$
0
0

Yes, I concur.  I'm using a public IP configured on the server. 

 

Due to the requirement for the UDP media ports to be accessible, you would need a custom configuration on the device that does have the public IP configured (router, firewall, etc).  Each of these port ranges will need to be forwarded the gateway device to your server.  ICE, STUN, etc, are only effective when your clients are behind a NAT, not when the server is behind a NAT.

Re: Multiples dominios en openfire

$
0
0

Basicamente hace lo mismo que hiciste para tener una instancia del openfire  pero copialo a otro directorio, por ejemplo /opt/openfire2, /opt/openfire3 etc...

despues tenes que editar el openfire.xml y cambiarle el puerto de la consola de administracion (por default es el 9090) y todos los puertos para que no se pisen.

 

No lo probé pero debería funcionar, probalo y me contás!

Salu2

Viewing all 12162 articles
Browse latest View live




Latest Images