Changeset 0e7ab64 for protocols/jabber
- Timestamp:
- 2007-04-23T02:58:44Z (18 years ago)
- Branches:
- master
- Children:
- 2d317bb
- Parents:
- 43671b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r43671b9 r0e7ab64 102 102 103 103 /* Not really the same syntax as the normal pkt_ functions, but this isn't 104 called by the xmltree parser exactly and this way I can add some extra104 called by the xmltree parser directly and this way I can add some extra 105 105 parameters so we won't have to repeat too many things done by the caller 106 106 already. */ … … 151 151 if( s ) *s = '/'; 152 152 } 153 else if( type ) /* This only gets called if type =="unavailable" */153 else if( type ) /* This only gets called if type is NULL or "unavailable" */ 154 154 { 155 155 /* Won't handle this for now. */
Note: See TracChangeset
for help on using the changeset viewer.