about summary refs log tree commit diff stats
path: root/subx/examples
ModeNameSize
-rw-r--r--Readme.md372log stats plain blame
-rwxr-xr-xex196log stats plain blame
-rw-r--r--ex1.subx389log stats plain blame
-rwxr-xr-xex10165log stats plain blame
-rw-r--r--ex10.subx3658log stats plain blame
-rwxr-xr-xex111125log stats plain blame
-rw-r--r--ex11.subx15402log stats plain blame
-rwxr-xr-xex12167log stats plain blame
-rw-r--r--ex12.subx1710log stats plain blame
-rwxr-xr-xex297log stats plain blame
-rw-r--r--ex2.subx344log stats plain blame
-rwxr-xr-xex3114log stats plain blame
-rw-r--r--ex3.subx1296log stats plain blame
-rwxr-xr-xex4171log stats plain blame
-rw-r--r--ex4.subx866log stats plain blame
-rwxr-xr-xex5139log stats plain blame
-rw-r--r--ex5.subx1744log stats plain blame
-rwxr-xr-xex6165log stats plain blame
-rw-r--r--ex6.subx1299log stats plain blame
-rwxr-xr-xex7313log stats plain blame
-rw-r--r--ex7.subx3776log stats plain blame
-rwxr-xr-xex8139log stats plain blame
-rw-r--r--ex8.subx2698log stats plain blame
-rwxr-xr-xex9129log stats plain blame
-rw-r--r--ex9.subx2920log stats plain blame
class="p">("Roster item removed: buddy1@localhost")); } void sends_nick_change(void **state) { prof_connect_with_roster( "<item jid='buddy1@localhost' subscription='both'/>" ); prof_input("/roster nick buddy1@localhost Buddy1"); assert_true(prof_output_exact("Nickname for buddy1@localhost set to: Buddy1.")); assert_true(stbbr_received( "<iq type='set' id='*'>" "<query xmlns='jabber:iq:roster'>" "<item jid='buddy1@localhost' name='Buddy1'/>" "</query>" "</iq>" )); }