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
_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.