Current State of I18n Support of XMPP Servers

Current State of I18n Support of XMPP Servers

+ current state of i18n support of XMPP servers Hirotaka Sato (Keio Univ) Nobuo Ogashiwa (Kyoai Gakuen College) + 2 abstract n We examined several XMPP servers whether they support i18n or not n I18n in XMPP is explained in internet-draft by peter n Internationalized Addresses in XMPP n draft-saintandre-xmpp-i18n-03 n (http://tools.ietf.org/id/draft-saintandre-xmpp-i18n-03.txt) n We aimed to make sure it is working in real environment + 3 Interop test Client Server n Many! n Hard to do this here…L n Fairly easy n We will do this here! n We setup and tested several server at our own testing environment + 4 What means i18n for XMPP? n i18n(internationalization) n For XMPP, it is based on stringprep. n EUC v3.2 is supported n To be migrated to PRECIS. + 5 What is punycode? n Punycode is an algorithm to represent Unicode into ASCII- code. n Defined in RFC 3492. n Used in expressing International domain name n えっくすえむぴーぴー ↓ n xn--r8jau4b8b4fa8gr9cba + n Tested XMPP servers n Openfire(3.7.1) n ejabberd(2.1.2-2) n Jabberd2(2.2.8) n Prosody(0.8.2) test environment n Tigase テスト環境 n xmppd + 7 testing topology DNS Server Tigase.im (えっくすえむぴーぴー.net) Hypervisor @ Keio Univ The Jabberd2 Prosody (on Ubuntu (on Ubuntu Internet Lucid) Lucid) ejabberd Openfire (on Ubuntu (on Ubuntu Lucid) Lucid) Client(adium,p si) + 8 testing 1. Get a international domain. n えっくすえむぴーぴー.net(xn--r8jau4b8b4fa8gr9cba.net) 2. Make a XMPP server 3. Connect from psi or adium n There seems no client which completely supports i18n + 9 Testing client n Any client which fully capable of punycode? n PSI sometimes did not connect welll n Adium, oneteam, swift, iChat will not accept IDN… n Ended up with this→ + 10 Testing(cont.) n 1st Test n Test whether client can connect with following setting Username @ Domainname / resourcepart 1 Eng Eng Eng 2 Eng Jpn Eng 3 Eng Jpn Jpn 4 Jpn Jpn Eng 5 Jpn Jpn Jpn + 11 Testing(cont. 2) n 2nd test 1. Set up MUC component then make sure it works fine when the room name is non-ascii. 2. Also, make sure it works when the nickname is non-ascii + 12 Overall result Openfire Jabberd2 Ejabberd Tigase Prosody eng@eng/ ✔ ✔ ✔ ✔ ✔ eng eng@jp/eng ✔ ✔ ✔ ✔ ✔ eng@jp/jp ✔ ✔ ✔ ✔ ✔ jp@jp/eng ✔ ✔ ✔ ✔ ✔ jp@jp/jp ✔ ✔ ✔ ✔ ✔ muc ✔ N/A ✔ ✔ N/A muc(JPN ✔ N/A ✔ ✔ N/A nic) + 13 Openfire n Ubuntu Server(Lucid) n wget from ignite realtime website n Run with OpenJDK6-JDK n Used mysql as Backend DB n おーぷんふぁいあ.さーば.えっくすえむぴーぴー.net n (punycode) xn--k8jcfw9sla0r65a.xn--48jucxw.xn--r8jau4b8b4fa8gr9cba.net + 14 Openfire-result(1st test) n Worked Fine! name @ Domain / resource 1 Eng Eng Eng ✔ 2 Eng Jpn Eng ✔ 3 Eng Jpn Jpn ✔ 4 Jpn Jpn Eng ✔ 5 Jpn Jpn Jpn ✔ + 15 Openfire result(2nd test) n あとで検証します。 + 16 openfire Result cont. n Experienced some minor problem n Can type Japanese when making new users, but showed as “?”. n Ex: After making a user called “ほげ”, I could not make a user named “ぴよ”. 17 + mysql> select * from ofUser where username = '??'; +----------+---------------+--------------------------------------------------+------+-------+-----------------+------------------+ | username | plainPassword | encryptedPassword | name | email | creationDate | modificationDate | +----------+---------------+--------------------------------------------------+------+-------+-----------------+------------------+ | ?? | NULL | 9fd15f2063258d99153a05fd905f5e8b6399e87dfbd7bb45 | NULL | NULL | 001328078955346 | 001328078955346 | +----------+---------------+--------------------------------------------------+------+-------+-----------------+------------------+ + 18 ejabberd n Used turnkey linux ejabberd appliance(Ubuntu Lucid) n http://www.turnkeylinux.org/ejabberd n ejabberd ver. 2.1.2-2 n いーじゃばーでぃ2.さーば.えっくすえむぴーぴー.net n Punycode xn--2-y7tc4f9c8b1hx5bda.xn--48jucxw.xn-- r8jau4b8b4fa8gr9cba.net + 19 ejabberd-result(1st test) n Worked fine! name @ Domain / resource 1 Eng Eng Eng ✔ 2 Eng Jpn Eng ✔ 3 Eng Jpn Jpn ✔ 4 Jpn Jpn Eng ✔ 5 Jpn Jpn Jpn ✔ + 20 ejabberd 2nd test. n Worked fine J n conference. xn--2- y7tc4f9c8b1hx5bda.xn-- 48jucxw.xn-- r8jau4b8b4fa8gr9cba.n et + n Setup a Virtual Host at tigase.im 21 n てぃがせ2.さーば.えっくすえむぴー ぴー.net n Punycode xn--2-y7t1a1d9b.xn--48jucxw.xn-- r8jau4b8b4fa8gr9cba.net tigase n Tried only in-band registration for Japanese username + 22 Tigase-result(1st test) n Worked fine J name @ Domain / resource 1 Eng Eng Eng ✔ 2 Eng Jpn Eng ✔ 3 Eng Jpn Jpn ✔ 4 Jpn Jpn Eng ✔ 5 Jpn Jpn Jpn ✔ + 23 Tigase 2nd test n Worked fine J + 24 prosody n Set up a Ubuntu Server(Lucid) n Followed instruction on n http://prosody.im/download/package_repository n apt-get install prosody liblua5.1-sec0 n ぷろそでぃ.さーば.えっくすえむぴーぴー.net n Punycode n xn--m8j8b4a0duf.xn--48jucxw.xn--r8jau4b8b4fa8gr9cba.net + 25 Prosody result(1st test) n Worked fine J name @ Domain / resource 1 Eng Eng Eng ✔ 2 Eng Jpn Eng ✔ 3 Eng Jpn Jpn ✔ 4 Jpn Jpn Eng ✔ 5 Jpn Jpn Jpn ✔ + 26 jabberd2 n Setup a ubuntu server(Lucid) n Used mysql-server as backend db n じゃばーでぃー2.さーば.えっくすえむぴーぴー.net n punycode n xn--2-y7twcyc1b3g81bca.xn--48jucxw.xn-- r8jau4b8b4fa8gr9cba.net + 27 Jabberd2 result(1st test) n Worked fine J name @ Domain / resource 1 Eng Eng Eng ✔ 2 Eng Jpn Eng ✔ 3 Eng Jpn Jpn ✔ 4 Jpn Jpn Eng ✔ 5 Jpn Jpn Jpn ✔ 28 + Client test 29 + n さみっと.えっくすえむぴーぴー.net 30 n If you can’t connect from this address, use n xn--48j2ap4g.xn-- r8jau4b8b4fa8gr9cba.net Please connect this n Detail server! n ejabberd 2.1.2 on Ubuntu Lucid .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    30 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us