LIB_BASE_VERSION=1.1
# libsilc versions
-LIBSILC_CURRENT=1 # prev = 0
-LIBSILC_REVISION=0 # prev = 0
+LIBSILC_CURRENT=1 # prev = 1
+LIBSILC_REVISION=1 # prev = 0
LIBSILC_AGE=0 # prev = 0
# libsilcclient versions
-LIBSILCCLIENT_CURRENT=1 # prev = 0
-LIBSILCCLIENT_REVISION=0 # prev = 0
+LIBSILCCLIENT_CURRENT=1 # prev = 1
+LIBSILCCLIENT_REVISION=1 # prev = 0
LIBSILCCLIENT_AGE=0 # prev = 0
# libsilcserver versions
/* Parse server name from the nickname if set */
if (silc_parse_userfqdn(nickname, nick, sizeof(nick),
- serv, sizeof(serv) == 2))
+ serv, sizeof(serv)) == 2)
server = (const char *)serv;
nickname = (const char *)nick;
* Resolves entry for channel by the channel name from the server.
* The resolving is done with IDENTIFY command. Note that users on
* the channel are not resolved at the same time. Use for example
- * silc_client_get_clients_by_channel to resolve all users on a channel.
+ * USERS command to resolve all users on a channel.
*
***/
void silc_client_get_channel_resolve(SilcClient client,
* a pending command to it, if needed. Returns 0 on error.
*
* Note that users on the channel are not resolved at the same time.
- * Use for example silc_client_get_clients_by_channel to resolve all
- * users on a channel.
+ * Use for example USERS command to resolve all users on a channel.
*
***/
SilcUInt16