Mercurial > pidgin
view doc/ui-ops.dox @ 25212:d3f47707e260
Part 2 of the continuing effort to get OSCAR over SSL working.
* Request SSL when getting new FLAP connections and parse the returned
attributes (regarding what to use as the SSL common name).
* Work around what is apparently weird buginess with FLAP connections
to SNAC families ADMIN and BART (they don't like SSL).
SSL connections still pop up certificate warnings.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 11 Dec 2008 07:14:50 +0000 |
parents | e3bf822c19c8 |
children |
line wrap: on
line source
/** @page ui-ops UiOps structures When implementing a UI for libpurple, you need to fill in various UiOps structures: - #PurpleAccountUiOps - #PurpleBlistUiOps - #PurpleConnectionUiOps - #PurpleConversationUiOps - #PurpleCoreUiOps - #PurpleDebugUiOps - #PurpleDnsQueryUiOps - #PurpleEventLoopUiOps (without this, nothing will work and you will cry) - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen