Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unencrypted support connections plus proxy support #32

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Set PluginInfo summary and description for purple2 too
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Thaodan committed Sep 28, 2022
commit b889eb792ca923690067a527ddb0836775b2e82c
4 changes: 2 additions & 2 deletions librocketchat.c
Original file line number Diff line number Diff line change
@@ -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 <eion@robbmob.com>", /* author */
ROCKETCHAT_PLUGIN_WEBSITE, /* homepage */
libpurple2_plugin_load, /* load */