Changeset 634
- Timestamp:
- 24/07/08 00:32:12 (4 months ago)
- Files:
-
- 1 modified
-
trunk/util/jid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/jid.c
r629 r634 27 27 /** do stringprep on the pieces */ 28 28 static int jid_prep_pieces(char *node, char *domain, char *resource) { 29 char str[1024], *prep;30 31 29 if(node[0] != '\0') 32 30 if(stringprep_xmpp_nodeprep(node, 1024) != 0)
