Mercurial > pidgin
view doc/ui-ops.dox @ 30304:fe072dddc42c
If a chatroom user's nickname contains MXit markup characters, they are escaped
by the chatroom service before being sent. When the client extracts the nickname
field we need to perform un-escaping (ie, "\X" -> "X" ) to restore the original
nickname.
author | andrew.victor@mxit.com |
---|---|
date | Wed, 21 Jul 2010 08:23:42 +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