summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-04 14:42:20 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-04 14:47:59 -0300
commit3246058db3e13fb74fe277bdd7350469c5e5894d (patch)
treead4a1c33560bd93c7d4da9fae529f71ce021af18 /gabble
parented4b30c444f453e602091817b77089a568e0b3fc (diff)
downloadtelepathy-gabble-3246058db3e13fb74fe277bdd7350469c5e5894d.tar.gz
plugin API: Added namespaces.h to repository.
Diffstat (limited to 'gabble')
-rw-r--r--gabble/namespaces.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/gabble/namespaces.h b/gabble/namespaces.h
new file mode 100644
index 000000000..d8e145f25
--- /dev/null
+++ b/gabble/namespaces.h
@@ -0,0 +1,27 @@
+/*
+ * namespaces.h — namespace constants definitions that can be used by telepathy-gabble plugins
+ * Copyright © 2009 Collabora Ltd.
+ * Copyright © 2009 Nokia Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef GABBLE_PLUGINS_NAMESPACES_H
+#define GABBLE_PLUGINS_NAMESPACES_H
+
+#define NS_CAPS "http://jabber.org/protocol/caps"
+#define NS_GABBLE_CAPS "http://telepathy.freedesktop.org/caps"
+
+#endif