search for: protocol_name

Displaying 2 results from an estimated 2 matches for "protocol_name".

2015 Mar 23
0
trying to connect to asterisk with softphone (logs, etc)
...d to load account {SERVER_PORT=6697, ACCOUNT_ICON_PATH=resources/images/protocol/irc/irc32x32.png, AUTO_CHANGE_USER_NAME=true, CHAT_ROOM_PRESENCE_TASK=true, NO_PASSWORD_REQUIRED=false, ACCOUNT_UID=IRC:201 at 192.168.0.99:6697, SERVER_ADDRESS=192.168.0.99, USER_ID=201, DEFAULT_ENCRYPTION=true, PROTOCOL_NAME=IRC, ENCRYPTED_PASSWORD=/hcTkghmfRJWFXrWaKDMmA==, CONTACT_PRESENCE_TASK=true} java.lang.IllegalArgumentException: nick name contains invalid characters: only letters, digits and -, \, [, ], `, ^, {, }, |, _ are allowed at net.java.sip.communicator.impl.protocol.irc.IdentityManager.checkNic...
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...+- return NULL; /* do not ever guess raw, it is a security problem! */ ++ return NULL; + len = p - filename; + if (len > sizeof(protocol) - 1) + len = sizeof(protocol) - 1; +@@ -261,7 +281,7 @@ static BlockDriver *find_protocol(const + !strcmp(drv1->protocol_name, protocol)) + return drv1; + } +- return NULL; ++ return &bdrv_invalid_protocol; + } + + /* XXX: force raw format if block or character device ? It would +@@ -291,8 +311,8 @@ static BlockDriver *find_image_format(co + #endif + + drv = find_protocol(filename); +-...