doc/ui-ops.dox

Fri, 28 Nov 2008 02:42:47 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Fri, 28 Nov 2008 02:42:47 +0000
changeset 24820
81b5dd16ffb5
parent 22526
4223bc1ce147
child 34958
102488cc3c05
permissions
-rw-r--r--

Allow blank resources on XMPP when creating/modifying accounts. This works
perfectly with both ejabberd and Google Talk. Other servers should be OK too.

/** @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

mercurial