[swift-users] Swift Client v3.x or 4.x beta

Kevin Smith kevin.smith at isode.com
Mon Feb 6 11:45:46 UTC 2017


Hi Shon,

On 31 Jan 2017, at 21:35, shon smith <smithsht at yahoo.com> wrote:
> Hello,
> Is it possible to edit the Swift client configuration or initialization file to increase the client timeout when logging in, querying room list, joining a room, etc, so that the client can wait longer for a server response (i.e., high latency networks)?


The usual model for using Swift is to connect it to a localish server, where latency is tolerable, and to then use federation and edge servers to handle connections across constrained links. To that end, the only timouts in Swift should be the ones on connection (which is a non-configurable 2 minutes time-out) - querying room lists, joining a room, etc. will not time out (a warning may be given when joining a room that the room is slow to respond, but Swift will not ‘give up’ at this point). Allowing the configuration of the connection timeout doesn’t seem impossible at some point in the future, but isn’t currently planned.

Best,
Kev


More information about the swift-users mailing list