Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | Sluift: Ensure that message event body is retrieved correctly | Roger Planas | |
As a result of commit "Change stanza body to boost::optional<std::string> type" (commit 1b9ccc1fef6104eaf951153ddccdc6bb15899e9a), Sluift was not populating the 'body' part of the message event, casting it to a bool instead. By adding get_value_or("") to that body part, the actual body value is retrieved, and the message event ends up containing the right information. Test-Information: Without the patch, Sluift's message event body is 'true'. With the patch, Sluift's message event body contains the actual message. Component messages also tested and event body as expected. Change-Id: I366202aa5bf28a3315a81d909ea08f0933aa06d7 | |||
2015-10-30 | Fix code in response to unused macro and private field warnings | Tobias Markmann | |
Test-Information: Build and tests pass successfully on OS X 10.10.5. Change-Id: I614586660796f9ef043156d09d998d39934a6eca | |||
2014-12-15 | Update Copyright In Sluift | Kevin Smith | |
Change-Id: I19f8ae342e028a6a7b4b13758f2e8c170a1db80c | |||
2014-07-18 | Sluift: Add 'show' parameter option to send_presence methods | Roger Planas | |
Change-Id: I9fbd4514f6bc0d46738154abce495519e43ad46b | |||
2014-06-22 | Sluift component support | Edwin Mons | |
Change-Id: Ib8af01c04c866e198c04d35236dea4da464c9116 |