about summary refs log tree commit diff stats
path: root/109stream-equal.subx
Commit message (Expand)AuthorAgeFilesLines
* 6769 - support for creating fake files in Mu testsKartik Agaram2020-09-101-1/+1
* 6627Kartik Agaram2020-07-101-2/+2
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+595
title='author James Booth <boothj5@gmail.com> 2015-05-29 01:22:24 +0100 committer James Booth <boothj5@gmail.com> 2015-05-29 01:22:24 +0100 Added priority tests' href='/danisanti/profani-tty/commit/functionaltests/test_presence.h?id=272e9f83fc97141a19af5db447481f37e587cfb3'>272e9f83 ^
2b7894cc ^
a5cf83d2 ^
2cb2f83c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                                              







                                                

                                              
                                         
                                     
                                                      
void presence_away(void **state);
void presence_away_with_message(void **state);
void presence_online(void **state);
void presence_online_with_message(void **state);
void presence_xa(void **state);
void presence_xa_with_message(void **state);
void presence_dnd(void **state);
void presence_dnd_with_message(void **state);
void presence_chat(void **state);
void presence_chat_with_message(void **state);
void presence_set_priority(void **state);
void presence_includes_priority(void **state);
void presence_keeps_status(void **state);
void presence_received(void **state);
void presence_missing_resource_defaults(void **state);