about summary refs log tree commit diff stats
path: root/tests/test_jid.c
Commit message (Expand)AuthorAgeFilesLines
* Added history and jid tests to cmockaJames Booth2013-12-141-92/+67
* Renamed create jid function using barejid and resourceJames Booth2013-01-271-2/+2
* Fixed jid handling to allow @ and / in resourceJames Booth2013-01-261-0/+48
* Added jid_create_room_jidJames Booth2013-01-131-0/+16
* Changed Jid typedef to be explicit pointerJames Booth2013-01-131-17/+17
* Added jid datatypeJames Booth2013-01-121-0/+128
'#n83'>83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137