# HG changeset patch # User Richard Laager # Date 1226861605 0 # Node ID 432d9176d054e51dc03145f63bec2b6b667343a2 # Parent aa14863fc969869c90d91175cc1b4ab75a87ab21 Added the additional moods defined in XEP-0107 version 1.2 (2008-10-29): http://xmpp.org/extensions/xep-0107.html diff -r aa14863fc969 -r 432d9176d054 libpurple/protocols/jabber/usermood.c --- 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 };