@@ -438,6 +438,9 @@ <h3 id='post-panel-title'>Rowell开发者名单</h3>
438438 < li >
439439 < a href ="https://github.com/BYVoid " target ="_blank "> BYVoid</ a >
440440 </ li >
441+ < li >
442+ < a href ="https://github.com/HenryHu " target ="_blank "> henryhu</ a >
443+ </ li >
441444 < li >
442445 < a href ="https://github.com/hs3180 " target ="_blank "> huangs</ a >
443446 </ li >
@@ -481,10 +484,31 @@ <h3 id='post-panel-title'>Rowell开发者名单</h3>
481484 </ div >
482485 < div id ='html-encoder ' class ='hide '> </ div >
483486
487+ < div class ='xmpp-panel ' id ='xmpp-panel '>
488+ < div class ='xmpp-panel-handle btn btn-info btn-large ' id ='xmpp-panel-handle '>
489+ 喝< br /> 茶< br /> 聊< br /> 天
490+ </ div >
491+ < div class ='xmpp-panel-main ' id ='xmpp-panel-main '>
492+ < div class ='xmpp-main-title ' id ='xmpp-main-title '> 好友列表</ div >
493+ < div class ='xmpp-main-content ' id ='xmpp-main-content '>
494+ < div class ='xmpp-loading ' id ='xmpp-loading '>
495+ < div class ='xmpp-loading-img '>
496+ < img class ='loading-logo ' src ='./img/loading.gif '> </ img >
497+ </ div >
498+ < div class ='xmpp-loading-text ' id ='xmpp-loading-text '>
499+ </ div >
500+ </ div >
501+ < div class ='xmpp-user-list ' id ='xmpp-user-list '>
502+ </ div >
503+ </ div >
504+ </ div >
505+ </ div >
506+
484507 <!-- Placed at the end of the document so the pages load faster -->
485508 < script src ='./js/jquery/jquery.min.js '> </ script >
486509 < script src ='./js/jquery/jquery.cookie.js '> </ script >
487510 < script src ='./js/jquery/jquery.purl.js '> </ script >
511+ < script src ='./js/jquery/jquery.xmpp.js '> </ script >
488512 < script src ='./js/bootstrap/bootstrap.min.js '> </ script >
489513
490514 < script src ='./js/bbs/ansi2html.js '> </ script >
@@ -499,6 +523,7 @@ <h3 id='post-panel-title'>Rowell开发者名单</h3>
499523 < script src ='./js/bbs/bbs_hotkey.js '> </ script >
500524 < script src ='./js/bbs/bbs_utility.js '> </ script >
501525 < script src ='./js/bbs/bbs_global.js '> </ script >
526+ < script src ='./js/bbs/bbs_xmpp.js '> </ script >
502527
503528 < script type ='text/javascript '>
504529 $ ( document ) . ready ( function ( ) {
0 commit comments