• Stars
    star
    107
  • Rank 313,357 (Top 7 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Google Chat protocol plugin for libpurple/Pidgin/bitlbee/whatever

Google Chat Plugin for libpurple

A replacement prpl for Google Chat in Pidgin/libpurple to support the proprietary protocol that Google uses for its "Google Chat" service.

This plugin is written by Eion Robb based on the old Hangouts plugin written by Eion Robb and Mike 'Maiku' Ruprecht.

Compiling

To compile, just do the standard make && sudo make install dance. You'll need development packages for libpurple, libjson-glib, glib and libprotobuf-c to be able to compile.

Debian/Ubuntu

Run the following commands from a terminal

#!sh
sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler git make;
git clone https://github.com/EionRobb/purple-googlechat/ && cd purple-googlechat;
make && sudo make install

Fedora

json-glib-devel libpurple-devel glib2-devel libpurple-devel protobuf-c-devel protobuf-c-compiler

Windows

Development builds of Windows dll's will live at https://eion.robbmob.com/libgooglechat.dll - copy this into your C:\Program Files (x86)\Pidgin\plugins folder. You'll also need libprotobuf-c-1.dll and libjson-glib-1.0.dll in your C:\Program Files (x86)\Pidgin folder (not the plugins subfolder)

Until there's some kind of helper/installer, you might want to copy in the protocol icons into the pixmaps folder, eg copy https://github.com/EionRobb/purple-googlechat/raw/master/googlechat16.png to C:\Program Files (x86)\Pidgin\pixmaps\pidgin\protocols\16\googlechat.png (and the same for the 22 and 48 png files)

Bitlbee

If you're using this plugin with bitlbee, authentication might be a little confusing. After you follow the prompts, you should get a DM from a purple_request_0 user asking for the token. You can also set the token as the password on the account, if you don't see the DM.

Like this plugin?

Say "Thanks" by sending us $1

More Repositories

1

skype4pidgin

Skype Plugin for Pidgin, libpurple and more
C
625
star
2

purple-discord

A libpurple/Pidgin plugin for Discord
C
364
star
3

pidgin-opensteamworks

Steam plugin for Pidgin/libpurple
C
154
star
4

purple-teams

A MS Teams plugin for libpurple/Pidgin
C
130
star
5

purple-mattermost

A libpurple/Pidgin plugin for Mattermost
C
92
star
6

icyque

ICQ WIM protocol for libpurple
C
71
star
7

funyahoo-plusplus

A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple
C
58
star
8

purple-hangouts

C
46
star
9

pidgin-pushbullet

A Pushbullet plugin for Pidgin
C
41
star
10

purple-instagram

Instagram protocol plugin for libpurple
C
38
star
11

purple-pulsesms

C
22
star
12

pidgin-sqlite-log

SQLite Logging for Pidgin/Finch/libpurple
C
20
star
13

purple-rocketchat

Rocket.Chat Plugin for libpurple
C
19
star
14

phonegap-print-plugins

A bunch of printing plugins for phonegap
Java
15
star
15

pidgin-win7

A plugin to add Windows eye-candy to Pidgin (jump lists, transfer progress, status emblems)
C
11
star
16

pidgin-ignore-nickchange

Pidgin plugin to ignore "X is now known as Y" messages in chat
C
11
star
17

purple-battlenet

Battle.net Plugin for libpurple
C
11
star
18

okcupid-pidgin

Automatically exported from code.google.com/p/okcupid-pidgin
C
10
star
19

pidgin-groupchat-typing-notifications

Adds typing notifications for group chats in Pidgin
C
10
star
20

purple-gammu

Automatically exported from code.google.com/p/purple-gammu
C
10
star
21

pidgin-omegle

Automatically exported from code.google.com/p/pidgin-omegle
C
7
star
22

PHP-DotNet-Bridge

A PHP <-> .NET bridge via VB.net Reflection
Visual Basic
6
star
23

pidgin-icon-override

Automatically exported from code.google.com/p/pidgin-icon-override
C
5
star
24

pidgin-media-emblems

Automatically exported from code.google.com/p/pidgin-media-emblems
Makefile
5
star
25

pidgin-xmpp-ignore-groups

Automatically exported from code.google.com/p/pidgin-xmpp-ignore-groups
C
5
star
26

pidgin-no-irc-who

Automatically exported from code.google.com/p/pidgin-no-irc-who
C
3
star
27

pidgin-data-uri-image

Enable's data: uri image display in Pidgin
C
3
star
28

purple-autojoin-chat

A plugin for Pidgin/libpurple to auto-accept group chat invites
C
2
star
29

businesscentral-api-extensions

Extensions to the Dynamics 365 Business Central oData app to provide extra functionality
AL
2
star
30

pidgin-irc-uri-handler

IRC URI Protocol Handler Plugin
C
2
star
31

purple-translate

Automatically exported from code.google.com/p/purple-translate
C
2
star
32

purple-plugins-prpl

A protocol plugin for libpurple to load libpurple plugins
C
2
star
33

purple-php-plugin-loader

Plugin loader for libpurple to load in PHP scripts
C
2
star
34

pidgin-sendscreenshot

Shell
2
star
35

pidgin-ning

Automatically exported from code.google.com/p/pidgin-ning
C
1
star
36

pidgin-http-ft

HTTP-based file sharing plugin for Pidgin
C
1
star
37

pidgin-capsnot

Automatically exported from code.google.com/p/pidgin-capsnot
C
1
star
38

Prodigy_DBF

Native access to Foxpro DBF files from PHP
PHP
1
star
39

phonegap-win8-sqlite

WebSQL PhoneGap/Cordova add-on for Win8/Metro apps
C
1
star
40

pidgin-win32-nss-cert-import

Imports Windows system certificates into Pidgin's NSS SSL plugin
C
1
star
41

pidgin-tcc-loader

A .c file plugin loader for libpurple/Pidgin using libtcc
C
1
star
42

sqlite-odbc-functions

Adds ODBC-compatible functions to SQLite, eg to use with the ODBC driver at http://www.ch-werner.de/sqliteodbc/
C
1
star
43

pidgin-7cupsotea

7Cups of Tea website chat plugin for Pidgin
C
1
star