Home Reference Source

src/contacts/PresenceMood.js

export const PresenceMood = {
	'unknown': 'unknown',
	'afraid': 'afraid',
	'amazed': 'amazed',
	'angry': 'angry',
	'annoyed': 'annoyed',
	'anxious': 'anxious',
	'ashamed': 'ashamed',
	'bored': 'bored',
	'brave': 'brave',
	'calm': 'calm',
	'cold': 'cold',
	'confused': 'confused',
	'contented': 'contented',
	'cranky': 'cranky',
	'curious': 'curious',
	'depressed': 'depressed',
	'disappointed': 'disappointed',
	'disgusted': 'disgusted',
	'distracted': 'distracted',
	'embarrassed': 'embarrassed',
	'excited': 'excited',
	'flirtatious': 'flirtatious',
	'frustrated': 'frustrated',
	'grumpy': 'grumpy',
	'guilty': 'guilty',
	'happy': 'happy',
	'hot': 'hot',
	'humbled': 'humbled',
	'humiliated': 'humiliated',
	'hungry': 'hungry',
	'hurt': 'hurt',
	'impressed': 'impressed',
	'in_awe': 'in_awe',
	'in_love': 'in_love',
	'indignant': 'indignant',
	'interested': 'interested',
	'invincible': 'invincible',
	'jealous': 'jealous',
	'lonely': 'lonely',
	'mean': 'mean',
	'moody': 'moody',
	'nervous': 'nervous',
	'neutral': 'neutral',
	'offended': 'offended',
	'other': 'other',
	'playful': 'playful',
	'proud': 'proud',
	'relieved': 'relieved',
	'remorseful': 'remorseful',
	'restless': 'restless',
	'sad': 'sad',
	'sarcastic': 'sarcastic',
	'serious': 'serious',
	'shocked': 'shocked',
	'shy': 'shy',
	'sick': 'sick',
	'sleepy': 'sleepy',
	'stressed': 'stressed',
	'surprised': 'surprised',
	'thirsty': 'thirsty',
	'worried': 'worried',
};