From 4bb18146d12ad2af36ec4e609a010f86be05730a Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 14 Jun 2009 10:58:36 +0000 Subject: add --- LICENSE.LGPL | 504 ++++++++++++++++++ QXmppClient.pro | 4 + example/example.pro | 5 + example/example_0_connected/README | 5 + .../example_0_connected/example_0_connected.pro | 19 + example/example_0_connected/main.cpp | 47 ++ example/example_1_echoClient/README | 5 + example/example_1_echoClient/echoClient.cpp | 47 ++ example/example_1_echoClient/echoClient.h | 42 ++ .../example_1_echoClient/example_1_echoClient.pro | 21 + example/example_1_echoClient/main.cpp | 38 ++ source/QXmppBind.cpp | 78 +++ source/QXmppBind.h | 48 ++ source/QXmppClient.cpp | 93 ++++ source/QXmppClient.h | 65 +++ source/QXmppConfiguration.cpp | 127 +++++ source/QXmppConfiguration.h | 72 +++ source/QXmppConstants.cpp | 35 ++ source/QXmppConstants.h | 37 ++ source/QXmppIq.cpp | 130 +++++ source/QXmppIq.h | 57 ++ source/QXmppLogger.cpp | 94 ++++ source/QXmppLogger.h | 56 ++ source/QXmppMessage.cpp | 166 ++++++ source/QXmppMessage.h | 67 +++ source/QXmppPacket.cpp | 40 ++ source/QXmppPacket.h | 43 ++ source/QXmppPresence.cpp | 292 +++++++++++ source/QXmppPresence.h | 98 ++++ source/QXmppRoster.cpp | 193 +++++++ source/QXmppRoster.h | 102 ++++ source/QXmppRosterIq.cpp | 181 +++++++ source/QXmppRosterIq.h | 83 +++ source/QXmppSession.cpp | 55 ++ source/QXmppSession.h | 42 ++ source/QXmppStanza.cpp | 325 ++++++++++++ source/QXmppStanza.h | 120 +++++ source/QXmppStream.cpp | 583 +++++++++++++++++++++ source/QXmppStream.h | 111 ++++ source/source.pro | 41 ++ source/utils.cpp | 66 +++ source/utils.h | 43 ++ 42 files changed, 4280 insertions(+) create mode 100644 LICENSE.LGPL create mode 100644 QXmppClient.pro create mode 100644 example/example.pro create mode 100644 example/example_0_connected/README create mode 100644 example/example_0_connected/example_0_connected.pro create mode 100644 example/example_0_connected/main.cpp create mode 100644 example/example_1_echoClient/README create mode 100644 example/example_1_echoClient/echoClient.cpp create mode 100644 example/example_1_echoClient/echoClient.h create mode 100644 example/example_1_echoClient/example_1_echoClient.pro create mode 100644 example/example_1_echoClient/main.cpp create mode 100644 source/QXmppBind.cpp create mode 100644 source/QXmppBind.h create mode 100644 source/QXmppClient.cpp create mode 100644 source/QXmppClient.h create mode 100644 source/QXmppConfiguration.cpp create mode 100644 source/QXmppConfiguration.h create mode 100644 source/QXmppConstants.cpp create mode 100644 source/QXmppConstants.h create mode 100644 source/QXmppIq.cpp create mode 100644 source/QXmppIq.h create mode 100644 source/QXmppLogger.cpp create mode 100644 source/QXmppLogger.h create mode 100644 source/QXmppMessage.cpp create mode 100644 source/QXmppMessage.h create mode 100644 source/QXmppPacket.cpp create mode 100644 source/QXmppPacket.h create mode 100644 source/QXmppPresence.cpp create mode 100644 source/QXmppPresence.h create mode 100644 source/QXmppRoster.cpp create mode 100644 source/QXmppRoster.h create mode 100644 source/QXmppRosterIq.cpp create mode 100644 source/QXmppRosterIq.h create mode 100644 source/QXmppSession.cpp create mode 100644 source/QXmppSession.h create mode 100644 source/QXmppStanza.cpp create mode 100644 source/QXmppStanza.h create mode 100644 source/QXmppStream.cpp create mode 100644 source/QXmppStream.h create mode 100644 source/source.pro create mode 100644 source/utils.cpp create mode 100644 source/utils.h diff --git a/LICENSE.LGPL b/LICENSE.LGPL new file mode 100644 index 00000000..5faba9d4 --- /dev/null +++ b/LICENSE.LGPL @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/QXmppClient.pro b/QXmppClient.pro new file mode 100644 index 00000000..9523d82c --- /dev/null +++ b/QXmppClient.pro @@ -0,0 +1,4 @@ +TEMPLATE = subdirs + +SUBDIRS = source \ + example diff --git a/example/example.pro b/example/example.pro new file mode 100644 index 00000000..1447c88f --- /dev/null +++ b/example/example.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs + +SUBDIRS = example_0_connected\ + example_1_echoClient + diff --git a/example/example_0_connected/README b/example/example_0_connected/README new file mode 100644 index 00000000..54d162de --- /dev/null +++ b/example/example_0_connected/README @@ -0,0 +1,5 @@ +This example just connects to the xmpp server. And start receiving presences (updates) from the server. + +After running this example, you can see this user online, if it's added in your roster (friends list). + +Logging type has been set to stdout. You can see the progress on the command line. diff --git a/example/example_0_connected/example_0_connected.pro b/example/example_0_connected/example_0_connected.pro new file mode 100644 index 00000000..967ceade --- /dev/null +++ b/example/example_0_connected/example_0_connected.pro @@ -0,0 +1,19 @@ +TEMPLATE = app + +TARGET = example_0_connected + +SOURCES += main.cpp + +INCLUDEPATH += ../../source + +QT += network xml + +CONFIG += console debug_and_release + +CONFIG(debug, debug|release) { + LIBS += -L../../source/debug -lQXmppClient_d + } else { + LIBS += -L../../source/release -lQXmppClient + } + +OTHER_FILES += README diff --git a/example/example_0_connected/main.cpp b/example/example_0_connected/main.cpp new file mode 100644 index 00000000..fb9b54b8 --- /dev/null +++ b/example/example_0_connected/main.cpp @@ -0,0 +1,47 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include + +#include "QXmppClient.h" +#include "QXmppLogger.h" + +int main(int argc, char *argv[]) +{ + QCoreApplication a(argc, argv); + + QXmppLogger::getLogger()->setLoggingType(QXmppLogger::STDOUT); + + QXmppClient client; + +// For google talk +// client.connectToServer("talk.google.com", "usernamewithoutdomain", "passwd", "gmail.com"); + +// For jabber +// client.connectToServer("jabber.org", "usernamewithoutdomain", "passwd", "jabber.org"); + + client.connectToServer("talk.google.com", "qxmpp.test1", "qxmpp123", "gmail.com"); + + return a.exec(); +} diff --git a/example/example_1_echoClient/README b/example/example_1_echoClient/README new file mode 100644 index 00000000..a8e19abf --- /dev/null +++ b/example/example_1_echoClient/README @@ -0,0 +1,5 @@ +This is a very simple bot which echoes the message sent to it. + +Run this example, send it a message from a friend of this bot. You will recieve the message back. + +This example shows how to receive and send messages. diff --git a/example/example_1_echoClient/echoClient.cpp b/example/example_1_echoClient/echoClient.cpp new file mode 100644 index 00000000..c5738811 --- /dev/null +++ b/example/example_1_echoClient/echoClient.cpp @@ -0,0 +1,47 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "echoClient.h" +#include "QXmppMessage.h" + +echoClient::echoClient(QObject *parent) + : QXmppClient(parent) +{ + bool check = connect(this, SIGNAL(messageReceived(const QXmppMessage&)), + SLOT(messageReceived(const QXmppMessage&))); + Q_ASSERT(check); +} + +echoClient::~echoClient() +{ + +} + +void echoClient::messageReceived(const QXmppMessage& message) +{ + QString from = message.getFrom(); + QString msg = message.getBody(); + + sendPacket(QXmppMessage("", from, "Your message: " + msg)); +} diff --git a/example/example_1_echoClient/echoClient.h b/example/example_1_echoClient/echoClient.h new file mode 100644 index 00000000..342cc099 --- /dev/null +++ b/example/example_1_echoClient/echoClient.h @@ -0,0 +1,42 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef ECHOCLIENT_H +#define ECHOCLIENT_H + +#include "QXmppClient.h" + +class echoClient : public QXmppClient +{ + Q_OBJECT + +public: + echoClient(QObject *parent = 0); + ~echoClient(); + +public slots: + void messageReceived(const QXmppMessage&); +}; + +#endif // ECHOCLIENT_H diff --git a/example/example_1_echoClient/example_1_echoClient.pro b/example/example_1_echoClient/example_1_echoClient.pro new file mode 100644 index 00000000..562cf273 --- /dev/null +++ b/example/example_1_echoClient/example_1_echoClient.pro @@ -0,0 +1,21 @@ +TEMPLATE = app + +TARGET = example_1_echoClient + +SOURCES += main.cpp \ + echoClient.cpp + +HEADERS += echoClient.h + +INCLUDEPATH += ../../source + +QT += network xml +CONFIG += console debug_and_release + +CONFIG(debug, debug|release) { + LIBS += -L../../source/debug -lQXmppClient_d + } else { + LIBS += -L../../source/release -lQXmppClient + } + +OTHER_FILES += README diff --git a/example/example_1_echoClient/main.cpp b/example/example_1_echoClient/main.cpp new file mode 100644 index 00000000..8c56e412 --- /dev/null +++ b/example/example_1_echoClient/main.cpp @@ -0,0 +1,38 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include +#include "echoClient.h" +#include "QXmppLogger.h" + +int main(int argc, char *argv[]) +{ + QCoreApplication a(argc, argv); + + QXmppLogger::getLogger()->setLoggingType(QXmppLogger::STDOUT); + + echoClient client; + client.connectToServer("talk.google.com", "qxmpp.test1", "qxmpp123", "gmail.com"); + return a.exec(); +} diff --git a/source/QXmppBind.cpp b/source/QXmppBind.cpp new file mode 100644 index 00000000..6baabb49 --- /dev/null +++ b/source/QXmppBind.cpp @@ -0,0 +1,78 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppBind.h" +#include "utils.h" +#include "QXmppConstants.h" + +#include + +QXmppBind::QXmppBind(QXmppIq::Type type) + : QXmppIq(type) +{ +} +QXmppBind::QXmppBind(const QString& type) + : QXmppIq(type) +{ +} + +QXmppBind::~QXmppBind() +{ +} + +QString QXmppBind::getJid() const +{ + return m_jid; +} + +QString QXmppBind::getResource() const +{ + return m_resource; +} + +void QXmppBind::setJid(const QString& str) +{ + m_jid = str; +} + +void QXmppBind::setResource(const QString& str) +{ + m_resource = str; +} + +QByteArray QXmppBind::toXmlElementFromChild() const +{ + QString data; + QTextStream stream(&data); + + stream << ""; + helperToXmlAddElement(stream, "jid", getJid()); + helperToXmlAddElement(stream, "resource", getResource()); + stream << ""; + + return data.toAscii(); +} + diff --git a/source/QXmppBind.h b/source/QXmppBind.h new file mode 100644 index 00000000..2a15b48e --- /dev/null +++ b/source/QXmppBind.h @@ -0,0 +1,48 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPBIND_H +#define QXMPPBIND_H + +#include "QXmppIq.h" + +class QXmppBind : public QXmppIq +{ +public: + QXmppBind(QXmppIq::Type type); + QXmppBind(const QString& type); + ~QXmppBind(); + + QString getJid() const; + QString getResource() const; + void setJid(const QString&); + void setResource(const QString&); + +private: + QString m_jid; + QString m_resource; + QByteArray toXmlElementFromChild() const; +}; + +#endif // QXMPPBIND_H diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp new file mode 100644 index 00000000..75fa2bdd --- /dev/null +++ b/source/QXmppClient.cpp @@ -0,0 +1,93 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppClient.h" +#include "QXmppStream.h" +#include "QXmppRoster.h" +#include "QXmppMessage.h" + +QXmppClient::QXmppClient(QObject *parent) + : QObject(parent), m_stream(0) +{ + m_stream = new QXmppStream(this); + + bool check = connect(m_stream, SIGNAL(messageReceived(const QXmppMessage&)), this, + SIGNAL(messageReceived(const QXmppMessage&))); + Q_ASSERT(check); + + check = connect(m_stream, SIGNAL(presenceReceived(const QXmppPresence&)), this, + SIGNAL(presenceReceived(const QXmppPresence&))); + Q_ASSERT(check); + + check = connect(m_stream, SIGNAL(iqReceived(const QXmppIq&)), this, + SIGNAL(iqReceived(const QXmppIq&))); + Q_ASSERT(check); +} + +QXmppClient::~QXmppClient() +{ +} + +QXmppConfiguration& QXmppClient::getConfigurgation() +{ + return m_config; +} + +void QXmppClient::connectToServer(const QString& host, const QString& user, const QString& passwd, + const QString& domain, int port) +{ + m_config.setHost(host); + m_config.setUser(user); + m_config.setPasswd(passwd); + m_config.setDomain(domain); + m_config.setPort(port); + + m_stream->connect(); +} + +void QXmppClient::connectToServer(const QXmppConfiguration& config) +{ + m_config = config; + + m_stream->connect(); +} + +void QXmppClient::sendPacket(const QXmppPacket& packet) +{ + if(m_stream) + { + m_stream->sendPacket(packet); + } +} + +void QXmppClient::disconnect() +{ + if(m_stream) + m_stream->disconnect(); +} + +QXmppRoster& QXmppClient::getRoster() +{ + return m_stream->getRoster(); +} diff --git a/source/QXmppClient.h b/source/QXmppClient.h new file mode 100644 index 00000000..61a4eb9e --- /dev/null +++ b/source/QXmppClient.h @@ -0,0 +1,65 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPCLIENT_H +#define QXMPPCLIENT_H + +#include +#include "QXmppConfiguration.h" + +class QXmppStream; +class QXmppPresence; +class QXmppMessage; +class QXmppPacket; +class QXmppIq; +class QXmppRoster; + +class QXmppClient : public QObject +{ + Q_OBJECT + +public: + QXmppClient(QObject *parent = 0); + ~QXmppClient(); + void connectToServer(const QString& host, const QString& user, const QString& passwd, + const QString& domain, int port = 5222); + void connectToServer(const QXmppConfiguration&); + void disconnect(); + QXmppRoster& getRoster(); + QXmppConfiguration& getConfigurgation(); + +signals: + void messageReceived(const QXmppMessage&); + void presenceReceived(const QXmppPresence&); + void iqReceived(const QXmppIq&); + +public slots: + void sendPacket(const QXmppPacket&); + +private: + QXmppStream* m_stream; + QXmppConfiguration m_config; +}; + +#endif // QXMPPCLIENT_H diff --git a/source/QXmppConfiguration.cpp b/source/QXmppConfiguration.cpp new file mode 100644 index 00000000..d4abb0b5 --- /dev/null +++ b/source/QXmppConfiguration.cpp @@ -0,0 +1,127 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppConfiguration.h" + +QXmppConfiguration::QXmppConfiguration():m_resource("QXmpp"), m_autoAcceptSubscriptions(true), + m_sendIntialPresence(true), m_sendRosterRequest(true), m_port(5222), + m_keepAlivePingsInterval(100) +{ + +} + +QXmppConfiguration::~QXmppConfiguration() +{ + +} + +void QXmppConfiguration::setHost(const QString& str) +{ + m_host = str; +} + +void QXmppConfiguration::setDomain(const QString& str) +{ + m_domain = str; +} + +void QXmppConfiguration::setPort(int port) +{ + m_port = port; +} + +void QXmppConfiguration::setUser(const QString& str) +{ + m_user = str; +} + +void QXmppConfiguration::setPasswd(const QString& str) +{ + m_passwd = str; +} + +void QXmppConfiguration::setStatus(const QString& str) +{ + m_status = str; +} + +void QXmppConfiguration::setResource(const QString& str) +{ + m_resource = str; +} + +QString QXmppConfiguration::getHost() const +{ + return m_host; +} + +QString QXmppConfiguration::getDomain() const +{ + return m_domain; +} + +int QXmppConfiguration::getPort() const +{ + return m_port; +} + +QString QXmppConfiguration::getUser() const +{ + return m_user; +} +QString QXmppConfiguration::getPasswd() const +{ + return m_passwd; +} + +QString QXmppConfiguration::getStatus() const +{ + return m_status; +} + +QString QXmppConfiguration::getResource() const +{ + return m_resource; +} + +QString QXmppConfiguration::getJid() const +{ + return getJidBare() + "/" + m_resource; +} + +QString QXmppConfiguration::getJidBare() const +{ + return m_user+"@"+m_domain; +} + +bool QXmppConfiguration::getAutoAcceptSubscriptions() const +{ + return m_autoAcceptSubscriptions; +} + +void QXmppConfiguration::setAutoAcceptSubscriptions(bool check) +{ + m_autoAcceptSubscriptions = check; +} + diff --git a/source/QXmppConfiguration.h b/source/QXmppConfiguration.h new file mode 100644 index 00000000..c57dadd6 --- /dev/null +++ b/source/QXmppConfiguration.h @@ -0,0 +1,72 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPCONFIGURATION_H +#define QXMPPCONFIGURATION_H + +#include + +class QXmppConfiguration +{ +public: + QXmppConfiguration(); + ~QXmppConfiguration(); + + void setHost(const QString&); + void setDomain(const QString&); + void setPort(int); + void setUser(const QString&); + void setPasswd(const QString&); + void setStatus(const QString&); + void setResource(const QString&); + + QString getHost() const; + QString getDomain() const; + int getPort() const; + QString getUser() const; + QString getPasswd() const; + QString getStatus() const; + QString getResource() const; + QString getJid() const; + QString getJidBare() const; + + bool getAutoAcceptSubscriptions() const; + void setAutoAcceptSubscriptions(bool); + +private: + QString m_host; + int m_port; + QString m_user; + QString m_passwd; + QString m_domain; + QString m_status; + QString m_resource; + + bool m_autoAcceptSubscriptions; // default is true + bool m_sendIntialPresence; // default is true + bool m_sendRosterRequest; // default is true + int m_keepAlivePingsInterval; // interval in seconds, if negative it won't ping +}; + +#endif // QXMPPCONFIGURATION_H diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp new file mode 100644 index 00000000..22bc7ccc --- /dev/null +++ b/source/QXmppConstants.cpp @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppConstants.h" + +const char* ns_stream = "http://etherx.jabber.org/streams"; +const char* ns_client = "jabber:client"; +const char* ns_roster = "jabber:iq:roster"; +const char* ns_tls = "urn:ietf:params:xml:ns:xmpp-tls"; +const char* ns_sasl = "urn:ietf:params:xml:ns:xmpp-sasl"; +const char* ns_bind = "urn:ietf:params:xml:ns:xmpp-bind"; +const char* ns_session = "urn:ietf:params:xml:ns:xmpp-session"; +const char* ns_stanza = "urn:ietf:params:xml:ns:xmpp-stanzas"; + diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h new file mode 100644 index 00000000..ea2622fa --- /dev/null +++ b/source/QXmppConstants.h @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPCONSTANTS_H +#define QXMPPCONSTANTS_H + +extern const char* ns_stream; +extern const char* ns_client; +extern const char* ns_roster; +extern const char* ns_tls; +extern const char* ns_sasl; +extern const char* ns_bind; +extern const char* ns_session; +extern const char* ns_stanza; + +#endif // QXMPPCONSTANTS_H diff --git a/source/QXmppIq.cpp b/source/QXmppIq.cpp new file mode 100644 index 00000000..622139e2 --- /dev/null +++ b/source/QXmppIq.cpp @@ -0,0 +1,130 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "utils.h" +#include "QXmppIq.h" + +#include + +QXmppIq::QXmppIq(QXmppIq::Type type) + : QXmppStanza(), m_type(type) +{ + generateAndSetNextId(); +} + +QXmppIq::QXmppIq(const QString& type) + : QXmppStanza() +{ + generateAndSetNextId(); + setTypeFromStr(type); +} + +QXmppIq::~QXmppIq() +{ + +} + +QXmppIq::Type QXmppIq::getType() const +{ + return m_type; +} + +void QXmppIq::setType(QXmppIq::Type type) +{ + m_type = type; +} + +QByteArray QXmppIq::toXml() const +{ + QString data; + QTextStream stream(&data); + + stream << ""; + stream << toXmlElementFromChild(); + stream << getError().toXml(); + stream << ""; + + return data.toAscii(); +} + +QByteArray QXmppIq::toXmlElementFromChild() const +{ + return ""; +} + +QString QXmppIq::getTypeStr() const +{ + switch(getType()) + { + case QXmppIq::Error: + return "error"; + case QXmppIq::Get: + return "get"; + case QXmppIq::Set: + return "set"; + case QXmppIq::Result: + return "result"; + default: + qWarning("QXmppIq::getTypeStr() invalid type %d", (int)getType()); + return ""; + } +} + +void QXmppIq::setTypeFromStr(const QString& str) +{ + if(str == "error") + { + setType(QXmppIq::Error); + return; + } + else if(str == "get") + { + setType(QXmppIq::Get); + return; + } + else if(str == "set") + { + setType(QXmppIq::Set); + return; + } + else if(str == "result") + { + setType(QXmppIq::Result); + return; + } + else + { + setType(static_cast(-1)); + qWarning("QXmppIq::setTypeFromStr() invalid input string type: %s", qPrintable(str)); + return; + } +} diff --git a/source/QXmppIq.h b/source/QXmppIq.h new file mode 100644 index 00000000..d79b080a --- /dev/null +++ b/source/QXmppIq.h @@ -0,0 +1,57 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPIQ_H +#define QXMPPIQ_H + +#include "QXmppStanza.h" + +class QXmppIq : public QXmppStanza +{ +public: + enum Type + { + Error = 0, + Get, + Set, + Result + }; + + QXmppIq(QXmppIq::Type type = QXmppIq::Get); + QXmppIq(const QString& type); + ~QXmppIq(); + + QXmppIq::Type getType() const; + QString getTypeStr() const; + void setType(QXmppIq::Type); + void setTypeFromStr(const QString& str); + + QByteArray toXml() const; + virtual QByteArray toXmlElementFromChild() const; + +private: + Type m_type; +}; + +#endif // QXMPPIQ_H diff --git a/source/QXmppLogger.cpp b/source/QXmppLogger.cpp new file mode 100644 index 00000000..30b57eb9 --- /dev/null +++ b/source/QXmppLogger.cpp @@ -0,0 +1,94 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppLogger.h" +#include +#include + +QXmppLogger* QXmppLogger::m_logger = 0; +QXmppLogger::LoggingType QXmppLogger::m_loggingType = QXmppLogger::FILE; +QFile QXmppLogger::m_file("QXmppClientLog.log"); +QTextStream QXmppLogger::m_stream; + +QXmppLogger::QXmppLogger() +{ +} + +QXmppLogger* QXmppLogger::getLogger() +{ + if(!m_logger) + m_logger = new QXmppLogger(); + + return m_logger; +} + +void QXmppLogger::setLoggingType(QXmppLogger::LoggingType log) +{ + m_loggingType = log; +} + +QXmppLogger::LoggingType QXmppLogger::getLoggingType() +{ + return m_loggingType; +} + +void QXmppLogger::log(const QString& str) +{ + switch(m_loggingType) + { + case QXmppLogger::FILE: + m_file.open(QIODevice::Append); + m_stream.setDevice(&m_file); + m_stream << QTime::currentTime().toString("hh:mm:ss.zzz") << " : "<< str << "\n\n"; + m_file.close(); + break; + case QXmppLogger::STDOUT: + std::cout< +#include + +/// Singelton class +class QXmppLogger +{ +public: + enum LoggingType + { + NONE = 0, + FILE, + STDOUT + }; + + static QXmppLogger* getLogger(); + QXmppLogger::LoggingType getLoggingType(); + void setLoggingType(QXmppLogger::LoggingType); + void log(const QString& str); + void log(const QByteArray& str); + +private: + QXmppLogger(); + static QXmppLogger* m_logger; + static QXmppLogger::LoggingType m_loggingType; + static QFile m_file; + static QTextStream m_stream; +}; + +#endif // QXMPPLOGGER_H diff --git a/source/QXmppMessage.cpp b/source/QXmppMessage.cpp new file mode 100644 index 00000000..3dc19ce5 --- /dev/null +++ b/source/QXmppMessage.cpp @@ -0,0 +1,166 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppMessage.h" +#include "utils.h" +#include + +QXmppMessage::QXmppMessage(const QString& from, const QString& to, const + QString& body, const QString& thread) + : QXmppStanza(from, to), m_type(Chat), m_body(body), m_thread(thread) +{ + +} + +QXmppMessage::~QXmppMessage() +{ + +} + +QXmppMessage::Type QXmppMessage::getType() const +{ + return m_type; +} + +QString QXmppMessage::getTypeStr() const +{ + switch(getType()) + { + case QXmppMessage::Error: + return "error"; + case QXmppMessage::Normal: + return "normal"; + case QXmppMessage::Chat: + return "chat"; + case QXmppMessage::GroupChat: + return "groupchat"; + case QXmppMessage::Headline: + return "headline"; + default: + qWarning("QXmppMessage::getTypeStr() invalid type %d", (int)getType()); + return ""; + } +} + +void QXmppMessage::setType(QXmppMessage::Type type) +{ + m_type = type; +} + +void QXmppMessage::setTypeFromStr(const QString& str) +{ + if(str == "error") + { + setType(QXmppMessage::Error); + return; + } + else if(str == "") // if no type is specified + { + setType(QXmppMessage::Normal); + return; + } + else if(str == "normal") + { + setType(QXmppMessage::Normal); + return; + } + else if(str == "chat") + { + setType(QXmppMessage::Chat); + return; + } + else if(str == "groupchat") + { + setType(QXmppMessage::GroupChat); + return; + } + else if(str == "headline") + { + setType(QXmppMessage::Headline); + return; + } + else + { + setType(static_cast(-1)); + qWarning("QXmppMessage::setTypeFromStr() invalid input string type: %s", qPrintable(str)); + return; + } +} + +QByteArray QXmppMessage::toXml() const +{ +// yet to take care of escaping xml chars +// and what if there are multiple bodies in diff langs +// also error + + // why not qbytearray getback + // or use bytearray without text stream..using append + QString data; + QTextStream stream(&data); + + stream << ""; + helperToXmlAddElement(stream, "subject", getSubject()); + helperToXmlAddElement(stream, "body", getBody()); + helperToXmlAddElement(stream, "thread", getThread()); + stream << getError().toXml(); + stream << ""; + return data.toAscii(); +} + +QString QXmppMessage::getBody() const +{ + return m_body; +} + +void QXmppMessage::setBody(const QString& body) +{ + m_body = body; +} + +QString QXmppMessage::getSubject() const +{ + return m_subject; +} + +void QXmppMessage::setSubject(const QString& sub) +{ + m_subject = sub; +} + +QString QXmppMessage::getThread() const +{ + return m_thread; +} + +void QXmppMessage::setThread(const QString& thread) +{ + m_thread = thread; +} + diff --git a/source/QXmppMessage.h b/source/QXmppMessage.h new file mode 100644 index 00000000..8755ba5d --- /dev/null +++ b/source/QXmppMessage.h @@ -0,0 +1,67 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPMESSAGE_H +#define QXMPPMESSAGE_H + +#include "QXmppStanza.h" + +class QXmppMessage : public QXmppStanza +{ +public: + enum Type + { + Error = 0, + Normal, + Chat, + GroupChat, + Headline + }; + + QXmppMessage(const QString& from = "", const QString& to = "", const QString& body = "", + const QString& thread = ""); + ~QXmppMessage(); + + QXmppMessage::Type getType() const; + QString getTypeStr() const; + void setType(QXmppMessage::Type); + void setTypeFromStr(const QString&); + + QString getBody() const; + void setBody(const QString&); + QString getSubject() const; + void setSubject(const QString&); + QString getThread() const; + void setThread(const QString&); + + QByteArray toXml() const; +private: + Type m_type; + + QString m_body; + QString m_subject; + QString m_thread; +}; + +#endif // QXMPPMESSAGE_H diff --git a/source/QXmppPacket.cpp b/source/QXmppPacket.cpp new file mode 100644 index 00000000..532d7afd --- /dev/null +++ b/source/QXmppPacket.cpp @@ -0,0 +1,40 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppPacket.h" + +QXmppPacket::QXmppPacket() +{ + +} + +QXmppPacket::~QXmppPacket() +{ + +} + +QByteArray QXmppPacket::getXmlReceived() const +{ + return m_xmlReceived; +} diff --git a/source/QXmppPacket.h b/source/QXmppPacket.h new file mode 100644 index 00000000..bb96c790 --- /dev/null +++ b/source/QXmppPacket.h @@ -0,0 +1,43 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPPACKET_H +#define QXMPPPACKET_H + +#include + +class QXmppPacket +{ +public: + QXmppPacket(); + ~QXmppPacket(); + + QByteArray getXmlReceived() const; + virtual QByteArray toXml() const = 0; + +private: + QByteArray m_xmlReceived; +}; + +#endif // QXMPPPACKET_H diff --git a/source/QXmppPresence.cpp b/source/QXmppPresence.cpp new file mode 100644 index 00000000..16906bd3 --- /dev/null +++ b/source/QXmppPresence.cpp @@ -0,0 +1,292 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppPresence.h" +#include "utils.h" +#include + +QXmppPresence::QXmppPresence(QXmppPresence::Type type, const QXmppPresence::Status& status) + : QXmppStanza(), m_type(type), m_status(status) +{ + +} + +QXmppPresence::~QXmppPresence() +{ + +} + +QXmppPresence::Type QXmppPresence::getType() const +{ + return m_type; +} + +void QXmppPresence::setType(QXmppPresence::Type type) +{ + m_type = type; +} + +QXmppPresence::Status QXmppPresence::getStatus() const +{ + return m_status; +} + +void QXmppPresence::setStatus(const QXmppPresence::Status& status) +{ + m_status = status; +} + +QByteArray QXmppPresence::toXml() const +{ + QString data; + + QTextStream stream(&data); + + stream << ""; + helperToXmlAddElement(stream, "status", getStatus().getStatusText()); + if(getStatus().getPriority() != 0) + helperToXmlAddElement(stream, "priority", getStatus().getPriority()); + helperToXmlAddElement(stream, "show", getStatus().getTypeStr()); + + stream << getError().toXml(); + + stream << ""; + + return data.toAscii(); +} + +QString QXmppPresence::getTypeStr() const +{ + QString text; + switch(getType()) + { + case QXmppPresence::Error: + text = "error"; + break; + case QXmppPresence::Available: + // no type-attribute if available + text = ""; + break; + case QXmppPresence::Unavailable: + text = "unavailable"; + break; + case QXmppPresence::Subscribe: + text = "subscribe"; + break; + case QXmppPresence::Subscribed: + text = "subscribed"; + break; + case QXmppPresence::Unsubscribe: + text = "unsubscribe"; + break; + case QXmppPresence::Unsubscribed: + text = "unsubscribed"; + break; + case QXmppPresence::Probe: + text = "probe"; + break; + default: + qWarning("QXmppPresence::getTypeStr() invalid type %d", (int)getType()); + break; + } + return text; +} + +void QXmppPresence::setTypeFromStr(const QString& str) +{ + QXmppPresence::Type type; + if(str == "error") + { + type = QXmppPresence::Error; + setType(type); + return; + } + else if(str == "unavailable") + { + type = QXmppPresence::Unavailable; + setType(type); + return; + } + else if(str == "subscribe") + { + type = QXmppPresence::Subscribe; + setType(type); + return; + } + else if(str == "subscribed") + { + type = QXmppPresence::Subscribed; + setType(type); + return; + } + else if(str == "unsubscribe") + { + type = QXmppPresence::Unsubscribe; + setType(type); + return; + } + else if(str == "unsubscribed") + { + type = QXmppPresence::Unsubscribed; + setType(type); + return; + } + else if(str == "probe") + { + type = QXmppPresence::Probe; + setType(type); + return; + } + else if(str == "") + { + type = QXmppPresence::Available; + setType(type); + return; + } + else + { + type = static_cast(-1); + qWarning("QXmppPresence::setTypeFromStr() invalid input string type: %s", qPrintable(str)); + setType(type); + return; + } +} + +QXmppPresence::Status::Status(QXmppPresence::Status::Type type, + const QString statusText, int priority): m_type(type), + m_statusText(statusText), m_priority(priority) +{ +} + +QXmppPresence::Status::Type QXmppPresence::Status::getType() const +{ + return m_type; +} + +void QXmppPresence::Status::setType(QXmppPresence::Status::Type type) +{ + m_type = type; +} + +void QXmppPresence::Status::setTypeFromStr(const QString& str) +{ + // there is no keyword for Offline + + QXmppPresence::Status::Type type; + if(str == "") // not type-attribute means online + { + type = QXmppPresence::Status::Online; + setType(type); + return; + } + else if(str == "away") + { + type = QXmppPresence::Status::Away; + setType(type); + return; + } + else if(str == "xa") + { + type = QXmppPresence::Status::XA; + setType(type); + return; + } + else if(str == "dnd") + { + type = QXmppPresence::Status::DND; + setType(type); + return; + } + else if(str == "chat") + { + type = QXmppPresence::Status::Chat; + setType(type); + return; + } + else + { + type = static_cast(-1); + qWarning("QXmppPresence::Status::setTypeFromStr() invalid input string type %s", + qPrintable(str)); + setType(type); + } +} + +QString QXmppPresence::Status::getTypeStr() const +{ + QString text; + switch(getType()) + { + case QXmppPresence::Status::Online: + // no type-attribute if available + text = ""; + break; + case QXmppPresence::Status::Offline: + text = ""; + break; + case QXmppPresence::Status::Away: + text = "away"; + break; + case QXmppPresence::Status::XA: + text = "xa"; + break; + case QXmppPresence::Status::DND: + text = "dnd"; + break; + case QXmppPresence::Status::Chat: + text = "chat"; + break; + default: + qWarning("QXmppPresence::Status::getTypeStr() invalid type %d", (int)getType()); + break; + } + return text; +} + +QString QXmppPresence::Status::getStatusText() const +{ + return m_statusText; +} + +void QXmppPresence::Status::setStatusText(const QString& str) +{ + m_statusText = str; +} + +int QXmppPresence::Status::getPriority() const +{ + return m_priority; +} + +void QXmppPresence::Status::setPriority(int priority) +{ + m_priority = priority; +} + diff --git a/source/QXmppPresence.h b/source/QXmppPresence.h new file mode 100644 index 00000000..19b3aecb --- /dev/null +++ b/source/QXmppPresence.h @@ -0,0 +1,98 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPPRESENCE_H +#define QXMPPPRESENCE_H + +#include "QXmppStanza.h" + +class QXmppPresence : public QXmppStanza +{ +public: + enum Type + { + Error = 0, + Available, + Unavailable, + Subscribe, + Subscribed, + Unsubscribe, + Unsubscribed, + Probe + }; + + class Status + { + public: + enum Type + { + Offline = 0, + Online, + Away, + XA, + DND, + Chat, + Invisible + }; + + Status(QXmppPresence::Status::Type type = QXmppPresence::Status::Online, + const QString statusText = "", int priority = 0); + + QXmppPresence::Status::Type getType() const; + void setType(QXmppPresence::Status::Type); + void setTypeFromStr(const QString&); + QString getTypeStr() const; + + QString getStatusText() const; + void setStatusText(const QString&); + + int getPriority() const; + void setPriority(int); + + private: + QXmppPresence::Status::Type m_type; + QString m_statusText; + int m_priority; + }; + + QXmppPresence(QXmppPresence::Type type = QXmppPresence::Available, + const QXmppPresence::Status& status = QXmppPresence::Status()); + ~QXmppPresence(); + + QXmppPresence::Type getType() const; + void setType(QXmppPresence::Type); + void setTypeFromStr(const QString&); + + QXmppPresence::Status getStatus() const; + void setStatus(const QXmppPresence::Status&); + QByteArray toXml() const; + +private: + Type m_type; + QXmppPresence::Status m_status; + + QString getTypeStr() const; +}; + +#endif // QXMPPPRESENCE_H diff --git a/source/QXmppRoster.cpp b/source/QXmppRoster.cpp new file mode 100644 index 00000000..edfbd42d --- /dev/null +++ b/source/QXmppRoster.cpp @@ -0,0 +1,193 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppRoster.h" +#include "utils.h" +#include "QXmppRosterIq.h" +#include "QXmppPresence.h" +#include "QXmppStream.h" + +QXmppRoster::QXmppRoster(QXmppStream* stream) : m_stream(stream) +{ +} + +QXmppRoster::~QXmppRoster() +{ + +} + +void QXmppRoster::presenceReceived(const QXmppPresence& presence) +{ + QString jid = presence.getFrom(); + QString bareJid = jidToBareJid(jid); + QString resource = jidToResource(jid); + + m_presences[bareJid][resource] = presence; + + emit presenceChanged(bareJid, resource); +} + +void QXmppRoster::rosterIqReceived(const QXmppRosterIq& rosterIq) +{ + switch(rosterIq.getType()) + { + case QXmppIq::Set: + case QXmppIq::Result: + { + QList items = rosterIq.getItems(); + for(int i = 0; i < items.count(); ++i) + { + QString bareJid = items.at(i).getBareJid(); + m_entries[bareJid].setBareJid(bareJid); + m_entries[bareJid].setName(items.at(i).getSubscriptionStatus()); + m_entries[bareJid].setSubscriptionType( + static_cast(items.at(i).getSubscriptionType())); + m_entries[bareJid].setSubscriptionStatus(items.at(i).getSubscriptionStatus()); + m_entries[bareJid].setGroups(items.at(i).getGroups()); + emit rosterChanged(bareJid); + } + if(rosterIq.getType() == QXmppIq::Set) // send result iq + { + QXmppIq returnIq(QXmppIq::Result); + returnIq.setId(rosterIq.getId()); + m_stream->sendPacket(returnIq); + } + break; + } + } +} + +QString QXmppRoster::QXmppRosterEntry::getBareJid() const +{ + return m_bareJid; +} + +QString QXmppRoster::QXmppRosterEntry::getName() const +{ + return m_name; +} + +QXmppRoster::QXmppRosterEntry::SubscriptionType QXmppRoster::QXmppRosterEntry::getSubscriptionType() const +{ + return m_type; +} + +QString QXmppRoster::QXmppRosterEntry::getSubscriptionStatus() const +{ + return m_subscriptionStatus; +} + +QSet QXmppRoster::QXmppRosterEntry::getGroups() const +{ + return m_groups; +} + +void QXmppRoster::QXmppRosterEntry::setBareJid(const QString& str) +{ + m_bareJid = str; +} + +void QXmppRoster::QXmppRosterEntry::setName(const QString& str) +{ + m_name = str; +} + +void QXmppRoster::QXmppRosterEntry::setSubscriptionType(QXmppRosterEntry::SubscriptionType type) +{ + m_type = type; +} + +void QXmppRoster::QXmppRosterEntry::setSubscriptionStatus(const QString& str) +{ + m_subscriptionStatus = str; +} + +void QXmppRoster::QXmppRosterEntry::addGroupEntry(const QString& str) +{ + m_groups << str; +} + +void QXmppRoster::QXmppRosterEntry::setGroups(const QSet& groups) +{ + m_groups = groups; +} + +QStringList QXmppRoster::getRosterBareJids() const +{ + return m_entries.keys(); +} + +QXmppRoster::QXmppRosterEntry QXmppRoster::getRosterEntry(const QString& bareJid) const +{ + // will return blank entry if bareJid does'nt exist + if(m_entries.contains(bareJid)) + return m_entries.value(bareJid); + else + { + qWarning("QXmppRoster::getRosterEntry(): bareJid doesn't exist in roster db"); + return QXmppRoster::QXmppRosterEntry(); + } +} + +QMap QXmppRoster::getRosterEntries() const +{ + return m_entries; +} + +QStringList QXmppRoster::getResources(const QString& bareJid) const +{ + if(m_presences.contains(bareJid)) + { + return m_presences[bareJid].keys(); + } + else + return QStringList(); +} + +QMap QXmppRoster::getAllPresencesForBareJid(const QString& bareJid) const +{ + if(m_presences.contains(bareJid)) + return m_presences[bareJid]; + else + { + qWarning("QXmppRoster::getAllPresences(): invalid bareJid"); + return QMap(); + } +} + +QXmppPresence QXmppRoster::getPresence(const QString& bareJid, const QString& resource) const +{ + if(m_presences.contains(bareJid) && m_presences[bareJid].contains(resource)) + return m_presences[bareJid][resource]; + else + { + qWarning("QXmppRoster::getPresence(): invalid bareJid"); + return QXmppPresence(); + } +} + +QMap > QXmppRoster::getAllPresences() const +{ + return m_presences; +} diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h new file mode 100644 index 00000000..13f0082c --- /dev/null +++ b/source/QXmppRoster.h @@ -0,0 +1,102 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPROSTER_H +#define QXMPPROSTER_H + +#include +#include +#include +#include + +#include "QXmppClient.h" + +class QXmppRosterIq; +class QXmppPresence; + +class QXmppRoster : public QObject +{ + Q_OBJECT + +public: + class QXmppRosterEntry + { + public: + enum SubscriptionType + { + None = 0, + Both, + From, + To, + Remove + }; + + QString getBareJid() const; + QString getName() const; + QXmppRosterEntry::SubscriptionType getSubscriptionType() const; + QString getSubscriptionStatus() const; + QSet getGroups() const; + + void setBareJid(const QString&); + void setName(const QString&); + void setSubscriptionType(QXmppRosterEntry::SubscriptionType); + void setSubscriptionStatus(const QString&); + void setGroups(const QSet&); + void addGroupEntry(const QString&); + + private: + QString m_bareJid; + SubscriptionType m_type; + QString m_name; + QString m_subscriptionStatus; // can be subscribe/unsubscribe (attribute "ask") + QSet m_groups; + }; + + QXmppRoster(QXmppStream* stream); + ~QXmppRoster(); + + QStringList getRosterBareJids() const; + QXmppRoster::QXmppRosterEntry getRosterEntry(const QString& bareJid) const; + QMap getRosterEntries() const; + + QStringList getResources(const QString& bareJid) const; + QMap > getAllPresences() const; + QMap getAllPresencesForBareJid(const QString& bareJid) const; + QXmppPresence getPresence(const QString& bareJid, const QString& resource) const; + +signals: + void presenceChanged(const QString& bareJid, const QString& resource); + void rosterChanged(const QString& bareJid); + +private: + QXmppStream* m_stream; //reverse pointer to stream + QMap m_entries; //map of bareJid and its rosterEntry + QMap > m_presences; // map of resources of the jid and map of resouces and presences + +private slots: + void presenceReceived(const QXmppPresence&); + void rosterIqReceived(const QXmppRosterIq&); +}; + +#endif // QXMPPROSTER_H diff --git a/source/QXmppRosterIq.cpp b/source/QXmppRosterIq.cpp new file mode 100644 index 00000000..2024c9d8 --- /dev/null +++ b/source/QXmppRosterIq.cpp @@ -0,0 +1,181 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppRosterIq.h" +#include "QXmppConstants.h" +#include "utils.h" +#include + +QXmppRosterIq::QXmppRosterIq(QXmppIq::Type type) + : QXmppIq(type) +{ + +} + +QXmppRosterIq::QXmppRosterIq(const QString& type) + : QXmppIq(type) +{ +} + +QXmppRosterIq::~QXmppRosterIq() +{ + +} + +void QXmppRosterIq::addItem(const Item& item) +{ + m_items.append(item); +} + +QList QXmppRosterIq::getItems() const +{ + return m_items; +} + +QByteArray QXmppRosterIq::toXmlElementFromChild() const +{ + QString data; + QTextStream stream(&data); + + stream << ""; + for(int i = 0; i < m_items.count(); ++i) + stream << m_items.at(i).toXml(); + stream << ""; + + return data.toAscii(); +} + +QXmppRosterIq::Item::SubscriptionType QXmppRosterIq::Item::getSubscriptionType() const +{ + return m_type; +} + +QString QXmppRosterIq::Item::getName() const +{ + return m_name; +} + +QString QXmppRosterIq::Item::getSubscriptionStatus() const +{ + return m_subscriptionStatus; +} + +QString QXmppRosterIq::Item::getBareJid() const +{ + return m_bareJid; +} + +QSet QXmppRosterIq::Item::getGroups() const +{ + return m_groups; +} + +void QXmppRosterIq::Item::setName(const QString& str) +{ + m_name = str; +} + +void QXmppRosterIq::Item::setSubscriptionStatus(const QString& str) +{ + m_subscriptionStatus = str; +} + +void QXmppRosterIq::Item::addGroup(const QString& str) +{ + m_groups << str; +} + +void QXmppRosterIq::Item::setBareJid(const QString& str) +{ + m_bareJid = str; +} + +QString QXmppRosterIq::Item::getSubscriptionTypeStr() const +{ + switch(m_type) + { + case NotSet: + return ""; + case None: + return "none"; + case Both: + return "both"; + case From: + return "from"; + case To: + return "to"; + case Remove: + return "remove"; + default: + { + qWarning("QXmppRosterIq::Item::getTypeStr(): invalid type"); + return ""; + } + } +} + +void QXmppRosterIq::Item::setSubscriptionType(SubscriptionType type) +{ + m_type = type; +} + +void QXmppRosterIq::Item::setSubscriptionTypeFromStr(const QString& type) +{ + if(type == "none") + setSubscriptionType(None); + else if(type == "both") + setSubscriptionType(Both); + else if(type == "from") + setSubscriptionType(From); + else if(type == "to") + setSubscriptionType(To); + else if(type == "remove") + setSubscriptionType(Remove); + else + qWarning("QXmppRosterIq::Item::setTypeFromStr(): invalid type"); +} + +QString QXmppRosterIq::Item::toXml() const +{ + QString data; + QTextStream stream(&data); + + stream << ""; + + QSet::const_iterator i = m_groups.constBegin(); + while(i != m_groups.constEnd()) + { + helperToXmlAddElement(stream, "group", *i); + ++i; + } + stream << ""; + return data.toAscii(); +} diff --git a/source/QXmppRosterIq.h b/source/QXmppRosterIq.h new file mode 100644 index 00000000..22bc1354 --- /dev/null +++ b/source/QXmppRosterIq.h @@ -0,0 +1,83 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPROSTERIQ_H +#define QXMPPROSTERIQ_H + +#include "QXmppIq.h" +#include +#include + +class QXmppRosterIq : public QXmppIq +{ +public: + + class Item + { + public: + enum SubscriptionType + { + NotSet = 0, + None, + Both, + From, + To, + Remove + }; + + SubscriptionType getSubscriptionType() const; + QString getName() const; + QString getSubscriptionStatus() const; + QString getBareJid() const; + QSet getGroups() const; + void setName(const QString&); + void setSubscriptionStatus(const QString&); + void addGroup(const QString&); + void setBareJid(const QString&); + void setSubscriptionType(SubscriptionType); + QString getSubscriptionTypeStr() const; + void setSubscriptionTypeFromStr(const QString&); + QString toXml() const; + + private: + QString m_bareJid; + SubscriptionType m_type; + QString m_name; + QString m_subscriptionStatus; // can be subscribe/unsubscribe (attribute "ask") + QSet m_groups; + }; + + QXmppRosterIq(QXmppIq::Type type); + QXmppRosterIq(const QString& type); + ~QXmppRosterIq(); + + void addItem(const Item&); + QList getItems() const; + QByteArray toXmlElementFromChild() const; + +private: + QList m_items; +}; + +#endif // QXMPPROSTERIQ_H diff --git a/source/QXmppSession.cpp b/source/QXmppSession.cpp new file mode 100644 index 00000000..9a7577a9 --- /dev/null +++ b/source/QXmppSession.cpp @@ -0,0 +1,55 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppSession.h" +#include "QXmppConstants.h" +#include "utils.h" +#include + +QXmppSession::QXmppSession(QXmppIq::Type type) + : QXmppIq(type) +{ +} + +QXmppSession::QXmppSession(const QString& type) + : QXmppIq(type) +{ +} + +QXmppSession::~QXmppSession() +{ +} + +QByteArray QXmppSession::toXmlElementFromChild() const +{ + QString data; + QTextStream stream(&data); + + stream << ""; + + return data.toAscii(); +} + diff --git a/source/QXmppSession.h b/source/QXmppSession.h new file mode 100644 index 00000000..02098e2f --- /dev/null +++ b/source/QXmppSession.h @@ -0,0 +1,42 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPSESSION_H +#define QXMPPSESSION_H + +#include "QXmppIq.h" + +class QXmppSession : public QXmppIq +{ +public: + QXmppSession(QXmppIq::Type type); + QXmppSession(const QString& type); + ~QXmppSession(); + +private: + QByteArray toXmlElementFromChild() const; + +}; + +#endif // QXMPPSESSION_H diff --git a/source/QXmppStanza.cpp b/source/QXmppStanza.cpp new file mode 100644 index 00000000..55d7cf98 --- /dev/null +++ b/source/QXmppStanza.cpp @@ -0,0 +1,325 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppStanza.h" +#include "utils.h" +#include "QXmppConstants.h" + +#include + +int QXmppStanza::s_uniqeIdNo = 0; + +QXmppStanza::Error::Error(): m_type(static_cast(-1)), + m_condition(static_cast(-1)), m_text("") +{ +} + +QXmppStanza::Error::Error(Type type, Condition cond, const QString& text): + m_type(type), m_condition(cond), m_text(text) +{ +} + +QXmppStanza::Error::Error(const QString& type, const QString& cond, const QString& text): + m_text(text) +{ + setTypeFromStr(type); + setConditionFromStr(cond); +} + +void QXmppStanza::Error::setText(const QString& text) +{ + m_text = text; +} + +void QXmppStanza::Error::setCondition(QXmppStanza::Error::Condition cond) +{ + m_condition = cond; +} + +void QXmppStanza::Error::setType(QXmppStanza::Error::Type type) +{ + m_type = type; +} + +QString QXmppStanza::Error::getText() const +{ + return m_text; +} + +QXmppStanza::Error::Condition QXmppStanza::Error::getCondition() const +{ + return m_condition; +} + +QXmppStanza::Error::Type QXmppStanza::Error::getType() const +{ + return m_type; +} + +QString QXmppStanza::Error::getTypeStr() const +{ + switch(getType()) + { + case Cancel: + return "cancel"; + case Continue: + return "continue"; + case Modify: + return "modify"; + case Auth: + return "auth"; + case Wait: + return "wait"; + default: + return ""; + } +} + +QString QXmppStanza::Error::getConditionStr() const +{ + switch(getCondition()) + { + case BadRequest: + return "bad-request"; + case Conflict: + return "conflict"; + case FeatureNotImplemented: + return "feature-not-implemented"; + case Forbidden: + return "forbidden"; + case Gone: + return "gone"; + case InternalServerError: + return "internal-server-error"; + case ItemNotFound: + return "item-not-found"; + case JidMalformed: + return "jid-malformed"; + case NotAcceptable: + return "not-acceptable"; + case NotAllowed: + return "not-allowed"; + case NotAuthorized: + return "not-authorized"; + case PaymentRequired: + return "payment-required"; + case RecipientUnavailable: + return "recipient-unavailable"; + case Redirect: + return "redirect"; + case RegistrationRequired: + return "registration-required"; + case RemoteServerNotFound: + return "remote-server-not-found"; + case RemoteServerTimeout: + return "remote-server-timeout"; + case ResourceConstraint: + return "resource-constraint"; + case ServiceUnavailable: + return "service-unavailable"; + case SubscriptionRequired: + return "subscription-required"; + case UndefinedCondition: + return "undefined-condition"; + case UnexpectedRequest: + return "unexpected-request"; + default: + return ""; + } +} + +void QXmppStanza::Error::setTypeFromStr(const QString& type) +{ + if(type == "cancel") + setType(Cancel); + else if(type == "continue") + setType(Continue); + else if(type == "modify") + setType(Modify); + else if(type == "auth") + setType(Auth); + else if(type == "wait") + setType(Wait); + else + setType(static_cast(-1)); +} + +void QXmppStanza::Error::setConditionFromStr(const QString& type) +{ + if(type == "bad-request") + setCondition(BadRequest); + else if(type == "conflict") + setCondition(Conflict); + else if(type == "feature-not-implemented") + setCondition(FeatureNotImplemented); + else if(type == "forbidden") + setCondition(Forbidden); + else if(type == "gone") + setCondition(Gone); + else if(type == "internal-server-error") + setCondition(InternalServerError); + else if(type == "item-not-found") + setCondition(ItemNotFound); + else if(type == "jid-malformed") + setCondition(JidMalformed); + else if(type == "not-acceptable") + setCondition(NotAcceptable); + else if(type == "not-allowed") + setCondition(NotAllowed); + else if(type == "not-authorized") + setCondition(NotAuthorized); + else if(type == "payment-required") + setCondition(PaymentRequired); + else if(type == "recipient-unavailable") + setCondition(RecipientUnavailable); + else if(type == "redirect") + setCondition(Redirect); + else if(type == "registration-required") + setCondition(RegistrationRequired); + else if(type == "remote-server-not-found") + setCondition(RemoteServerNotFound); + else if(type == "remote-server-timeout") + setCondition(RemoteServerTimeout); + else if(type == "resource-constraint") + setCondition(ResourceConstraint); + else if(type == "service-unavailable") + setCondition(ServiceUnavailable); + else if(type == "subscription-required") + setCondition(SubscriptionRequired); + else if(type == "undefined-condition") + setCondition(UndefinedCondition); + else if(type == "unexpected-request") + setCondition(UnexpectedRequest); + else + setCondition(static_cast(-1)); +} + +QString QXmppStanza::Error::toXml() const +{ + QString data; + QString cond = getConditionStr(); + QString type = getTypeStr(); + + if(cond.isEmpty() && type.isEmpty()) + return data; + + QTextStream stream(&data); + + stream << ""; + + if(!cond.isEmpty()) + { + stream << "<" << cond; + helperToXmlAddAttribute(stream, "xmlns", ns_stanza); + stream << "/>"; + } + if(!m_text.isEmpty()) + { + stream << ""; + stream << m_text; + stream << ""; + } + stream << ""; + return data; +} + + +QXmppStanza::QXmppStanza(const QString& from, const QString& to) : QXmppPacket(), +m_to(to), m_from(from) +{ +} + +QXmppStanza::~QXmppStanza() +{ + +} + +QString QXmppStanza::getTo() const +{ + return m_to; +} + +QString QXmppStanza::getFrom() const +{ + return m_from; +} + +QString QXmppStanza::getId() const +{ + return m_id; +} + +QString QXmppStanza::getLang() const +{ + return m_lang; +} + + +void QXmppStanza::setTo(const QString& to) +{ + m_to = to; +} + +void QXmppStanza::setFrom(const QString& from) +{ + m_from = from; +} + +void QXmppStanza::setId(const QString& id) +{ + m_id = id; +} + +void QXmppStanza::setLang(const QString& lang) +{ + m_lang = lang; +} + +void QXmppStanza::generateAndSetNextId() +{ + // get back + ++s_uniqeIdNo; + m_id = "qxmpp" + QString::number(s_uniqeIdNo); +} + +QXmppStanza::Error QXmppStanza::getError() const +{ + return m_error; +} + +void QXmppStanza::setError(QXmppStanza::Error& error) +{ + m_error = error; +} + +bool QXmppStanza::isErrorStanza() +{ + return !(m_error.getTypeStr().isEmpty() && + m_error.getConditionStr().isEmpty()); +} diff --git a/source/QXmppStanza.h b/source/QXmppStanza.h new file mode 100644 index 00000000..e50607c0 --- /dev/null +++ b/source/QXmppStanza.h @@ -0,0 +1,120 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPSTANZA_H +#define QXMPPSTANZA_H + +#include "QXmppPacket.h" +#include + +class QXmppStanza : public QXmppPacket +{ +public: + class Error + { + public: + enum Type + { + Cancel, + Continue, + Modify, + Auth, + Wait + }; + + enum Condition + { + BadRequest, + Conflict, + FeatureNotImplemented, + Forbidden, + Gone, + InternalServerError, + ItemNotFound, + JidMalformed, + NotAcceptable, + NotAllowed, + NotAuthorized, + PaymentRequired, + RecipientUnavailable, + Redirect, + RegistrationRequired, + RemoteServerNotFound, + RemoteServerTimeout, + ResourceConstraint, + ServiceUnavailable, + SubscriptionRequired, + UndefinedCondition, + UnexpectedRequest + }; + + Error(); + Error(Type type, Condition cond, const QString& text=""); + Error(const QString& type, const QString& cond, const QString& text=""); + + void setText(const QString& text); + void setCondition(Condition cond); + void setConditionFromStr(const QString& cond); + void setType(Type type); + void setTypeFromStr(const QString& type); + QString getText() const; + Condition getCondition() const; + Type getType() const; + QString toXml() const; + QString getConditionStr() const; + QString getTypeStr() const; + + private: + Type m_type; + Condition m_condition; + QString m_text; + }; + + QXmppStanza(const QString& from = "", const QString& to = ""); + ~QXmppStanza(); + + QString getTo() const; + QString getFrom() const; + QString getId() const; + QString getLang() const; + QXmppStanza::Error getError() const; + + void setTo(const QString&); + void setFrom(const QString&); + void setId(const QString&); + void generateAndSetNextId(); + void setLang(const QString&); + void setError(QXmppStanza::Error& error); + bool isErrorStanza(); + +private: + static int s_uniqeIdNo; + QString m_to; + QString m_from; + QString m_id; + QString m_lang; + QXmppStanza::Error m_error; +}; + +#endif // QXMPPSTANZA_H diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp new file mode 100644 index 00000000..32a69c77 --- /dev/null +++ b/source/QXmppStream.cpp @@ -0,0 +1,583 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "QXmppStream.h" +#include "QXmppPacket.h" +#include "utils.h" +#include "QXmppClient.h" +#include "QXmppRoster.h" +#include "QXmppPresence.h" +#include "QXmppIq.h" +#include "QXmppBind.h" +#include "QXmppSession.h" +#include "QXmppRosterIq.h" +#include "QXmppMessage.h" +#include "QXmppConstants.h" + +#include +#include +#include +#include + +static const QByteArray streamRootElementStart = "\n"; +static const QByteArray streamRootElementEnd = ""; + +QXmppStream::QXmppStream(QXmppClient* client) + : QObject(client), m_roster(this), m_client(client), m_sessionAvaliable(false) +{ + bool check = QObject::connect(&m_socket, SIGNAL(hostFound()), this, SLOT(socketHostFound())); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(connected()), this, SLOT(socketConnected())); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(disconnected()), this, SLOT(socketDisconnected())); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(readyRead()), this, SLOT(socketReadReady())); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(encrypted()), this, SLOT(socketEncrypted())); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(sslErrors(const QList &)), this, SLOT(socketSslErrors(const QList &))); + Q_ASSERT(check); + check = QObject::connect(&m_socket, SIGNAL(error(QAbstractSocket::SocketError)), + this, SLOT(socketError(QAbstractSocket::SocketError))); + Q_ASSERT(check); + + check = QObject::connect(this, SIGNAL(presenceReceived(const QXmppPresence&)), + &m_roster, SLOT(presenceReceived(const QXmppPresence&))); + Q_ASSERT(check); + + check = QObject::connect(this, SIGNAL(rosterIqReceived(const QXmppRosterIq&)), + &m_roster, SLOT(rosterIqReceived(const QXmppRosterIq&))); + Q_ASSERT(check); +} + +QXmppStream::~QXmppStream() +{ + +} + +QXmppConfiguration& QXmppStream::getConfiguration() +{ + return m_client->getConfigurgation(); +} + +void QXmppStream::connect() +{ + // work with time out + log(QString("Connecting to: %1:%2").arg(getConfiguration().getHost()).arg(getConfiguration().getPort())); + m_socket.connectToHost(getConfiguration().getHost(), getConfiguration().getPort()); +} + +void QXmppStream::socketSslErrors(const QList & error) +{ + log(QString("SSL errors")); + m_socket.ignoreSslErrors(); + for(int i = 0; i< error.count(); ++i) + log(error.at(i).errorString()); +} + +void QXmppStream::socketHostFound() +{ + log(QString("Host found")); + emit hostFound(); +} + +void QXmppStream::socketConnected() +{ + log(QString("Connected")); + sendStartStream(); +} + +void QXmppStream::socketDisconnected() +{ + log(QString("Disconnected")); +} + +void QXmppStream::socketEncrypted() +{ + log(QString("Encrypted")); + sendStartStream(); +} + +void QXmppStream::socketError(QAbstractSocket::SocketError ee) +{ + log(QString("Socket error")); +} + +void QXmppStream::socketReadReady() +{ + QByteArray data = m_socket.readAll(); + log("SERVER:" + data); + parser(data); +} + +void QXmppStream::parser(const QByteArray& data) +{ + QDomDocument doc; + QByteArray completeXml; + if(hasStartStreamElement(data)) + { + completeXml = data + streamRootElementEnd; + } + else if(hasEndStreamElement(data)) + { + completeXml = streamRootElementStart + data; + } + else + { + completeXml = streamRootElementStart + data + streamRootElementEnd; + } + + if(doc.setContent(completeXml, true)) + { + // data has valid elements and is not a start or end stream + QDomElement nodeRecv = doc.documentElement().firstChildElement(); + while(!nodeRecv.isNull()) + { + QString ns = nodeRecv.namespaceURI(); + if(ns == ns_stream) + { + QString name = nodeRecv.tagName(); + if(name == "features") + { + QDomElement element = nodeRecv.firstChildElement(); + while(!element.isNull()) + { + if(element.namespaceURI() == ns_tls) + { + if(element.tagName() == "starttls" && element.firstChildElement().tagName() == "required") + { + sendStartTls(); + return; + } + } + else if(element.namespaceURI() == ns_sasl && element.tagName() == "mechanisms") + { + log(QString("Mechanisms:")); + QDomElement subElement = element.firstChildElement(); + QStringList mechanisms; + while(!subElement.isNull()) + { + if(subElement.tagName() == "mechanism") + { + log(subElement.text()); + mechanisms << subElement.text(); + } + subElement = subElement.nextSiblingElement(); + } + sendAuthPlain(); + } + else if(element.namespaceURI() == ns_bind && element.tagName() == "bind") + { + sendBindIQ(); + } + else if(element.namespaceURI() == ns_session && element.tagName() == "session") + { + m_sessionAvaliable = true; + } + element = element.nextSiblingElement(); + } + } + } + else if(ns == ns_tls) + { + if(nodeRecv.tagName() == "proceed") + { + log(QString("Starting encryption")); + m_socket.startClientEncryption(); + return; + } + } + else if(ns == ns_sasl) + { + if(nodeRecv.tagName() == "success") + { + log(QString("Authenticated")); + sendStartStream(); + } + } +//===========done below======================================================================= + else if(ns == ns_client) + { + if(nodeRecv.tagName() == "iq") + { + QDomElement element = nodeRecv.firstChildElement(); + QString id = nodeRecv.attribute("id"); + QString to = nodeRecv.attribute("to"); + QString from = nodeRecv.attribute("from"); + QString type = nodeRecv.attribute("type"); + if(type.isEmpty()) + qWarning("QXmppStream: iq type can't be empty"); + QXmppIq iqPacket; // to emit + + QDomElement elemen = nodeRecv.firstChildElement("error"); + QXmppStanza::Error error = parseStanzaError(elemen); + + if(id == m_sessionId) + { + // get back add configuration whether to send roster and intial presence in beginning + // process SessionIq + sendRosterRequest(); + sendInitialPresence(); + + QXmppBind session(type); + session.setId(id); + session.setTo(to); + session.setFrom(from); + iqPacket = session; + } + else if(id == m_bindId) + { + QXmppBind bind(type); + QString jid = nodeRecv.firstChildElement("bind").firstChildElement("jid").text(); + bind.setResource(jidToResource(jid)); + bind.setJid(jidToBareJid(jid)); + bind.setId(id); + bind.setTo(to); + bind.setFrom(from); + processBindIq(bind); + iqPacket = bind; + } + else if(nodeRecv.firstChildElement("query").namespaceURI() == ns_roster) + { + QDomElement itemElement = nodeRecv.firstChildElement("query").firstChildElement("item"); + QXmppRosterIq rosterIq(nodeRecv.attribute("type")); + rosterIq.setId(id); + rosterIq.setTo(to); + rosterIq.setFrom(from); + while(!itemElement.isNull()) + { + QXmppRosterIq::Item item; + item.setBareJid(itemElement.attribute("jid")); + item.setSubscriptionTypeFromStr(itemElement.attribute("subscription")); + item.setSubscriptionStatus(itemElement.attribute("ask")); + rosterIq.addItem(item); + itemElement = itemElement.nextSiblingElement(); + } + processRosterIq(rosterIq); + iqPacket = rosterIq; + } + //else if(call extension) + //{ + //} + else // didn't understant the iq...reply with error + { + QXmppIq iq(QXmppIq::Error); + iq.setId(id); + iq.setTo(from); + iq.setFrom(to); + QXmppStanza::Error error(QXmppStanza::Error::Cancel, + QXmppStanza::Error::FeatureNotImplemented); + iq.setError(error); + sendPacket(iq); + } + + iqPacket.setError(error); + processIq(iqPacket); + } + else if(nodeRecv.tagName() == "presence") + { + QXmppPresence presence; + presence.setTypeFromStr(nodeRecv.attribute("type")); + presence.setFrom(nodeRecv.attribute("from")); + presence.setTo(nodeRecv.attribute("to")); + + QString statusText = nodeRecv.firstChildElement("status").text(); + QString show = nodeRecv.firstChildElement("show").text(); + int priority = nodeRecv.firstChildElement("priority").text().toInt(); + QXmppPresence::Status status; + status.setTypeFromStr(show); + status.setStatusText(statusText); + status.setPriority(priority); + presence.setStatus(status); + + QDomElement errorElement = nodeRecv.firstChildElement("error"); + if(!errorElement.isNull()) + { + QXmppStanza::Error error = parseStanzaError(errorElement); + presence.setError(error); + } + + processPresence(presence); + } + else if(nodeRecv.tagName() == "message") + { + QString from = nodeRecv.attribute("from"); + QString to = nodeRecv.attribute("to"); + QString type = nodeRecv.attribute("type"); + QString body = nodeRecv.firstChildElement("body").text(); + QString sub = nodeRecv.firstChildElement("subject").text(); + QString thread = nodeRecv.firstChildElement("thread").text(); + QXmppMessage message(from, to, body, thread); + message.setSubject(sub); + message.setTypeFromStr(type); + + QDomElement errorElement = nodeRecv.firstChildElement("error"); + if(!errorElement.isNull()) + { + QXmppStanza::Error error = parseStanzaError(errorElement); + message.setError(error); + } + processMessage(message); + } + } + nodeRecv = nodeRecv.nextSiblingElement(); + } + } +} + + +void QXmppStream::sendStartStream() +{ + QByteArray data = ""); + sendToServer(data); +} + +void QXmppStream::sendToServer(const QByteArray& data) +{ + log("CLIENT:" + data); + m_socket.write(data); +} + +bool QXmppStream::hasStartStreamElement(const QByteArray& data) +{ + QString str(data); + QRegExp regex("(<\\?xml.*\\?>)?\\s*"); + regex.setMinimal(true); + if(str.contains(regex)) + return true; + else + return false; +} + +bool QXmppStream::hasEndStreamElement(const QByteArray& data) +{ + QString str(data); + QRegExp regex(""); + regex.setMinimal(true); + if(str.contains(regex)) + return true; + else + return false; +} + +void QXmppStream::sendStartTls() +{ + sendToServer(""); +} + +void QXmppStream::sendAuthPlain() +{ + QByteArray data = ""; + QString userPass('\0' + getConfiguration().getUser() + '\0' + getConfiguration().getPasswd()); + data += userPass.toUtf8().toBase64(); + data += ""; + sendToServer(data); +} + +void QXmppStream::sendBindIQ() +{ + QXmppBind bind(QXmppIq::Set); + bind.setResource(getConfiguration().getResource()); + m_bindId = bind.getId(); + sendPacket(bind); +} + +void QXmppStream::sendSessionIQ() +{ + QXmppSession session(QXmppIq::Set); + session.setTo(getConfiguration().getDomain()); + m_sessionId = session.getId(); + sendPacket(session); +} + +void QXmppStream::sendInitialPresence() +{ + QString statusText = getConfiguration().getStatus(); + + QXmppPresence presence(QXmppPresence::Available); + presence.setStatus(QXmppPresence::Status(QXmppPresence::Status::Online, statusText)); + + sendPacket(presence); +} + +void QXmppStream::acceptSubscriptionRequest(const QString& from, bool accept) +{ + QXmppPresence presence; + presence.setTo(from); + if(accept) + presence.setType(QXmppPresence::Subscribed); + else + presence.setType(QXmppPresence::Unsubscribed); + + sendPacket(presence); +} + +void QXmppStream::sendSubscriptionRequest(const QString& to) +{ + if(to.isEmpty()) + return; + + QXmppPresence presence; + presence.setTo(to); + presence.setType(QXmppPresence::Subscribe); + sendPacket(presence); +} + +void QXmppStream::sendRosterRequest() +{ + QXmppRosterIq roster(QXmppIq::Get); + roster.setFrom(getConfiguration().getJid()); + m_rosterReqId = roster.getId(); + sendPacket(roster); +} + +void QXmppStream::disconnect() +{ + QXmppPresence presence(QXmppPresence::Unavailable, + QXmppPresence::Status(QXmppPresence::Status::Online, "Logged out")); + sendPacket(presence); + + sendEndStream(); + + m_socket.disconnectFromHost(); +} + +QXmppRoster& QXmppStream::getRoster() +{ + return m_roster; +} + +void QXmppStream::sendPacket(const QXmppPacket& packet) +{ + sendToServer(packet.toXml()); +} + +void QXmppStream::processPresence(const QXmppPresence& presence) +{ + switch(presence.getType()) + { + case QXmppPresence::Error: + break; + case QXmppPresence::Available: + break; + case QXmppPresence::Unavailable: + break; + case QXmppPresence::Subscribe: + if(!presence.getFrom().isEmpty()) + { + if(getConfiguration().getAutoAcceptSubscriptions()) + acceptSubscriptionRequest(presence.getFrom()); + emit subscriptionRequestReceived(presence.getFrom()); + } + break; + case QXmppPresence::Unsubscribe: + break; + case QXmppPresence::Unsubscribed: + break; + case QXmppPresence::Probe: + break; + default: + break; + } + emit presenceReceived(presence); +} + +void QXmppStream::processMessage(const QXmppMessage& message) +{ + QString debug = message.toXml(); + emit messageReceived(message); +} + +void QXmppStream::processIq(const QXmppIq& iq) +{ + emit iqReceived(iq); +} + +void QXmppStream::sendEndStream() +{ + sendToServer(streamRootElementEnd); +} + +void QXmppStream::processBindIq(const QXmppBind& bind) +{ + switch(bind.getType()) + { + case QXmppIq::Result: + if(!bind.getResource().isEmpty()) + getConfiguration().setResource(bind.getResource()); + if(m_sessionAvaliable) + sendSessionIQ(); + break; + default: + break; + } +} + +void QXmppStream::processRosterIq(const QXmppRosterIq& rosterIq) +{ + emit rosterIqReceived(rosterIq); + switch(rosterIq.getType()) + { + case QXmppIq::Set: + // when contact subscribes user...user sends 'subscribed' presence + // then after recieving following iq user requests contact for subscription + + // check thet "from" is newly added in the roster...and remove this ask thing...and do this for all items + if(rosterIq.getItems().at(0).getSubscriptionType() == QXmppRosterIq::Item::From && rosterIq.getItems().at(0).getSubscriptionStatus().isEmpty()) + sendSubscriptionRequest(rosterIq.getItems().at(0).getBareJid()); + break; + default: + break; + } +} + +QXmppStanza::Error QXmppStream::parseStanzaError(QDomElement & errorElement) +{ + QXmppStanza::Error error; + + if(errorElement.isNull()) + return error; + + QString type = errorElement.attribute("type"); + QString text; + QString cond; + QDomElement element = errorElement.firstChildElement(); + while(!element.isNull()) + { + if(element.tagName() == "text") + text = element.text(); + else if(element.namespaceURI() == ns_stanza) + { + cond = element.tagName(); + } + element = element.nextSiblingElement(); + } + + error.setConditionFromStr(cond); + error.setTypeFromStr(type); + error.setText(text); + return error; +} diff --git a/source/QXmppStream.h b/source/QXmppStream.h new file mode 100644 index 00000000..04bd6d58 --- /dev/null +++ b/source/QXmppStream.h @@ -0,0 +1,111 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef QXMPPSTREAM_H +#define QXMPPSTREAM_H + +#include +#include +#include "QXmppConfiguration.h" +#include "QXmppRoster.h" +#include "QXmppStanza.h" + +class QDomElement; + +class QXmppRoster; +class QXmppClient; +class QXmppPacket; +class QXmppPresence; +class QXmppIq; +class QXmppBind; +class QXmppRosterIq; +class QXmppMessage; + +class QXmppStream : public QObject +{ + Q_OBJECT + +public: + QXmppStream(QXmppClient* client); + ~QXmppStream(); + void connect(); + void acceptSubscriptionRequest(const QString& from, bool accept = true); + void sendSubscriptionRequest(const QString& to); + void disconnect(); + QXmppRoster& getRoster(); + void sendPacket(const QXmppPacket&); + +signals: + void hostFound(); + void connected(); + void disconnected(); + void streamError(); + void subscriptionRequestReceived(const QString& from); + void presenceReceived(const QXmppPresence&); + void messageReceived(const QXmppMessage&); + void iqReceived(const QXmppIq&); + void rosterIqReceived(const QXmppRosterIq&); + +private slots: + void socketHostFound(); + void socketReadReady(); + void socketEncrypted(); + void socketConnected(); + void socketDisconnected(); + void socketError(QAbstractSocket::SocketError); + void socketSslErrors(const QList &); + +private: + QXmppClient* m_client; // reverse pointer + QXmppRoster m_roster; + QString m_sessionId; + QString m_bindId; + QString m_rosterReqId; + + QSslSocket m_socket; + bool m_sessionAvaliable; + + QXmppConfiguration& getConfiguration(); + void parser(const QByteArray&); + void sendStartStream(); + void sendEndStream(); + void sendStartTls(); + void sendAuthPlain(); + void sendBindIQ(); + void sendSessionIQ(); + void sendInitialPresence(); + void sendRosterRequest(); + void sendToServer(const QByteArray&); + bool hasStartStreamElement(const QByteArray&); + bool hasEndStreamElement(const QByteArray&); + QXmppStanza::Error parseStanzaError(QDomElement & errorElement); + + void processPresence(const QXmppPresence&); + void processMessage(const QXmppMessage&); + void processIq(const QXmppIq&); + void processBindIq(const QXmppBind&); + void processRosterIq(const QXmppRosterIq&); +}; + +#endif // QXMPPSTREAM_H diff --git a/source/source.pro b/source/source.pro new file mode 100644 index 00000000..ee82d6a6 --- /dev/null +++ b/source/source.pro @@ -0,0 +1,41 @@ +TEMPLATE = lib +QT += network \ + xml +CONFIG += staticlib \ + debug_and_release +CONFIG(debug, debug|release):TARGET = QXmppClient_d +else:TARGET = QXmppClient + +# Header files +HEADERS += utils.h \ + QXmppBind.h \ + QXmppClient.h \ + QXmppConfiguration.h \ + QXmppConstants.h \ + QXmppIq.h \ + QXmppMessage.h \ + QXmppPacket.h \ + QXmppPresence.h \ + QXmppRoster.h \ + QXmppRosterIq.h \ + QXmppSession.h \ + QXmppStanza.h \ + QXmppStream.h \ + QXmppLogger.h + +# Source files +SOURCES += utils.cpp \ + QXmppBind.cpp \ + QXmppClient.cpp \ + QXmppConfiguration.cpp \ + QXmppConstants.cpp \ + QXmppIq.cpp \ + QXmppMessage.cpp \ + QXmppPacket.cpp \ + QXmppPresence.cpp \ + QXmppRoster.cpp \ + QXmppRosterIq.cpp \ + QXmppSession.cpp \ + QXmppStanza.cpp \ + QXmppStream.cpp \ + QXmppLogger.cpp diff --git a/source/utils.cpp b/source/utils.cpp new file mode 100644 index 00000000..abeab27b --- /dev/null +++ b/source/utils.cpp @@ -0,0 +1,66 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#include "utils.h" +#include "QXmppLogger.h" +#include +#include +#include + +QString jidToResource(const QString& jid) +{ + return jid.mid(jid.indexOf(QChar('/'))+1); +} + +QString jidToBareJid(const QString& jid) +{ + return jid.left(jid.indexOf(QChar('/'))); +} + +void helperToXmlAddAttribute(QTextStream& stream, const QString& name, const QString& value) +{ + if(!value.isEmpty()) + stream << " " << name <<"='" << value << "'"; +} + +void helperToXmlAddElement(QTextStream& stream, const QString& name, int value) +{ + stream << "<" << name << ">" << value << ""; +} + +void helperToXmlAddElement(QTextStream& stream, const QString& name, const QString& value) +{ + if(!value.isEmpty()) + stream << "<" << name << ">" << value << ""; +} + +void log(const QString& str) +{ + QXmppLogger::getLogger()->log(str); +} + +void log(const QByteArray& str) +{ + QXmppLogger::getLogger()->log(str); +} diff --git a/source/utils.h b/source/utils.h new file mode 100644 index 00000000..d7ae26b1 --- /dev/null +++ b/source/utils.h @@ -0,0 +1,43 @@ +/* + * Copyright (C) 2008-2009 Manjeet Dahiya + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + + +#ifndef UTILS_H +#define UTILS_H + + +class QTextStream; +class QByteArray; +class QString; + +QString jidToResource(const QString& jid); +QString jidToBareJid(const QString& jid); + +void helperToXmlAddAttribute(QTextStream& stream, const QString& name, const QString& value); +void helperToXmlAddElement(QTextStream& stream, const QString& name, const QString& value); +void helperToXmlAddElement(QTextStream& stream, const QString& name, int value); + +void log(const QString& str); +void log(const QByteArray& str); + +#endif // UTILS_H -- cgit v1.2.3