Use correct app_id

This commit is contained in:
vvaltman 2014-11-17 18:24:09 +03:00
parent 3025c63350
commit 5d19892508
3 changed files with 5 additions and 1 deletions

View file

@ -423,6 +423,7 @@ static void tgprpl_login (PurpleAccount * acct) {
tgl_set_net_methods (TLS, &tgp_conn_methods);
tgl_set_timer_methods (TLS, &tgp_timers);
tgl_set_callback (TLS, &tgp_callback);
tgl_register_app_id (TLS, TGP_APP_ID, TGP_APP_HASH);
tgl_init (TLS);
purple_connection_set_state (conn->gc, PURPLE_CONNECTING);

View file

@ -36,6 +36,9 @@
#include <version.h>
#include <account.h>
#include <connection.h>
#define TGP_APP_HASH "99428c722d0ed59b9cd844e4577cb4bb"
#define TGP_APP_ID 16154
typedef struct {
struct tgl_state *TLS;

2
tgl

@ -1 +1 @@
Subproject commit 3cf1f76832e7ec758b559860d77d226455a9a83e
Subproject commit a2403df85b430311feb6a8c214428802800b1633