~ubuntu-branches/debian/stretch/psi-plus/stretch

« back to all changes in this revision

Viewing changes to iris/src/xmpp/xmpp-im/xmpp_client.h

  • Committer: Package Import Robot
  • Author(s): Boris Pek
  • Date: 2013-10-23 02:42:20 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20131023024220-bk2hyoenqkwfhpgw
Tags: 0.16.242-1
* New upstream release:
  fixed the problem of initialization of private conversation when both
  sides use libotr 4.0.x. (Closes: #724880)
* Update debian/watch: sources were moved.
* Delete psi-plus-content-downloader package and update all related files.
  This plugin is in psi-plus-plugins package now.
* Update debian/control:
  - remove all currently unneeded Replaces and Breaks fields
  - add build dependency on libidn11-dev
* Update debian/rules: simplify get-orig-source section.
* Update debian/copyright:
  - update Source field due to changes in sources location
  - remove copyright holders whose code was deleted from source tree
    (bundled libidn library was removed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                void removeExtension(const QString& ext);
117
117
                const Features& extension(const QString& ext) const;
118
118
                QStringList extensions() const;
119
 
                
 
119
 
120
120
                S5BManager *s5bManager() const;
121
121
                IBBManager *ibbManager() const;
122
122
                BoBManager *bobManager() const;
126
126
                FileTransferManager *fileTransferManager() const;
127
127
 
128
128
                QString groupChatPassword(const QString& host, const QString& room) const;
129
 
                bool groupChatJoin(const QString &host, const QString &room, const QString &nick, const QString& password = QString(), int maxchars = -1, int maxstanzas = -1, int seconds = -1, const Status& = Status());
 
129
                bool groupChatJoin(const QString &host, const QString &room, const QString &nick, const QString& password = QString(), int maxchars = -1, int maxstanzas = -1, int seconds = -1, const QDateTime &since = QDateTime(), const Status& = Status());
130
130
                void groupChatSetStatus(const QString &host, const QString &room, const Status &);
131
131
                void groupChatChangeNick(const QString &host, const QString &room, const QString &nick, const Status &);
132
132
                void groupChatLeave(const QString &host, const QString &room, const QString &statusStr = QString());