aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-21 23:25:37 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-21 23:25:37 +0100
commit0ebf919dd8b47e50ce060f46f2dc5f10f3867207 (patch)
tree7a7ab813da9884d037547116c1d9b321f982f5cd /protocols/nogaim.h
parenta758ec197f3a01dda26d394c1e5125787e4831b6 (diff)
Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobile
people as away=Mobile. Bug #462 (and others for other protocols).
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 3407236f..693b5d16 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -62,6 +62,7 @@
#define OPT_LOGGED_IN 0x00000001
#define OPT_LOGGING_OUT 0x00000002
#define OPT_AWAY 0x00000004
+#define OPT_MOBILE 0x00000008
#define OPT_DOES_HTML 0x00000010
#define OPT_LOCALBUDDY 0x00000020 /* For nicks local to one groupchat */
#define OPT_TYPING 0x00000100 /* Some pieces of code make assumptions */