~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to iris/include/xmpp_message.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "xmpp_stanza.h"
24
24
#include "xmpp_url.h"
25
25
#include "xmpp_chatstate.h"
 
26
#include "xmpp_receipts.h"
26
27
#include "xmpp_address.h"
27
28
#include "xmpp_rosterx.h"
28
29
#include "xmpp_muc.h"
100
101
                ChatState chatState() const;
101
102
                void setChatState(ChatState);
102
103
 
 
104
                // XEP-0184
 
105
                MessageReceipt messageReceipt() const;
 
106
                void setMessageReceipt(MessageReceipt);
 
107
 
103
108
                // JEP-0027
104
109
                QString xencrypted() const;
105
110
                void setXEncrypted(const QString &s);
127
132
                void setForm(const XData&);
128
133
                const XData& getForm() const;
129
134
 
130
 
                // JEP-xxxx Whiteboarding
131
 
                void setWhiteboard(const QDomElement&);
132
 
                const QDomElement& whiteboard() const;
 
135
                // JEP-xxxx SXE
 
136
                void setSxe(const QDomElement&);
 
137
                const QDomElement& sxe() const;
133
138
 
134
139
                // MUC
135
140
                void setMUCStatus(int);