comparison src/protocols/jabber/jabber.c @ 2162:a464da684307

[gaim-migrate @ 2172] couple fixes. Max Horn told me about one of them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Aug 2001 01:36:05 +0000
parents cff133e0ec0c
children edf8c5a70e5b
comparison
equal deleted inserted replaced
2161:757e10018950 2162:a464da684307
2039 return "Jabber"; 2039 return "Jabber";
2040 } 2040 }
2041 2041
2042 char *description() 2042 char *description()
2043 { 2043 {
2044 return "Allows gaim to use the Jabber protocol"; 2044 return PRPL_DESC("Jabber");
2045 } 2045 }
2046 2046
2047 #endif 2047 #endif