<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>微笑の部落格 (Entries tagged as mimfetion)</title>
    <link>http://www.studiokuma.com/s9y/</link>
    <description>不定期更新、可能雜亂無章的存在...</description>
    <dc:language>tn</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 24 Aug 2010 15:18:28 GMT</pubDate>

    <image>
        <url>http://www.studiokuma.com/s9y/templates/competition/img/s9y_banner_small.png</url>
        <title>RSS: 微笑の部落格 - 不定期更新、可能雜亂無章的存在...</title>
        <link>http://www.studiokuma.com/s9y/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>更新：MIMFetion 0.0.0.18</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/156-MIMFetion-0.0.0.18.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/156-MIMFetion-0.0.0.18.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=156</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=156</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    
&lt;p&gt;終於等到這一天了！&lt;/p&gt;
&lt;p&gt;雖然在之前已經收到 OpenFetion 的專案連結，但由於該程式是使用 V4 版的協定，以致它基本上不能直接移到 MIMFetion 裡用，需要作大規模修改。&lt;/p&gt;
&lt;p&gt;但是，今天無意中發現 PyFetion 這個開源專案 (&lt;a href=&quot;https://code.google.com/p/pytool/&quot;&gt;https://code.google.com/p/pytool/&lt;/a&gt;) 最近作出了兼容飛信v3協定的登入更新，於是我參考了其中的程式碼移植到 MIMFetion，讓它終於能以 SSIv2 登入了！&lt;/p&gt;
&lt;p&gt;這代表了什麼呢？
&lt;br/&gt;
就是以移動號申請的飛信號可以再用於 MIMFetion 了！但是獨立申請的飛信號還是必須用 SSIv3/SSIv4 才行。&lt;/p&gt;
&lt;p&gt;另外，如果在登入時提示不支援圖片認證或是登入被拒絕，請先用官方版客戶端登入一次解決異地登入需要圖片認證的問題。如果用官方版登入後再用 MIMFetion 仍然顯示相同錯誤，請確保你用的密碼是 8 個字元以上，並最好同時含大小寫及數字。&lt;/p&gt;
&lt;p&gt;雖然不知道v3協定還能用多久，但至少現在還能用....&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 24 Aug 2010 23:18:28 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/156-guid.html</guid>
    <category>MIMFetion</category>

</item>
<item>
    <title>關於 MIMFetion 無法登入新帳號的問題</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/135-MIMFetion.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/135-MIMFetion.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=135</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=135</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    
&lt;p&gt;飛信最近放寬了帳號申請條件，讓不使用移動的用戶也可以申請帳號使用，可是那些帳號並不能使用 MIMFetion 登入。&lt;/p&gt;
&lt;p&gt;經過一番調查後，發現了幾個問題：&lt;/p&gt;
&lt;p&gt;1. 使用 MIMFetion 目前的版號 3.2.0540 會傳回 HTTP 1.0/405 錯誤，內容是說需要使用新版本 pcclient。
&lt;br/&gt;
2. 版號改成 3.5.2560 後發現 SSI 登入伺服器有 v2。
&lt;br/&gt;
3. 使用 v2 網址登入時不知原因傳回了圖片認證的圖片。
&lt;br/&gt;
4. 由於使用官方客戶端並不會顯示圖片認證，所以無法跟進。
&lt;br/&gt;
5. 官方客戶端似乎會在連線到 SSI 伺服器前再用 SSL 進行些什麼操作。
&lt;br/&gt;
6. 由於連線使用 SSL，我無法看出那些操作的內容。&lt;/p&gt;
&lt;p&gt;就是這樣，飛信的更新目前卡住了，而且在網上絲毫找不到任何有用的資料，我該怎樣做呢？&lt;/p&gt;
&lt;p&gt;p.s. 其實還有一個方法我沒試，就是在本地架一個支援 SSL 的 IIS，看看能否看出來....&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 14 Mar 2010 15:52:13 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/135-guid.html</guid>
    <category>MIMFetion</category>

</item>
<item>
    <title>暫停所有 Miranda IM 相關專案的維護</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/126-Miranda-IM.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/126-Miranda-IM.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=126</wfw:comment>

    <slash:comments>14</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=126</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    
&lt;p&gt;原因很簡單，上星期我同時把家裡和公司裡用的 Miranda IM 都由 0.8.2 升級到 0.9 #4，結果引致嚴重的問題，即使我把 Miranda IM 降回穩定版 0.8.11 也無法解決，所以目前回到了修改版 WLM 8.5 和繁體版 QQ2009 了，以後會不會再用 MIM 暫時還沒有決定。&lt;/p&gt;
&lt;p&gt;至於是什麼問題？MSN 背景離線，訊息發不出但又不提示逾時，提示資料庫損壞，MSN 離線時整個 MIM 當掉，這些就夠嚴重了吧...&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 12 Jan 2010 18:07:48 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/126-guid.html</guid>
    <category>mim</category>
<category>mimfetion</category>
<category>mimqq</category>

</item>
<item>
    <title>MIMFetion 更新及關於下一代 MirandaQQ 的事情</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/94-MIMFetion-MirandaQQ.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/94-MIMFetion-MirandaQQ.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=94</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=94</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    &lt;p&gt;=MIMFetion 部份=
&lt;br/&gt;
前陣子測試時發現插件會在登入完成前傳送狀態訊息而導致伺服器中斷連線，所以修了一下。&lt;/p&gt;
&lt;p&gt;下載地址：
&lt;br/&gt;
&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;amp;id=3816&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;=MirandaQQ 部份=
&lt;br/&gt;
最近突然多了很多人加我的飯否....不知道是誰把消息傳開去了=3=&lt;/p&gt;
&lt;p&gt;由於 EVA/libeva 最近已經沒有更新，而且 QQ2006 協定實在是舊了，在 MIM 群的朋友介紹下得知 WebQQ2009 這個開源的新軟體，於是我就嘗試把它的 MyQQ 部份移植至 MIMQQ 裡使用。&lt;/p&gt;
&lt;p&gt;最初是移植失敗的，後來隔了幾星期再搞搞就 OK 了。&lt;/p&gt;
&lt;p&gt;現在的情況是能登入，能收發連絡人/群訊息，支援超級群，其他功能全部未實現。&lt;/p&gt;
&lt;p&gt;不過，由於 MyQQ 的設計缺憾 (它本來是設計給自己的 WebQQ2009 使用，所以提供的外部用 API 很不完善)，所以若要把新的 MIMQQ 做成跟 MIMQQ2 有相同的功能還是需要相當的時間。&lt;/p&gt;
&lt;p&gt;現在主要先解決這些問題：
&lt;br/&gt;
1. 目前測試所得，很多時候登入時會在 0x18 或 0x30 封包逾時，導致登入失敗
&lt;br/&gt;
2. 由於 WebQQ2009/MyQQ 是文字模式的聊天程式，完全缺乏群貼圖及頭像支援
&lt;br/&gt;
3. 有些封包由於只設計給 WebQQ2009 使用，所以並未完全解讀 (例如獲取連絡人資訊)
&lt;br/&gt;
4. MyQQ 裡只含一部份指令，其他的指令要花時間試。
&lt;br/&gt;
5. 群貼圖最好能使用 libeva 的程式碼，但礙於 libeva 不支援多帳號，所以需要時間修改 (目標是變成 MyQQ 的輔助工具)&lt;/p&gt;
&lt;p&gt;目前提供 MIMQQ3 的預覽版本，有興趣可下載來試一下，但有問題就先不要回報了，要改的實在還有很多。
&lt;br/&gt;
&lt;a href=&quot;http://www.brsbox.com/filebox/down/fc/c32919014aa2bdc5c238dcd465965106&quot;  class=&quot;bb-url&quot;&gt;按這裡下載&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;為止防止插件被濫用作掛機用，此版本限制不能重覆掛載 DLL，而且只能使用最多兩個帳號。&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 15 Jun 2009 21:32:00 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/94-guid.html</guid>
    <category>mimfetion</category>
<category>mimqq</category>

</item>
<item>
    <title>MIMFetion 插件更新</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/84-MIMFetion.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/84-MIMFetion.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=84</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    這次更新修正了兩個問題，以及加入瀏覽連絡人資料的功能。

(其實瀏覽連絡人資料在上一個版本就已經加了，只是當時因為有未發現的bug導致不能使用而已^^&quot;

- 加入檢視使用者基本資料
- 修正對方使用 HTML 格式傳送訊息時顯示空白 (感謝 MIM 群 Simon 報告)
- 修正初始化飛信群時沒有寫入uri導致無法使用

MIMFetion 下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 10 Apr 2009 13:26:11 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/84-guid.html</guid>
    <category>mimfetion</category>

</item>
<item>
    <title>MIMFetion 插件緊急更新</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/77-MIMFetion.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/77-MIMFetion.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>16</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    自從中國移動在 1 月 4 日那天更新伺服器後，MIMFetion 已無法再登入，因為它用的是開源版 libfetion (這個 libfetion 是在 SourceForge 那個給 pidgin 用的飛信插件，並非一般看到那個)，登入的方法是屬於 2.0 版只使用多次 MD5 的方法。不知道是伺服器故障還是官方特意把舊版本封掉，現在用 MD5 方法登入只會收到 500 Internal Server Error 的回應。

正因為這個原因，我參照了 SourceForge 裡另一個稱為 Open Fetion 的 PHP 腳本專案並將其 3.0 相容 (SHA1x3+MD5x3) 登入機制移植至 MIMFetion 裡了，Miranda IM 上的插件下載頁已經更新，同時修正了一個嚴重的 bug 和加入了少許功能。

更多資訊及下載：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Jan 2009 20:05:38 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/77-guid.html</guid>
    <category>mimfetion</category>

</item>
<item>
    <title>關於 BusInfo/BusInfoVC 及 MIMFetion 的一些狀況說明</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/76-BusInfoBusInfoVC-MIMFetion.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/76-BusInfoBusInfoVC-MIMFetion.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    這裡有兩項宣佈：

1. BusInfo/BusInfoVC 放棄 WM2002/2003/2003SE 支援

由於我用手上的程式 (包括 Visual Studio 2005 本身的 CAB Project) 都無法建立能在 WM2002/2003/2003SE 下正常安裝 BusInfo 的 CAB 檔案，所以我正式宣佈流動巴士版圖不會再支援 WM2002/2003/2003SE 的機種 (用這些機種的人也是時候升級了吧....WM2003 已經是 5 年前的產品了)

2. 關於無法登入 MIMFetion

這個情況在最近幾天開始發生，我今早已確認了問題存在。
但我在程式碼中沒發現到任何問題，所以估計問題原因是以下兩個其中之一：

- 伺服器禁止再用 MD5 方式登入

官方的飛信是用 SHA-1 方式登入的，而 libfetion (開源) 是用 MD5 方式的。本來伺服器同時接受這兩種方式，可能現在只允許 SHA-1了。

- 伺服器的 MD5 驗證機制出現問題

由於登入時伺服器是傳回 500 (內部伺服器錯誤) 的回覆，所以不能排除是伺服器方在更新時弄壞了什麼東西。

暫時再看看過幾天會否自動回復吧，如果不能回復我再看 libfetion 那邊有沒有動靜... 
    </content:encoded>

    <pubDate>Mon, 05 Jan 2009 18:57:16 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/76-guid.html</guid>
    <category>businfo</category>
<category>mimfetion</category>

</item>
<item>
    <title>MIMFetion 更新，以及一些解釋</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/74-MIMFetion.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/74-MIMFetion.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    MIMFetion 0.0.0.10 釋出，更新以下項目：
- 修正主功能表裡顯示了無項目的飛信功能表
- 加入了自己的連絡人，該使用者可以發短訊到自己的手機

下載連結：
&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt;

----
另外這裡回答一下 MIMFetion 和 MIMQQ2 比較常問的問題：

= MirandaQQ =
1. 為什麼沒有顯隱身功能？
顯隱身功能並不是官方版 QQ 的功能，我沒打算加入官方版所沒有的功能 (那些 &quot;彩虹QQ&quot; 什麼的我絕對不看成官方客戶端。其實 MIMQQ2 目前是有被動式顯隱身功能，但當然被動式不會顯示所有隱身的人了。隱身的人就是不想有人打擾，你知道他在線去煩對方也不好吧?)

2. 為什麼只能部份人能顯示 IP 位置，但能顯示的也不是直接顯示 IP?
首先與上一個問題一樣，顯示 IP 並不是官方就有的功能，MIMQQ2 目前也是以被動的方法取得 IP 的。對於 IP 地址，使用者要拿 IP 來做什麼呢? 攻擊對方電腦? 我覺得能顯示所在位置就夠了。

3. 可否加其他xx功能 (QQ網站上需登入的功能)？
由於 libeva 目前只能在登入時取得登入網站用的加密碼，但該加密碼過一段短時間就失效，所以再加其他需要登入才能管理的功能也沒什麼用。

4. 為什麼 MIMQQ 不加入傳送檔案的功能 (或其他官方QQ才有的功能)？
這個問題你最好問騰訊為什麼要常常改協定好了，libeva 在 QQ2005 協定的時候有時候是可以用中轉方式傳送/接收檔案的，但到了 QQ2006 協定的時候傳送檔案的方法全改了，也沒有人能分析出來，所以也一直不能弄出來。

5. 我用官方 QQ 能登入，但用 MIMQQ2 的時候提示版本過舊？
出現這情況可能是因為你的密碼過於簡單、所用 IP 有過多 QQ 號登入、及/或你曾經參加過 beta 版本 QQ 的測試。你可以嘗試改一個較複雜的密碼並重新連接網路以取得另一個 IP 地址，然後過幾小時後用 MIMQQ2 登入。如果過了一天仍然是相同情況，那麼你的號就不能用於 MIMQQ (及其他基於 QQ2005/2006 協定的客戶端)。

= MIMFetion =
1. 為什麼連絡人清單裡所有飛信連絡人都是在線的？
這樣做是方便平時隱藏離線連絡人的使用者，因為即使對方是在離線狀態，傳送訊息時會透過短訊來傳送，對方只要有開手機也是即時收到的，所以對於離線的使用者是會以手機圖示顯示。

2. 為什麼飛信官方客戶端有眾多圖示，但 MIMFetion 就只有在線、手機和忙碌？
在協定層級裡，飛信協定的狀態就只有在線、離線和忙碌，其他的狀態都是忙碌+狀態訊息而已。由於不應該以狀態訊息來決定狀態圖示，所以所有自訂狀態都是沿用忙碌狀態。

p.s. 寄郵件給我的孫先生，請您分清楚 bug 和功能不完善的分別。您在文件裡所說的 &quot;bug&quot; 都不是真正的 &quot;bug&quot;，而是功能不符合你的預期而已。 
    </content:encoded>

    <pubDate>Sun, 09 Nov 2008 18:31:51 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/74-guid.html</guid>
    <category>mimfetion</category>
<category>mimqq</category>

</item>
<item>
    <title>MIMFetion / MirandaQQ2 更新</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/73-MIMFetion-MirandaQQ2.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/73-MIMFetion-MirandaQQ2.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    我聽到你們的請求了！

MIMFetion 0.0.0.9 新增了強制以短訊傳送訊息的功能，這樣就算對方的飛信是在線狀態，你仍然可以把訊息傳送到對方的手機了。

使用方法有兩種，第一種是持續性的，第二種是暫時性的：
1. 在連絡人按右鍵，然後選擇 &quot;Switch Send Mode to SMS&quot;，這樣傳送給對方的訊息全部都會以短訊形式送出。若要還原只要按點一下那個功能表項目就可以了。
2. 發出訊息時在前面加上 &quot;!SMS &quot; (不包括引號)，這樣只有該訊息會使用短訊形式傳送，其他訊息仍然使用自動模式傳送。

下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt;

---- 我是分隔線 ----

MirandaQQ2 0.2.0.60 作出一項小更新，就是網路記錄會加入接收及傳送的封包名稱，這樣也許能知道在MIMQQ2 導致 100% 處理器使用率時究竟是否在不停傳送同一個封包還是別的原因了。

下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&lt;/a&gt;

---- 分隔線2號 ----
最近收到不少電郵都是關於繁體中文支援或繁中界面不能使用的問題，他們都有一個共通點：全部都是 HTC 的機種。我手上就只有一台 Dopod 838，而且官方並沒有釋出官方的 WM6/6.1 ROM，而我刷 Custom ROM 後沒任何問題，這樣下去的話我只能考慮禁止所有 HTC 裝置安裝了。

p.s. 目前的繁中界面並不適用於 WM 6.1 Build 20000 以上的版本，我要等到有官方的 20000 以上繁中 ROM 出來才能更新。
 
    </content:encoded>

    <pubDate>Sun, 02 Nov 2008 11:36:43 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/73-guid.html</guid>
    <category>mimfetion</category>
<category>mimqq</category>
<category>wm</category>

</item>
<item>
    <title>多項更新</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/71-tw.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/71-tw.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    這次多數的都是 Miranda IM 相關的更新：

&lt;span style=&quot;font-weight:bold&quot;&gt;1. Miranda IM 繁中語言包更新&lt;/span&gt;
在兩個月的暫停更新後，現在釋出新版本的語言包。這次更新除了加入新選項設計的文字外，其他插件的更新比較少。

下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=1402&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=1402&lt;/a&gt;

&lt;span style=&quot;font-weight:bold&quot;&gt;2. MIM 飛信插件 0.0.0.8&lt;/span&gt;
對比上一個版本，這次更新只修正了傳送SMS時的 MSVC Assertion 問題，之前下載過私測版的不需要重新下載。

下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt;

&lt;span style=&quot;font-weight:bold&quot;&gt;3. MIMQQ 0.2.0.59&lt;/span&gt;
MIMQQ2 這個版本的更動比較大，修正了一堆關於傳送群圖片的問題，另外就是對 10 位 QQ 號的修正。

下載地址：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&lt;/a&gt;

&lt;span style=&quot;font-weight:bold&quot;&gt;4. MadEdit/Mac 0.2.8 mac-1&lt;/span&gt;
在修正過一些較嚴重的bug後，現在釋出第一個版本的 MadEdit 0.2.8 for Mac OS X (Universal)。

資訊及下載地址：&lt;a href=&quot;http://www.studiokuma.com/madedit/&quot;  class=&quot;bb-url&quot;&gt;http://www.studiokuma.com/madedit/&lt;/a&gt;
 
    </content:encoded>

    <pubDate>Thu, 16 Oct 2008 17:14:35 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/71-guid.html</guid>
    <category>madedit</category>
<category>mim</category>
<category>mimfetion</category>
<category>mimqq</category>

</item>
<item>
    <title>幾項更新</title>
    <link>http://www.studiokuma.com/s9y/index.php?/archives/69-tw.html</link>
    
    <comments>http://www.studiokuma.com/s9y/index.php?/archives/69-tw.html#comments</comments>
    <wfw:comment>http://www.studiokuma.com/s9y/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>17</slash:comments>
    <wfw:commentRss>http://www.studiokuma.com/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (Stark Wong)</author>
    <content:encoded>
    再來幾項更新...

&lt;span style=&quot;font-weight:bold&quot;&gt;1. 更新 WM 中文支援&lt;/span&gt;
最近收到不少人回報 WM6.1 的機種安裝中文支援後無法開機的情況，雖然我追查過看不出有什麼問題 (我在 838 和模擬器裡試都沒有問題)，不過還是嘗試修改一些可能導致問題的地方再做一個新版本了。同時亦加上文鼎中黑U20 (即 htc Diamond 的中文字型)、華康中黑W5-A(Garmin 的中文字型) 及 Droid Sans Fallback (Android 的中文字型) 的中文支援安裝包。

下載：&lt;a href=&quot;http://www.studiokuma.com/wm/?section=support&quot;  class=&quot;bb-url&quot;&gt;http://www.studiokuma.com/wm/?section=support&lt;/a&gt;

&lt;span style=&quot;font-weight:bold&quot;&gt;2. 更新 MirandaQQ2&lt;/span&gt;
由於MIMQQ2在 MIM 0.8 #19 或以上版本進入選項頁會報錯，所以現釋出更新版本，並修正了無法加人/群的問題。

下載：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3348&lt;/a&gt;

&lt;span style=&quot;font-weight:bold&quot;&gt;3. 更新 MIMFetion&lt;/span&gt;
這個更新其實很久前已經做出來了，只是因為在加群總是有問題所以暫時擱在一邊了。要注意的是這個版本的群訊息好像不會顯示說話者的名字? (不確認，我的測試帳號暫時無法使用) 
待帳號回復後會盡快再釋出新版本。

下載：&lt;a href=&quot;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&quot;  class=&quot;bb-url&quot;&gt;http://addons.miranda-im.org/details.php?action=viewfile&amp;id=3816&lt;/a&gt;
 
    </content:encoded>

    <pubDate>Sat, 04 Oct 2008 11:48:23 +0800</pubDate>
    <guid isPermaLink="false">http://www.studiokuma.com/s9y/index.php?/archives/69-guid.html</guid>
    <category>mimfetion</category>
<category>mimqq</category>
<category>wm</category>

</item>

</channel>
</rss>