diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-20 10:24:48 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-20 10:24:48 +0000 |
| commit | 899c87448fa1b8fe57a64e0163e54d249dd2fd2d (patch) | |
| tree | bf3c8442cec78b891b92603b68eda2ffdc3821e5 /src/QXmppConstants.cpp | |
| parent | 6a284845ca8a8ad22130b43d533b43d2333d47e3 (diff) | |
| download | qxmpp-899c87448fa1b8fe57a64e0163e54d249dd2fd2d.tar.gz | |
make it possible to change the client's capabilities node
Diffstat (limited to 'src/QXmppConstants.cpp')
| -rw-r--r-- | src/QXmppConstants.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/QXmppConstants.cpp b/src/QXmppConstants.cpp index b89f637f..c6231c1d 100644 --- a/src/QXmppConstants.cpp +++ b/src/QXmppConstants.cpp @@ -24,8 +24,6 @@ #include "QXmppConstants.h" -const char* capabilities_node = "http://code.google.com/p/qxmpp"; - const char* ns_stream = "http://etherx.jabber.org/streams"; const char* ns_client = "jabber:client"; const char* ns_server = "jabber:server"; |
