~ubuntu-branches/ubuntu/maverick/telepathy-salut/maverick

« back to all changes in this revision

Viewing changes to lib/gibber/gibber-namespaces.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-06-13 10:54:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070613105425-mwwsplxbk8n6z5t6
Tags: 0.1.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
#ifndef __GIBBER_NAMESPACES_H__
 
3
#define __GIBBER_NAMESPACES_H__
 
4
 
2
5
#define GIBBER_XMPP_NS_STREAM \
3
6
  (const gchar *)"http://etherx.jabber.org/streams"
4
7
 
13
16
 
14
17
#define GIBBER_W3C_NS_XHTML \
15
18
  (const gchar *)"http://www.w3.org/1999/xhtml"
 
19
 
 
20
#endif /* #ifndef __GIBBER_NAMESPACES_H__ */