Differences From Artifact [ef8e25196d]:
- File src/XMPPPresence.m — part of check-in [36e00ffb71] at 2016-07-09 22:39:19 on branch trunk — Adjust to ObjFW changes (user: js, size: 5925) [annotate] [blame] [check-ins using]
To Artifact [3189436599]:
- File src/XMPPPresence.m — part of check-in [1ed4d99db8] at 2017-01-21 23:49:14 on branch trunk — Adjust to ObjFW changes (user: js, size: 5948) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <inttypes.h> #import "XMPPPresence.h" #import "namespaces.h" /* This provides us with sortable values for show values */ static int show_to_int(OFString *show) |
︙ |