You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this library to set presence on for a number of users on our XMPP server. This seems to work well but the it takes a long time to actually set. After some looking around, I found this to be caused by the following in the Socket class:
protected$timeout = 150000; // changing to 1500 significantly reduced the time taken to set all the presence// ...stream_set_timeout($this->connection, 0, $this->timeout);
Unfortunately, it does not seem that I can change this via the Options class.
The text was updated successfully, but these errors were encountered:
Hello. Not strictly related querstion, sorry about my courage to ask in an active thread here:
I want to create a connection attaching to an outher client with give the SID, RID, JID combo.
How can I get a current connection datas of a client?
We are using this library to set presence on for a number of users on our XMPP server. This seems to work well but the it takes a long time to actually set. After some looking around, I found this to be caused by the following in the
Socket
class:Unfortunately, it does not seem that I can change this via the
Options
class.The text was updated successfully, but these errors were encountered: