El día 6 de enero de 2010 14:53, Carlos O. Cazorla Machado <cazo...@ecot.co.cu> escribió: > Hola colegas. > > Primeramente pregunto aquí en la lista porque no tengo acceso a Internet > para efectuar busquedas y encontrarlo yo mismo. Asi ahorramos respuestas del > tipo: Google es tu amigo, Busca en ...
Bastaba que dijeras que no tienes acceso a la web, lo otro esta de más. > > Necesito encontrar un cliente web para openfire que me ahorre el despliegue > de la aplicación máquina a máquina, ya que tengo un buen grupo de usuarios y > muchos distantes geograficamente. > > He probado con jwchat, pero no he logrado que se conecte con el servidor > Openfire. Así que estoy buscando otras alternativas, alguna sugerencia? > ------------------------------------------------------------- Openfire - Instalación de cliente web Openfire también ofrece un cliente web basado en Flash, con las opciones básicas para su uso en caso de emergencia. Para instalarlo, ejecutaremos los siguientes comandos: # wget http://www.igniterealtime.org/downloadServlet?filename=sparkweb/sparkweb_0_9_0.tar.gz \ --output-document sparkweb_0_9_0.tar.gz # tar zxvf sparkweb_0_9_0.tar.gz -C /var/www # ln -s /var/www/sparkweb/SparkWeb.html /var/www/sparkweb/index.html # chown -R www-data:www-data /var/www/sparkweb/ A continuación, deberemos modificar el archivo el archivo SparkWeb.html. En él se define el servidor al que se conectará por defecto el cliente web. Por defecto su valor es “igniterealtime.org”; nosotros deberemos cambiarlo para que apunte a la IP o nombre DNS del servidor que estamos montando. Podemos hacerlo abriendo manualmente el archivo y buscando en el código la siguiente línea: # nano /var/www/sparkweb/SparkWeb.html server: "igniterealtime.org", y reemplazando “igniterealtime.org” por la IP o nombre DNS de nuestro servidor. También podemos hacerlo mediante un simple comando, sustituyendo “servidor” por la IP o nombre DNS de nuestro servidor: # sed -i -e 's/^\(.*server: \).*,/\1 "servidor",/' /var/www/sparkweb/SparkWeb.html --------------------------------------------------- fuente: http://wiki.nutum.es/linux/samba/samba_ldap_mds/openfire_webclient ------------------------------------------------------------------------ Webchat Plugin Readme Readme Overview Webchat is part of the Fastpath product. It provides a way for users to begin chatting with support agents using Fastpath. Installation Webchat is specially configured to work as both a server plugin and standard web application file that can be deployed into any application server (Tomcat, Resin, WebLogic, and so on). Using the application as a plugin is suitable for evaluation purposes. In most cases, you will need to deploy the webchat application to a separate application server for a production deployment. To do so, copy the plugins/webchat.war file from your server installation to the webapps/ directory of your application server. Start the server and go to a URL such as the following: http://<hostname>:<port_number>/webchat At the beginning of the setup process, follow the onscreen instructions. Note: Be sure that the Webchat server name is the Openfire server name. You can find this name in the Openfire Admin Console at Server > Server Settings. Next, you will need to set up a "chat now" button, or some equivalent, on your web page. Customers will be able to use this to request a chat session. Include the following HTML code on the web page where you want the Chat Now icon to appear — but substitute your website address for the placeholder address shown in bold, and the desired workgroup address for the placeholder workgroup address also shown in bold. <!-- Insert this snippet where you would like the Chat button image to show up --> <script language="JavaScript" type="text/javascript" src="http://www.example.com/webchat/jivelive.jsp"> </script> <script> showChatButton('y...@workgroup.example.com'); </script> <!-- End of Fastpath Snippet --> ----------------------------------------------------------------------------- fuente: http://www.igniterealtime.org/projects/openfire/plugins/webchat/readme.html No se si es lo que buscas. -- usuario linux #274354 normas de la lista: http://wiki.debian.org/NormasLista -- To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org