eion/purple-hangouts

Support receiving gmail notifications.
draft
2017-04-21, Eion Robb
7f49e4de9545
Support receiving gmail notifications.
See issue #138
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef _WIN32
#include "win32/win32dep.h"
#endif
#include "../purplecompat.h"
#ifndef N_
# define N_(a) (a)
#endif
#ifndef _
# define _(a) (a)
#endif