blob: ee6a9f0b0249857ff12eb40793ea94d3719e2548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" ?>
<notification_visibility>
<respond name="UserGiveItem" response="Discard"/>
<respond name="JoinGroup" response="Decline"/>
<respond name="VoiceInviteP2P" response="Decline"/>
<respond name="VoiceInviteAdHoc" response="Decline"/>
<respond name="ObjectGiveItem" response="Discard"/>
<respond name="VoiceInviteGroup" response="Decline"/>
<hide name="HintInventory"/>
<hide name="HintLindenDollar"/>
<hide name="HintMove"/>
<hide name="ClothingLoading"/>
<hide name="LandBuyPass"/>
<hide tag="voice"/>
<show name="RegionRestartMinutes"/>
<show name="RegionRestartSeconds"/>
<show name="PopupAttempt"/>
<show tag="confirm"/>
<show tag="friendship"/>
<show tag="fail"/>
<show tag="funds"/>
<show type="hint"/>
<show type="notifytoast"/>
<show name="ModeChange"/>
<show name="YouHaveBeenLoggedOut"/>
<hide/>
</notification_visibility>
|