Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
Talk:Welcome: Difference between revisions - iPhone Development Wiki

Talk:Welcome: Difference between revisions

Discussion page of Welcome
Line 9: Line 9:


:The navbox is automatically generated based on the framework categories. Look at the category/class transclusions on the framework pages. [[User:Dustin Howett|Dustin Howett]] ([[User talk:Dustin Howett|talk]]) 19:12, 24 July 2013 (PDT)
:The navbox is automatically generated based on the framework categories. Look at the category/class transclusions on the framework pages. [[User:Dustin Howett|Dustin Howett]] ([[User talk:Dustin Howett|talk]]) 19:12, 24 July 2013 (PDT)
== About iOS Undocumented VPN API ==
Some Apps like Anyconnect,Junos Pulse,Openvpn Connect... can custom .vpnplugin to access system VPN service.There is a [http://blog.michael.kuron-germany.de/2010/09/ios-4-1-undocumented-vpn-api-used-by-cisco-anyconnect/ link]talk about it.And I can't find any infomation about this API.
I found a system log in Openvpn Connect app:
<source lang="text">
Feb 6 22:04:42 configd[48] <Error>: VPN Controller: cannot find VPN Bundle 'net.openvpn.OpenVPN-Connect.vpnplugin' for service = 8D2D5BD2-4E21-49F4-B2B9-535F802C830C
Feb 6 22:04:42 configd[48] <Error>: SCNC Controller::vpn_ipc_send cannot find plugin for net.openvpn.OpenVPN-Connect.vpnplugin
Feb 6 22:04:42 OpenVPN[1222] <Error>: VPNConfigurationSendMessage: pppcontroller_sendmsg returns error 48, error
Feb 6 22:04:42 OpenVPN[1222] <Warning>: VPNConfig: VPNConfigurationSendMessage failed
Feb 6 22:04:42 OpenVPN[1222] <Warning>: OpenVPNView: processEvent active=0 {
error = 1;
name = "NO_PLUGIN";
}
</source>
Is it possible to custom vpnplugin on my in-house app?

Revision as of 17:02, 29 July 2013

I wish this could be made part of theiphonewiki, it isn't user oriented, just no one filled in the development stuff. --Geohot

Sorry, geo. I'd like to keep this wiki out of the blazing glory of spam. Dustin Howett 04:22, 8 November 2009 (UTC)

How to edit the Navbox?

like:


The navbox is automatically generated based on the framework categories. Look at the category/class transclusions on the framework pages. Dustin Howett (talk) 19:12, 24 July 2013 (PDT)

About iOS Undocumented VPN API

Some Apps like Anyconnect,Junos Pulse,Openvpn Connect... can custom .vpnplugin to access system VPN service.There is a linktalk about it.And I can't find any infomation about this API.

I found a system log in Openvpn Connect app:

Feb 6 22:04:42 configd[48] <Error>: VPN Controller: cannot find VPN Bundle 'net.openvpn.OpenVPN-Connect.vpnplugin' for service = 8D2D5BD2-4E21-49F4-B2B9-535F802C830C
Feb 6 22:04:42 configd[48] <Error>: SCNC Controller::vpn_ipc_send cannot find plugin for net.openvpn.OpenVPN-Connect.vpnplugin
Feb 6 22:04:42 OpenVPN[1222] <Error>: VPNConfigurationSendMessage: pppcontroller_sendmsg returns error 48, error
Feb 6 22:04:42 OpenVPN[1222] <Warning>: VPNConfig: VPNConfigurationSendMessage failed
Feb 6 22:04:42 OpenVPN[1222] <Warning>: OpenVPNView: processEvent active=0 {
error = 1;
name = "NO_PLUGIN";
}

Is it possible to custom vpnplugin on my in-house app?