History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JM-1338
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: Gaston Dombiak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire

Update http-binding implementation in Connection Managers

Created: 04/24/08 04:43 PM   Updated: 04/24/08 04:47 PM
Component/s: Connection Manager
Affects Version/s: 3.5.0
Fix Version/s: 3.5.1

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 04/24/08 04:47 PM
Acceptance Test - Add?: No


 Description  « Hide
Update http-binding implementation in Connection Managers

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gaston Dombiak - 04/24/08 04:47 PM
Updated conf/manager.xml to include http-binding properties. This is how it looks now (added entries):

<xmpp>
<!-- Configure http binding. -->
<httpbind>
<enabled>false</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>false</enabled>
</scriptSyntax>
<client>
<requests>
<!-- Longest time (in seconds) to wait before responding to any request during the session -->
<!-- <wait></wait> -->
<!-- Maximum allowable seconds over which a client can send empty requests to the server -->
<polling>5</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>30</idle>
</client>
</httpbind>
</xmpp>