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
// This will create a object which keys will be user's JID's local part. This will be used as cache.
/*
I could have used arrays but finding element in a array is big deal, so its better to create a object and its keys are extremely quick to retrieve.(O(1))