aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llinstantmessage.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:54 -0500
committerJacek Antonelli2008-08-15 23:44:54 -0500
commitb2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch)
tree3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/llmessage/llinstantmessage.h
parentSecond Life viewer sources 1.14.0.1 (diff)
downloadmeta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz
Second Life viewer sources 1.15.0.2
Diffstat (limited to 'linden/indra/llmessage/llinstantmessage.h')
-rw-r--r--linden/indra/llmessage/llinstantmessage.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/linden/indra/llmessage/llinstantmessage.h b/linden/indra/llmessage/llinstantmessage.h
index a7074a2..0b2de19 100644
--- a/linden/indra/llmessage/llinstantmessage.h
+++ b/linden/indra/llmessage/llinstantmessage.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 5 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -93,17 +94,19 @@ enum EInstantMessage
93 // communicate with each other. 94 // communicate with each other.
94 // 95 //
95 96
96 // Start a session, or add users to a session. 97 // Add users to a session.
97 IM_SESSION_ADD = 13, 98 IM_SESSION_ADD = 13,
98 99
99 // Start a session, but don't prune offline users 100 // IM sent automatically on call for help,
100 IM_SESSION_OFFLINE_ADD = 14, 101 // sets up a way for each Helper reached to teleport to the
102 // helpee
103 IM_SESSION_911_SEND = 14,
101 104
102 // start a session with your gruop 105 // start a session with your gruop
103 IM_SESSION_GROUP_START = 15, 106 IM_SESSION_GROUP_START = 15,
104 107
105 // start a session without a calling card (finder or objects) 108 // start a session without a calling card (finder or objects)
106 IM_SESSION_CARDLESS_START = 16, 109 IM_SESSION_CONFERENCE_START = 16,
107 110
108 // send a message to a session. 111 // send a message to a session.
109 IM_SESSION_SEND = 17, 112 IM_SESSION_SEND = 17,
@@ -142,9 +145,9 @@ enum EInstantMessage
142 // Binary bucket contains the name of the session. 145 // Binary bucket contains the name of the session.
143 IM_SESSION_911_START = 29, 146 IM_SESSION_911_START = 29,
144 147
145 // IM sent automatically on call for help, 148 // IM for requesting to teleport to the creator
146 // sends a lure to each Helper reached 149 // of a livehelp session (assuming they are verified first)
147 IM_LURE_911 = 30, 150 IM_TELEPORT_911 = 30,
148 151
149 // a message generated by a script which we don't want to 152 // a message generated by a script which we don't want to
150 // be sent through e-mail. Similar to IM_FROM_TASK, but 153 // be sent through e-mail. Similar to IM_FROM_TASK, but
@@ -285,6 +288,7 @@ public:
285 S32 mTTL; 288 S32 mTTL;
286}; 289};
287 290
291LLSD im_info_to_llsd(LLPointer<LLIMInfo> im_info);
288 292
289void pack_instant_message( 293void pack_instant_message(
290 LLMessageSystem* msgsystem, 294 LLMessageSystem* msgsystem,