- Timestamp:
- 2010-03-17T23:47:35Z (15 years ago)
- Branches:
- master
- Children:
- 78d254f1
- Parents:
- c1a3c27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/iq.c
rc1a3c27 r42fc5b6 745 745 } 746 746 } 747 else if( xmlns, XMLNS_DISCO_INFO ) == 0 )747 else if( strcmp( xmlns, XMLNS_DISCO_INFO ) == 0 ) 748 748 { 749 749 char *category, *type; … … 764 764 } 765 765 } 766 else if( xmlns, XMLNS_BYTESTREAMS ) == 0 )766 else if( strcmp( xmlns, XMLNS_BYTESTREAMS ) == 0 ) 767 767 { 768 768 char *host, *jid, *port_s;
Note: See TracChangeset
for help on using the changeset viewer.