summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 09:11:59 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 09:11:59 +0100
commit484325b8891af7d0ba92d796fa8804481b9e846a (patch)
tree62e71517bd282cbe5ebdf561a383b690c5f625ec /lib
parent27e730bbd087abbc79452eb071fa51c5ed07c863 (diff)
downloadtelepathy-salut-484325b8891af7d0ba92d796fa8804481b9e846a.tar.gz
gibber: remove gibber-namespaces.h
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'lib')
-rw-r--r--lib/gibber/Makefile.am1
-rw-r--r--lib/gibber/gibber-namespaces.h68
2 files changed, 0 insertions, 69 deletions
diff --git a/lib/gibber/Makefile.am b/lib/gibber/Makefile.am
index 499d56b6..f4e7ed24 100644
--- a/lib/gibber/Makefile.am
+++ b/lib/gibber/Makefile.am
@@ -45,7 +45,6 @@ HANDWRITTEN_SOURCES = \
gibber-r-multicast-sender.h \
gibber-linklocal-transport.c \
gibber-linklocal-transport.h \
- gibber-namespaces.h \
gibber-file-transfer.c \
gibber-file-transfer.h \
gibber-oob-file-transfer.c \
diff --git a/lib/gibber/gibber-namespaces.h b/lib/gibber/gibber-namespaces.h
deleted file mode 100644
index 71651608..00000000
--- a/lib/gibber/gibber-namespaces.h
+++ /dev/null
@@ -1,68 +0,0 @@
-
-#ifndef __GIBBER_NAMESPACES_H__
-#define __GIBBER_NAMESPACES_H__
-
-#define GIBBER_XMPP_NS_STREAM \
- "http://etherx.jabber.org/streams"
-
-#define GIBBER_XMPP_NS_TLS \
- "urn:ietf:params:xml:ns:xmpp-tls"
-
-#define GIBBER_XMPP_NS_SASL_AUTH \
- "urn:ietf:params:xml:ns:xmpp-sasl"
-
-#define NS_DISCO_INFO \
- "http://jabber.org/protocol/disco#info"
-
-#define NS_DISCO_ITEMS \
- "http://jabber.org/protocol/disco#items"
-
-#define GIBBER_XMPP_NS_XHTML_IM \
- "http://jabber.org/protocol/xhtml-im"
-
-#define GIBBER_XMPP_NS_IBB \
- "http://jabber.org/protocol/ibb"
-
-#define GIBBER_XMPP_NS_AMP \
- "http://jabber.org/protocol/amp"
-
-#define GIBBER_W3C_NS_XHTML \
- "http://www.w3.org/1999/xhtml"
-
-#define GIBBER_TELEPATHY_NS_CAPS \
- "http://telepathy.freedesktop.org/caps"
-
-#define GIBBER_TELEPATHY_NS_TUBES \
- "http://telepathy.freedesktop.org/xmpp/tubes"
-
-#define GIBBER_TELEPATHY_NS_OLPC_ACTIVITY_PROPS \
- "http://laptop.org/xmpp/activity-properties"
-
-#define GIBBER_XMPP_NS_SI \
- "http://jabber.org/protocol/si"
-
-#define GIBBER_XMPP_NS_FEATURENEG \
- "http://jabber.org/protocol/feature-neg"
-
-#define GIBBER_XMPP_NS_DATA \
- "jabber:x:data"
-
-#define GIBBER_XMPP_NS_EVENT \
- "jabber:x:event"
-
-#define GIBBER_XMPP_NS_STANZAS \
- "urn:ietf:params:xml:ns:xmpp-stanzas"
-
-#define GIBBER_XMPP_NS_IQ_OOB \
- "jabber:iq:oob"
-
-#define GIBBER_XMPP_NS_X_OOB \
- "jabber:x:oob"
-
-#define GIBBER_XMPP_NS_JINGLE_ERRORS \
- "http://jabber.org/protocol/jingle#errors"
-
-#define GIBBER_TELEPATHY_NS_CLIQUE \
- "http://telepathy.freedesktop.org/xmpp/clique"
-
-#endif /* #ifndef __GIBBER_NAMESPACES_H__ */