changeset 29824:432d9176d054

Added the additional moods defined in XEP-0107 version 1.2 (2008-10-29): http://xmpp.org/extensions/xep-0107.html
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 18:53:25 +0000
parents aa14863fc969
children b0e7b4daf465
files libpurple/protocols/jabber/usermood.c
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.c	Sun Nov 16 18:24:04 2008 +0000
+++ b/libpurple/protocols/jabber/usermood.c	Sun Nov 16 18:53:25 2008 +0000
@@ -31,6 +31,7 @@
 static const char * const moodstrings[] = {
 	"afraid",
 	"amazed",
+	"amorous",
 	"angry",
 	"annoyed",
 	"anxious",
@@ -39,22 +40,33 @@
 	"bored",
 	"brave",
 	"calm",
+	"cautious",
 	"cold",
+	"confident",
 	"confused",
+	"contemplative",
 	"contented",
 	"cranky",
+	"crazy",
+	"creative",
 	"curious",
+	"dejected",
 	"depressed",
 	"disappointed",
 	"disgusted",
+	"dismayed",
 	"distracted",
 	"embarrassed",
+	"envious",
 	"excited",
 	"flirtatious",
 	"frustrated",
+	"grateful",
+	"grieving",
 	"grumpy",
 	"guilty",
 	"happy",
+	"hopeful",
 	"hot",
 	"humbled",
 	"humiliated",
@@ -69,26 +81,37 @@
 	"invincible",
 	"jealous",
 	"lonely",
+	"lost",
+	"lucky",
 	"mean",
 	"moody",
 	"nervous",
 	"neutral",
 	"offended",
+	"outraged",
 	"playful",
 	"proud",
+	"relaxed",
 	"relieved",
 	"remorseful",
 	"restless",
 	"sad",
 	"sarcastic",
+	"satisfied",
 	"serious",
 	"shocked",
 	"shy",
 	"sick",
 	"sleepy",
+	"spontaneous",
 	"stressed",
+	"strong",
 	"surprised",
+	"thankful",
 	"thirsty",
+	"tired",
+	"undefined",
+	"weak",
 	"worried",
 	NULL
 };