forked from blue/squawk
beautifull messageList, messages now being sent to full jid
This commit is contained in:
parent
e48444636a
commit
6e9e100188
12 changed files with 160 additions and 28 deletions
|
@ -25,6 +25,9 @@ namespace Models {
|
|||
void setPassword(const QString& p_password);
|
||||
QString getPassword() const;
|
||||
|
||||
void setResource(const QString& p_resource);
|
||||
QString getResource() const;
|
||||
|
||||
void setAvailability(Shared::Availability p_avail);
|
||||
void setAvailability(unsigned int p_avail);
|
||||
Shared::Availability getAvailability() const;
|
||||
|
@ -40,6 +43,7 @@ namespace Models {
|
|||
QString login;
|
||||
QString password;
|
||||
QString server;
|
||||
QString resource;
|
||||
Shared::ConnectionState state;
|
||||
Shared::Availability availability;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue