An individual user has his own list of users. The method searches for particular user from the list.
An individual user has his own list of users. The method allows to add a user to your list of users.
Closes all popovers
Disposes all subscriptions of the controller socket methods
Focusses on the search box
Initializes the user's tab
An individual user has his own list of users. The method checks whether a user is added into your list of users or not.
Details of the user to be checked into the list
A boolean value
Logs out a particular user
When a user clicks on a user, it sets the index of the clicked upon element from the list as selected index, denoting the particular element is selected.
Index of user in the complete list of users
Returns profile image of the user
User details
An image object if present otherwise false
An individual user has his own list of users. The method allows you to remove a particular user from your list.
Displays profile of a particular user
Details of the user whose profile is to be viewed
Creates a conversation group with that particular user if not present, otherwise opens up the existing conversation.
User details of the one added into your list
User details are passed. The method returns the class to be applied according to user status either online, offline or away.
User details
Status of the user
Contains logic for activities related to the userscomponent