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
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Should ruby_bosh have a disconnect method? I am using ruby_bosh in a Rails app to create a BOSH session in a login controller, save the JID, RID and SID to a cookie, and use strophe.js to attach to the session when needed. However, I need the logout controller to perform the disconnection. Does this make sense?
Should ruby_bosh have a disconnect method? I am using ruby_bosh in a Rails app to create a BOSH session in a login controller, save the JID, RID and SID to a cookie, and use strophe.js to attach to the session when needed. However, I need the logout controller to perform the disconnection. Does this make sense?