/soc/2015/nakulgulati/main: 425cbceffe48: hangouts: util template
Nakul at rock.pidgin.im
Nakul at rock.pidgin.im
Fri Jul 3 07:12:56 EDT 2015
Changeset: 425cbceffe48e2c7cbfac5b5ff47c601670c6cab
Author: Nakul Gulati
Date: 2015-07-03 19:07 +0800
Branch: hangouts
URL: https://hg.pidgin.im/soc/2015/nakulgulati/main/rev/425cbceffe48
Description:
hangouts: util template
diffstat:
libpurple/protocols/hangouts/util.c | 25 +++++++++++++++++++++++++
libpurple/protocols/hangouts/util.h | 28 ++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diffs (63 lines):
diff --git a/libpurple/protocols/hangouts/util.c b/libpurple/protocols/hangouts/util.c
new file mode 100644
--- /dev/null
+++ b/libpurple/protocols/hangouts/util.c
@@ -0,0 +1,25 @@
+/* purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+
+#include "util.h"
+#include <glib.h>
+
+
diff --git a/libpurple/protocols/hangouts/util.h b/libpurple/protocols/hangouts/util.h
new file mode 100644
--- /dev/null
+++ b/libpurple/protocols/hangouts/util.h
@@ -0,0 +1,28 @@
+/* purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+
+#ifndef _UTIL_H
+#define _UTIL_H
+
+#define CHAT_INIT_REGEX "(?:<script>AF_initDataCallback\((.*?)\);<\/script>)"
+
+
+#endif _UTIL_H
More information about the Commits
mailing list