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

Connection managers http binding

$
0
0

Hello,

 

I have openfire with jitsi videobridge plugin, and module connection managers, can you tell me how to configure http binding in cmanager so I can use webrtc (https://myserver:7443/jitsi/apps/ofmeet) via connection managers, this is my manager.xml config file (just httpbind section) :

 

<httpbind>

            <enabled>true</enabled>

            <port>

                <plain>7070</plain>

                <secure>7443</secure>

            </port>

            <!-- Script syntax allows BOSH to be used in environments where clients may be restricted to using a particular server -->

            <scriptSyntax>

                <enabled>true</enabled>

            </scriptSyntax>

            <client>

                <requests>

                    <!-- Longest time (in seconds) to wait before responding to any request during the session -->

                    <wait>30</wait>

                    <!-- Maximum allowable seconds over which a client can send empty requests to the server -->

                    <polling>0</polling>

                    <!-- Limit number of simultaneous requests the client makes with the 'requests' attribute -->

                    <max>2</max>

                </requests>

                <!-- Seconds a session has to be idle to be closed -->

                <idle>60</idle>

            </client>

</httpbind>

I'm not sure how to test it, anyone know how to configure and test it?


Viewing all articles
Browse latest Browse all 10742

Trending Articles