View difference between Paste ID: DaXcAmWf and zgkHqtUs
SHOW: | | - or go back to the newest paste.
1
<!-- Request notification -->
2
<?xml version="1.0" encoding="UTF-8"?>
3
<root>
4
	<creator_id>2</creator_id>
5
	<creator_name>Stephen Hawking</creator_name>
6
	<notification_type>nearby_request</notification_type>
7
	<request_id>21</request_id>
8
	<request_title>Someone give me blood</request_title>
9
</root>
10
11
12
<!-- Message notification -->
13
<?xml version="1.0" encoding="UTF-8"?>
14
<root>
15
	<message_id>2</message_id>
16
	<request_id>21</request_id>
17
	<thread_id>5</thread_id>
18
	<notification_type>message</notification_type>
19
	<sender>Albert Einstein</sender>
20
	<sender_id>3</sender_id>
21
	<text>I will give you blood. Lets meet.</text>
22
</root>