lm_message.c
changeset 4 5770be2d5f3f
parent 0 84fdfb0344c9
child 6 90073cbb535d
--- a/lm_message.c	Mon Feb 09 13:39:36 2009 +0200
+++ b/lm_message.c	Sat Feb 14 16:40:09 2009 +0200
@@ -12,7 +12,7 @@
 
 /// message type
 /// Message type (root tag type).
-/// V: message, presence, iq, stream, stream error, stream features, auth, challenge, response, success, failure, proceed, starttls, unknown, stream:stream, stream:error, stream:feature
+/// G:
 const string2enum_t llm_message_type[] = {
 	{ "message",         LM_MESSAGE_TYPE_MESSAGE         },
 	{ "presence",        LM_MESSAGE_TYPE_PRESENCE        },
@@ -36,7 +36,7 @@
 
 /// message sub type
 /// Message subtype, not all combinations of type and subtype are possible.
-/// V: not set, available, normal, chat, groupchat, headline, unavailable, probe, subscribe, unsubscribe, subscribed, unsubscribed, get, set, result, error, not_set
+/// G:
 const string2enum_t llm_message_sub_type[] = {
 	{ "not set",       LM_MESSAGE_SUB_TYPE_NOT_SET      },
 	{ "available",     LM_MESSAGE_SUB_TYPE_AVAILABLE    },