aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-mqtt.h
Commit message (Collapse)AuthorAgeLines
* Updated copyright dates for 2016jgeboski2016-01-15-1/+1
|
* Coding style consistenciesjgeboski2015-12-24-3/+3
|
* Dropped required GLib version to 2.28.0jgeboski2015-12-22-2/+2
| | | | This is namely for the RedHat guys maintaining RHEL 6.
* Fixed grammar errors in the GTK-Docjgeboski2015-12-20-4/+4
|
* Imported changes from purple-facebookjgeboski2015-08-24-197/+527
|
* Updated copyright dates for 2015jgeboski2015-03-05-1/+1
|
* Check format string security at compile-timejgeboski2015-01-27-2/+2
| | | | | This enables various format string security checks by the compiler in attempt to avoid run-time failures.
* facebook-mqtt: fixed preemptive connection timeoutsjgeboski2015-01-17-6/+8
| | | | | | | | | As it stands, a connection is declared as being timed out if it has not heard back from the server with a ping response in one keep-alive time interval. However, the MQTT specification states that a connection is only declared timed out after one and a half time intervals. While the effects of this oversight may not be immediately present, over a period uptime, the connection may fall victim to preemptive timeouts.
* Implemented initial MQTT interfacejgeboski2015-01-14-0/+288