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
func (c*Client) init(o*Options) error {
.....
ifo.Session {
//if server support session, open itcookie=getCookie() // generate new id value for sessionfmt.Fprintf(c.conn, "<iq type='set' id='%x'><session xmlns='%s'/></iq>", cookie, nsSession)
. . .
The text was updated successfully, but these errors were encountered:
Proposed fix:
The text was updated successfully, but these errors were encountered: