diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-10-04 08:47:47 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-10-04 08:47:47 (GMT) |
commit | 219b1e5e4684323e0dbd0f1ad7de7beaf4d75f50 (patch) | |
tree | b5d357f492864ba3fa88015ff25909d0ffb87561 /Swiften/Presence/PresenceSender.h | |
parent | c60720c32c4b6e8745ae4ec8eead825a06a93555 (diff) | |
download | swift-contrib-219b1e5e4684323e0dbd0f1ad7de7beaf4d75f50.zip swift-contrib-219b1e5e4684323e0dbd0f1ad7de7beaf4d75f50.tar.bz2 |
Join MUCs with the last broadcast presence.
Resolves: #590
Release-Notes: Joining rooms when you are not plain 'available' now correctly sends your status to the room.
Diffstat (limited to 'Swiften/Presence/PresenceSender.h')
-rw-r--r-- | Swiften/Presence/PresenceSender.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Presence/PresenceSender.h b/Swiften/Presence/PresenceSender.h index 87be753..3336523 100644 --- a/Swiften/Presence/PresenceSender.h +++ b/Swiften/Presence/PresenceSender.h @@ -26,6 +26,8 @@ namespace Swift { void confirmSubscription(const JID& jid); void requestSubscription(const JID& jid); + boost::shared_ptr<Presence> getLastSentUndirectedPresence(); + private: boost::shared_ptr<Presence> lastSentUndirectedPresence; StanzaChannel* channel; |