===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
movim-0.17.1/app/Session.php-65-                and jid in (
movim-0.17.1/app/Session.php:66:                    select jid from rosters where session_id = \''. $this->id .'\'
movim-0.17.1/app/Session.php-67-                )
movim-0.17.1/app/Session.php:68:                and (server, node) not in (select server, node from subscriptions where jid = \''.$this->user_id.'\')
movim-0.17.1/app/Session.php-69-                group by server, node
##############################################
movim-0.17.1/app/Session.php-75-            $host = \App\User::me()->session->host;
movim-0.17.1/app/Session.php:76:            $where .= ' where server like \'%.'.$host.'\'';
movim-0.17.1/app/Session.php-77-        }
##############################################
movim-0.17.1/app/helpers/UtilsHelper.php-610-
movim-0.17.1/app/helpers/UtilsHelper.php:611:    $content = curl_exec($ch);
movim-0.17.1/app/helpers/UtilsHelper.php-612-    return curl_errno($ch) == 0 ? $content : false;
##############################################
movim-0.17.1/app/helpers/UtilsHelper.php-629-
movim-0.17.1/app/helpers/UtilsHelper.php:630:    curl_exec($ch);
movim-0.17.1/app/helpers/UtilsHelper.php-631-
##############################################
movim-0.17.1/app/helpers/UtilsHelper.php-650-
movim-0.17.1/app/helpers/UtilsHelper.php:651:    $content = curl_exec($ch);
movim-0.17.1/app/helpers/UtilsHelper.php-652-    return curl_errno($ch) == 0 ? $content : false;
##############################################
movim-0.17.1/app/widgets/Draw/draw.js-66-
movim-0.17.1/app/widgets/Draw/draw.js:67:        canvasWrapper.style.height = `${height}px`;
movim-0.17.1/app/widgets/Draw/draw.js:68:        canvasWrapper.style.width = `${width}px`;
movim-0.17.1/app/widgets/Draw/draw.js-69-
##############################################
movim-0.17.1/app/widgets/Picture/Picture.php-40-
movim-0.17.1/app/widgets/Picture/Picture.php:41:                $response = curl_exec($ch);
movim-0.17.1/app/widgets/Picture/Picture.php-42-                $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
##############################################
movim-0.17.1/lib/moxl/README.md-155-#### Response
movim-0.17.1/lib/moxl/README.md:156:If everything goes well the result to the request will be received by the `handle($stanza)` method, where $stanza is the result converted in SimpleXML format.
movim-0.17.1/lib/moxl/README.md-157-
##############################################
movim-0.17.1/lib/moxl/README.md-218-
movim-0.17.1/lib/moxl/README.md:219:XECHandler will then make an MD5 hash of `$name.$ns.$node` and search for the resulting string in the array contained in `XECHandler.array.php`.
movim-0.17.1/lib/moxl/README.md-220-
##############################################
movim-0.17.1/lib/moxl/README.md-279-
movim-0.17.1/lib/moxl/README.md:280:  - `$this->pack()` create the package containing the data that we plan to send to the Movim core (you can put any type of data).
movim-0.17.1/lib/moxl/README.md:281:  - `$this->deliver()` send the Packet to the Movim events manager.
movim-0.17.1/lib/moxl/README.md-282-
##############################################
movim-0.17.1/src/Movim/Template/Builder.php-60-
movim-0.17.1/src/Movim/Template/Builder.php:61:        require($this->viewsPath($template));
movim-0.17.1/src/Movim/Template/Builder.php-62-        $outp = ob_get_clean();
##############################################
movim-0.17.1/src/Movim/Widget/Wrapper.php-82-
movim-0.17.1/src/Movim/Widget/Wrapper.php:83:        require_once($path);
movim-0.17.1/src/Movim/Widget/Wrapper.php-84-