abstractroster.h | abstractroster.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
// TODO: Create simple RosterManager for bots and simple applications | // TODO: Create simple RosterManager for bots and simple applications | |||
#ifndef JREEN_ABSTRACTROSTER_H | #ifndef JREEN_ABSTRACTROSTER_H | |||
#define JREEN_ABSTRACTROSTER_H | #define JREEN_ABSTRACTROSTER_H | |||
#include <QSharedPointer> | #include <QSharedPointer> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
activity.h | activity.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** Copyright © 2011 Alexey Prokhin <alexey.prokhin@yandex.ru> | ** Copyright © 2011 Alexey Prokhin <alexey.prokhin@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_ACTIVITY_H | #ifndef JREEN_ACTIVITY_H | |||
#define JREEN_ACTIVITY_H | #define JREEN_ACTIVITY_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen { | namespace Jreen { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
attention.h | attention.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Nicolay Izoderov <nico-izo@ya.ru> | ** Copyright © 2012 Nicolay Izoderov <nico-izo@ya.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_ATTENTION_H | #ifndef JREEN_ATTENTION_H | |||
#define JREEN_ATTENTION_H | #define JREEN_ATTENTION_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen { | namespace Jreen { | |||
class AttentionPrivate; | class AttentionPrivate; | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
bitsofbinary.h | bitsofbinary.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_BITSOFBINARY_H | #ifndef JREEN_BITSOFBINARY_H | |||
#define JREEN_BITSOFBINARY_H | #define JREEN_BITSOFBINARY_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
bookmark.h | bookmark.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_BOOKMARK_H | #ifndef JREEN_BOOKMARK_H | |||
#define JREEN_BOOKMARK_H | #define JREEN_BOOKMARK_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "jid.h" | #include "jid.h" | |||
namespace Jreen { | namespace Jreen { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
bookmarkstorage.h | bookmarkstorage.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_BOOKMARKSTORAGE_H | #ifndef JREEN_BOOKMARKSTORAGE_H | |||
#define JREEN_BOOKMARKSTORAGE_H | #define JREEN_BOOKMARKSTORAGE_H | |||
#include "bookmark.h" | #include "bookmark.h" | |||
#include "privatexml.h" | #include "privatexml.h" | |||
#include "error.h" | #include "error.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
buffereddatastream.h | buffereddatastream.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_BUFFEREDDATASTREAM_H | #ifndef JREEN_BUFFEREDDATASTREAM_H | |||
#define JREEN_BUFFEREDDATASTREAM_H | #define JREEN_BUFFEREDDATASTREAM_H | |||
#include "datastream.h" | #include "datastream.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
capabilities.h | capabilities.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CAPABILITIES_H | #ifndef JREEN_CAPABILITIES_H | |||
#define JREEN_CAPABILITIES_H | #define JREEN_CAPABILITIES_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
captcha.h | captcha.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CAPTCHA_H | #ifndef JREEN_CAPTCHA_H | |||
#define JREEN_CAPTCHA_H | #define JREEN_CAPTCHA_H | |||
#include "dataform.h" | #include "dataform.h" | |||
namespace Jreen { | namespace Jreen { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
chatstate.h | chatstate.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CHATSTATE_H | #ifndef JREEN_CHATSTATE_H | |||
#define JREEN_CHATSTATE_H | #define JREEN_CHATSTATE_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen { | namespace Jreen { | |||
class ChatStatePrivate; | class ChatStatePrivate; | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
client.h | client.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CLIENT_H | #ifndef JREEN_CLIENT_H | |||
#define JREEN_CLIENT_H | #define JREEN_CLIENT_H | |||
#include <QObject> | #include <QObject> | |||
#include <QSet> | #include <QSet> | |||
#include "jreen.h" | #include "jreen.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
connection.h | connection.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CONNECTION_H | #ifndef JREEN_CONNECTION_H | |||
#define JREEN_CONNECTION_H | #define JREEN_CONNECTION_H | |||
#include <QIODevice> | #include <QIODevice> | |||
#include "jreen.h" | #include "jreen.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
connectionbosh.h | connectionbosh.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_CONNECTIONBOSH_H | #ifndef JREEN_CONNECTIONBOSH_H | |||
#define JREEN_CONNECTIONBOSH_H | #define JREEN_CONNECTIONBOSH_H | |||
#include "connection.h" | #include "connection.h" | |||
#include "streamprocessor.h" | #include "streamprocessor.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
dataform.h | dataform.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_DATAFORM_H | #ifndef JREEN_DATAFORM_H | |||
#define JREEN_DATAFORM_H | #define JREEN_DATAFORM_H | |||
#include "jid.h" | #include "jid.h" | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include <QStringList> | #include <QStringList> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
datastream.h | datastream.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_DATASTREAM_H | #ifndef JREEN_DATASTREAM_H | |||
#define JREEN_DATASTREAM_H | #define JREEN_DATASTREAM_H | |||
#include <QIODevice> | #include <QIODevice> | |||
#include "jreen.h" | #include "jreen.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
delayeddelivery.h | delayeddelivery.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_DELAYEDDELIVERY_H | #ifndef JREEN_DELAYEDDELIVERY_H | |||
#define JREEN_DELAYEDDELIVERY_H | #define JREEN_DELAYEDDELIVERY_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "jid.h" | #include "jid.h" | |||
#include <QDateTime> | #include <QDateTime> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
directconnection.h | directconnection.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_DIRECTCONNECTION_H | #ifndef JREEN_DIRECTCONNECTION_H | |||
#define JREEN_DIRECTCONNECTION_H | #define JREEN_DIRECTCONNECTION_H | |||
#include "connection.h" | #include "connection.h" | |||
class QAbstractSocket; | class QAbstractSocket; | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
disco.h | disco.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_DISCO_H | #ifndef JREEN_DISCO_H | |||
#define JREEN_DISCO_H | #define JREEN_DISCO_H | |||
#include <QObject> | #include <QObject> | |||
#include <QString> | #include <QString> | |||
#include <QSet> | #include <QSet> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
entitytime.h | entitytime.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_ENTITYTIME_H | #ifndef JREEN_ENTITYTIME_H | |||
#define JREEN_ENTITYTIME_H | #define JREEN_ENTITYTIME_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include <QDateTime> | #include <QDateTime> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
error.h | error.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_ERROR_H | #ifndef JREEN_ERROR_H | |||
#define JREEN_ERROR_H | #define JREEN_ERROR_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "langmap.h" | #include "langmap.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
forwarded.h | forwarded.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_FORWARDED_H | #ifndef JREEN_FORWARDED_H | |||
#define JREEN_FORWARDED_H | #define JREEN_FORWARDED_H | |||
#include "message.h" | #include "message.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
iq.h | iq.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_IQ_H | #ifndef JREEN_IQ_H | |||
#define JREEN_IQ_H | #define JREEN_IQ_H | |||
#include "stanza.h" | #include "stanza.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
iqreply.h | iqreply.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_IQREPLY_H | #ifndef JREEN_IQREPLY_H | |||
#define JREEN_IQREPLY_H | #define JREEN_IQREPLY_H | |||
#include "jreen.h" | #include "jreen.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
iristransport.h | iristransport.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_IRISTRANSPORT_H | #ifndef JREEN_IRISTRANSPORT_H | |||
#define JREEN_IRISTRANSPORT_H | #define JREEN_IRISTRANSPORT_H | |||
#include "jingletransport.h" | #include "jingletransport.h" | |||
#include "3rdparty/icesupport/ice176.h" | #include "3rdparty/icesupport/ice176.h" | |||
#include "3rdparty/icesupport/udpportreserver.h" | #include "3rdparty/icesupport/udpportreserver.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jid.h | jid.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JID_H | #ifndef JREEN_JID_H | |||
#define JREEN_JID_H | #define JREEN_JID_H | |||
#include "jreen.h" | #include "jreen.h" | |||
#include <QSharedData> | #include <QSharedData> | |||
#include <QMetaType> | #include <QMetaType> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jingleaudiocontent.h | jingleaudiocontent.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLEAUDIOCONTENT_H | #ifndef JREEN_JINGLEAUDIOCONTENT_H | |||
#define JREEN_JINGLEAUDIOCONTENT_H | #define JREEN_JINGLEAUDIOCONTENT_H | |||
#include "jinglecontent.h" | #include "jinglecontent.h" | |||
#include "jingleaudiopayload.h" | #include "jingleaudiopayload.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jingleaudiopayload.h | jingleaudiopayload.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLEAUDIOPAYLOAD_H | #ifndef JREEN_JINGLEAUDIOPAYLOAD_H | |||
#define JREEN_JINGLEAUDIOPAYLOAD_H | #define JREEN_JINGLEAUDIOPAYLOAD_H | |||
#include "../jreen.h" | #include "../jreen.h" | |||
#include <QSharedDataPointer> | #include <QSharedDataPointer> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jinglecontent.h | jinglecontent.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLECONTENT_H | #ifndef JREEN_JINGLECONTENT_H | |||
#define JREEN_JINGLECONTENT_H | #define JREEN_JINGLECONTENT_H | |||
#include "../stanzaextension.h" | #include "../stanzaextension.h" | |||
#include "jingletransport.h" | #include "jingletransport.h" | |||
#include <QStringList> | #include <QStringList> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jinglemanager.h | jinglemanager.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLEMANAGER_H | #ifndef JREEN_JINGLEMANAGER_H | |||
#define JREEN_JINGLEMANAGER_H | #define JREEN_JINGLEMANAGER_H | |||
#include "../iq.h" | #include "../iq.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jinglesession.h | jinglesession.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLESESSION_H | #ifndef JREEN_JINGLESESSION_H | |||
#define JREEN_JINGLESESSION_H | #define JREEN_JINGLESESSION_H | |||
#include "jinglecontent.h" | #include "jinglecontent.h" | |||
#include "../stanzaextension.h" | #include "../stanzaextension.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jingletransport.h | jingletransport.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JINGLETRANSPORT_H | #ifndef JREEN_JINGLETRANSPORT_H | |||
#define JREEN_JINGLETRANSPORT_H | #define JREEN_JINGLETRANSPORT_H | |||
#include "jinglemanager.h" | #include "jinglemanager.h" | |||
#include "../stanzaextension.h" | #include "../stanzaextension.h" | |||
#include <QSharedPointer> | #include <QSharedPointer> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jreen.h | jreen.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JREEN_H | #ifndef JREEN_JREEN_H | |||
#define JREEN_JREEN_H | #define JREEN_JREEN_H | |||
# ifndef __cplusplus | # ifndef __cplusplus | |||
# error "C++ is needed" | # error "C++ is needed" | |||
# endif // __cplusplus | # endif // __cplusplus | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
jstrings.h | jstrings.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_JSTRINGS_H | #ifndef JREEN_JSTRINGS_H | |||
#define JREEN_JSTRINGS_H | #define JREEN_JSTRINGS_H | |||
#include "jreen.h" | #include "jreen.h" | |||
namespace Jreen { | namespace Jreen { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
langmap.h | langmap.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_LANGMAP_H | #ifndef JREEN_LANGMAP_H | |||
#define JREEN_LANGMAP_H | #define JREEN_LANGMAP_H | |||
#include <QStringList> | #include <QStringList> | |||
#ifdef LANGMAP_USE_MAP | #ifdef LANGMAP_USE_MAP | |||
# include <QMap> | # include <QMap> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
logger.h | logger.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_LOGGER_H | #ifndef JREEN_LOGGER_H | |||
#define JREEN_LOGGER_H | #define JREEN_LOGGER_H | |||
#include <QtDebug> | #include <QtDebug> | |||
#include "jreen.h" | #include "jreen.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
message.h | message.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_MESSAGE_H | #ifndef JREEN_MESSAGE_H | |||
#define JREEN_MESSAGE_H | #define JREEN_MESSAGE_H | |||
#include "stanza.h" | #include "stanza.h" | |||
#include "delayeddelivery.h" | #include "delayeddelivery.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
messagesession.h | messagesession.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_MESSAGESESSION_H | #ifndef JREEN_MESSAGESESSION_H | |||
#define JREEN_MESSAGESESSION_H | #define JREEN_MESSAGESESSION_H | |||
#include "message.h" | #include "message.h" | |||
#include <QPointer> | #include <QPointer> | |||
#include <QHash> | #include <QHash> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
metacontactstorage.h | metacontactstorage.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_METACONTACTSTORAGE_H | #ifndef JREEN_METACONTACTSTORAGE_H | |||
#define JREEN_METACONTACTSTORAGE_H | #define JREEN_METACONTACTSTORAGE_H | |||
#include "jid.h" | #include "jid.h" | |||
#include "privatexml.h" | #include "privatexml.h" | |||
#include "error.h" | #include "error.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
mood.h | mood.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_MOOD_H | #ifndef JREEN_MOOD_H | |||
#define JREEN_MOOD_H | #define JREEN_MOOD_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
{ | { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
mucroom.h | mucroom.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_MUCROOM_H | #ifndef JREEN_MUCROOM_H | |||
#define JREEN_MUCROOM_H | #define JREEN_MUCROOM_H | |||
#include <QObject> | #include <QObject> | |||
#include <QDateTime> | #include <QDateTime> | |||
#include "error.h" | #include "error.h" | |||
#include "disco.h" | #include "disco.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
nickname.h | nickname.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_NICKNAME_H | #ifndef JREEN_NICKNAME_H | |||
#define JREEN_NICKNAME_H | #define JREEN_NICKNAME_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
parser.h | parser.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PARSER_H | #ifndef JREEN_PARSER_H | |||
#define JREEN_PARSER_H | #define JREEN_PARSER_H | |||
#include "stanza.h" | #include "stanza.h" | |||
#include <QXmlStreamReader> | #include <QXmlStreamReader> | |||
#include <QEvent> | #include <QEvent> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
pgpencrypted.h | pgpencrypted.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PGPENCRYPTED_H | #ifndef JREEN_PGPENCRYPTED_H | |||
#define JREEN_PGPENCRYPTED_H | #define JREEN_PGPENCRYPTED_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
pgpsigned.h | pgpsigned.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PGPSIGNED_H | #ifndef JREEN_PGPSIGNED_H | |||
#define JREEN_PGPSIGNED_H | #define JREEN_PGPSIGNED_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
ping.h | ping.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PING_H | #ifndef JREEN_PING_H | |||
#define JREEN_PING_H | #define JREEN_PING_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "jid.h" | #include "jid.h" | |||
namespace Jreen { | namespace Jreen { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
presence.h | presence.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PRESENCE_H | #ifndef JREEN_PRESENCE_H | |||
#define JREEN_PRESENCE_H | #define JREEN_PRESENCE_H | |||
#include "stanza.h" | #include "stanza.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
privacymanager.h | privacymanager.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PRIVACYMANAGER_H | #ifndef JREEN_PRIVACYMANAGER_H | |||
#define JREEN_PRIVACYMANAGER_H | #define JREEN_PRIVACYMANAGER_H | |||
#include "jid.h" | #include "jid.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
privatexml.h | privatexml.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PRIVATEXML_H | #ifndef JREEN_PRIVATEXML_H | |||
#define JREEN_PRIVATEXML_H | #define JREEN_PRIVATEXML_H | |||
#include <QObject> | #include <QObject> | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
pubsubevent.h | pubsubevent.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PUBSUBEVENT_H | #ifndef JREEN_PUBSUBEVENT_H | |||
#define JREEN_PUBSUBEVENT_H | #define JREEN_PUBSUBEVENT_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
pubsubmanager.h | pubsubmanager.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_PUBSUBMANAGER_H | #ifndef JREEN_PUBSUBMANAGER_H | |||
#define JREEN_PUBSUBMANAGER_H | #define JREEN_PUBSUBMANAGER_H | |||
#include "pubsubevent.h" | #include "pubsubevent.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
receipt.h | receipt.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_RECEIPT_H | #ifndef JREEN_RECEIPT_H | |||
#define JREEN_RECEIPT_H | #define JREEN_RECEIPT_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
registrationmanager.h | registrationmanager.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2012 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_REGISTRATIONMANAGER_H | #ifndef JREEN_REGISTRATIONMANAGER_H | |||
#define JREEN_REGISTRATIONMANAGER_H | #define JREEN_REGISTRATIONMANAGER_H | |||
#include "dataform.h" | #include "dataform.h" | |||
#include "error.h" | #include "error.h" | |||
#include "bitsofbinary.h" | #include "bitsofbinary.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
softwareversion.h | softwareversion.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_SOFTWAREVERSION_H | #ifndef JREEN_SOFTWAREVERSION_H | |||
#define JREEN_SOFTWAREVERSION_H | #define JREEN_SOFTWAREVERSION_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
stanza.h | stanza.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_STANZA_H | #ifndef JREEN_STANZA_H | |||
#define JREEN_STANZA_H | #define JREEN_STANZA_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "error.h" | #include "error.h" | |||
#include "jid.h" | #include "jid.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
stanzaextension.h | stanzaextension.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_STANZAEXTENSION_H | #ifndef JREEN_STANZAEXTENSION_H | |||
#define JREEN_STANZAEXTENSION_H | #define JREEN_STANZAEXTENSION_H | |||
#include <QObject> | #include <QObject> | |||
#include <QSharedPointer> | #include <QSharedPointer> | |||
#include <QMetaTypeId> | #include <QMetaTypeId> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
streamprocessor.h | streamprocessor.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_STREAMPROCESSOR_H | #ifndef JREEN_STREAMPROCESSOR_H | |||
#define JREEN_STREAMPROCESSOR_H | #define JREEN_STREAMPROCESSOR_H | |||
#include "jreen.h" | #include "jreen.h" | |||
#include <QObject> | #include <QObject> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
subscription.h | subscription.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_SUBSCRIPTION_H | #ifndef JREEN_SUBSCRIPTION_H | |||
#define JREEN_SUBSCRIPTION_H | #define JREEN_SUBSCRIPTION_H | |||
#include "stanza.h" | #include "stanza.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
tcpconnection.h | tcpconnection.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_TCPCONNECTION_H | #ifndef JREEN_TCPCONNECTION_H | |||
#define JREEN_TCPCONNECTION_H | #define JREEN_TCPCONNECTION_H | |||
#include "directconnection.h" | #include "directconnection.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
tune.h | tune.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_TUNE_H | #ifndef JREEN_TUNE_H | |||
#define JREEN_TUNE_H | #define JREEN_TUNE_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
udpconnection.h | udpconnection.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_UDPCONNECTION_H | #ifndef JREEN_UDPCONNECTION_H | |||
#define JREEN_UDPCONNECTION_H | #define JREEN_UDPCONNECTION_H | |||
#include "directconnection.h" | #include "directconnection.h" | |||
namespace Jreen | namespace Jreen | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
util.h | util.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_UTIL_H | #ifndef JREEN_UTIL_H | |||
#define JREEN_UTIL_H | #define JREEN_UTIL_H | |||
#include "jreen.h" | #include "jreen.h" | |||
#include <QDateTime> | #include <QDateTime> | |||
#include <QXmlStreamWriter> | #include <QXmlStreamWriter> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
vcard.h | vcard.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_VCARD_H | #ifndef JREEN_VCARD_H | |||
#define JREEN_VCARD_H | #define JREEN_VCARD_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
#include "nickname.h" | #include "nickname.h" | |||
#include <QDateTime> | #include <QDateTime> | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
vcardmanager.h | vcardmanager.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | ** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_VCARDMANAGER_H | #ifndef JREEN_VCARDMANAGER_H | |||
#define JREEN_VCARDMANAGER_H | #define JREEN_VCARDMANAGER_H | |||
#include "vcard.h" | #include "vcard.h" | |||
#include "vcardupdate.h" | #include "vcardupdate.h" | |||
#include "error.h" | #include "error.h" | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||
vcardupdate.h | vcardupdate.h | |||
---|---|---|---|---|
/************************************************************************** ** | /************************************************************************** ** | |||
** | ** | |||
** Jreen | ** Jreen | |||
** | ** | |||
** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | ** Copyright © 2011 Aleksey Sidorov <gorthauer87@yandex.ru> | |||
** | ** | |||
*************************************************************************** ** | *************************************************************************** ** | |||
** | ** | |||
** $JREEN_BEGIN_LICENSE$ | ** $JREEN_BEGIN_LICENSE$ | |||
** This program is free software: you can redistribute it and/or modify | ** Jreen is free software: you can redistribute it and/or modify | |||
** it under the terms of the GNU General Public License as published by | ** it under the terms of the GNU Lesser General Public License as published | |||
** the Free Software Foundation, either version 2 of the License, or | by | |||
** the Free Software Foundation, either version 3 of the License, or | ||||
** (at your option) any later version. | ** (at your option) any later version. | |||
** | ** | |||
** This program is distributed in the hope that it will be useful, | ** Jreen is distributed in the hope that it will be useful, | |||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ** but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
** See the GNU General Public License for more details. | ** GNU Lesser General Public License for more details. | |||
** | ** | |||
** You should have received a copy of the GNU General Public License | ** You should have received a copy of the GNU Lesser General Public License | |||
** along with this program. If not, see http://www.gnu.org/licenses/. | ** along with Jreen. If not, see <http://www.gnu.org/licenses/>. | |||
** $JREEN_END_LICENSE$ | ** $JREEN_END_LICENSE$ | |||
** | ** | |||
*************************************************************************** */ | *************************************************************************** */ | |||
#ifndef JREEN_VCARDUPDATE_H | #ifndef JREEN_VCARDUPDATE_H | |||
#define JREEN_VCARDUPDATE_H | #define JREEN_VCARDUPDATE_H | |||
#include "stanzaextension.h" | #include "stanzaextension.h" | |||
namespace Jreen | namespace Jreen | |||
{ | { | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added | |||