diff --git a/librocketchat.c b/librocketchat.c index c78b0c1..43078f2 100644 --- a/librocketchat.c +++ b/librocketchat.c @@ -4084,8 +4084,8 @@ static PurplePluginInfo info = { ROCKETCHAT_PLUGIN_ID, /* id */ "Rocket.Chat", /* name */ ROCKETCHAT_PLUGIN_VERSION, /* version */ - "", /* summary */ - "", /* description */ + "Rocket.Chat Protocol Plugins.", /* summary */ + "Adds Rocket.Chat protocol support to libpurple.", /* description */ "Eion Robb ", /* author */ ROCKETCHAT_PLUGIN_WEBSITE, /* homepage */ libpurple2_plugin_load, /* load */