diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 07:45:39 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 07:45:39 +0000 |
| commit | 1147c4f57591397a53bc045ae77106e337c2d940 (patch) | |
| tree | b6fb54139ad68fefb7b1df6baee7ee45fcbe5428 /source/QXmppRpcIq.h | |
| parent | 0e9455bc58f89d242b4e58ed00fe88835833a412 (diff) | |
| download | qxmpp-1147c4f57591397a53bc045ae77106e337c2d940.tar.gz | |
test XML-RPC invoke/response IQs
Diffstat (limited to 'source/QXmppRpcIq.h')
| -rw-r--r-- | source/QXmppRpcIq.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h index d60fe308..0594f27d 100644 --- a/source/QXmppRpcIq.h +++ b/source/QXmppRpcIq.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2009-2010 Ian Reinhard Geiser + * + * Authors: + * Ian Reinhard Geiser + * Jeremy Lainé + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * 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. + * + */ + #ifndef QXMPPRPCIQ_H #define QXMPPRPCIQ_H |
