Changes in protocols/jabber/jabber_util.c [840bba8:7125cb3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber_util.c
r840bba8 r7125cb3 228 228 { 229 229 { "away", "Away" }, 230 { "chat", "Free for Chat" }, /* WTF actually uses this? */230 { "chat", "Free for Chat" }, 231 231 { "dnd", "Do not Disturb" }, 232 232 { "xa", "Extended Away" }, 233 { "", "Online" }, 233 234 { "", NULL } 234 235 }; … … 237 238 { 238 239 int i; 239 240 if( code == NULL )241 return NULL;242 240 243 241 for( i = 0; jabber_away_state_list[i].full_name; i ++ ) … … 251 249 { 252 250 int i; 253 254 if( name == NULL )255 return NULL;256 251 257 252 for( i = 0; jabber_away_state_list[i].full_name; i ++ )
Note: See TracChangeset
for help on using the changeset viewer.