• [^] # Re: J'ai fait une petite avant de postuler

    Posté par . En réponse au message Le chat sur la messagerie Roundcube. Évalué à 0.

    J'ai installé mon serveur de chat en suivant ce site http://wiki.jabberfr.org/Installation_du_serveur_Jabber_ejabberd
    Maintenant pour connecter mon client jappix4roundcube je suis entrain de lire à partir de ce site https://github.com/jappix/jappix/wiki/JappixMini
    Je ne sais pas ou mettre ce code

    jQuery.ajaxSetup({cache: true});

     jQuery.getScript('http://my.jappix.tld/php/get.php?l=en&t=js&g=mini.xml', function() {
     // Define groupchats here
     MINI_GROUPCHATS = [];
     MINI_PASSWORDS = [];
     // Define chats here
     MINI_CHATS = [];
     // Add an animation
     MINI_ANIMATE = true;
     // Define the user nickname
     MINI_NICKNAME = "Nickname";
     // Random user nickname (if no nickname)
     MINI_RANDNICK = true;
     // Override the default session resource
     MINI_RESOURCE = "MyOwnResource";
     // Connect the user (autoconnect, show_pane, domain, username, password)
     // Notice: put true/false to autoconnect and show_pane
     // Notice: exclude "user" and "password" if using anonymous login
     launchMini(false, true, "jappix.com", "user", "password");
     });