Welcome, Guest. Please login or register. July 06, 2008, 05:51:30 PM
 
Home Help Login Register
+  NeoTeam Official Forum
|-+  NEO Coding Competitions
| |-+  NEO Compo 2008
| | |-+  the GBA/NDS APP zone - March.2008
| | | |-+  JabberDS
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: JabberDS  (Read 1842 times)
theli
Newbie
*
Offline Offline

Posts: 12



JabberDS
« on: March 19, 2008, 02:52:50 PM »

Nickname: theli
Project name : JabberDS
From : Ukraine
Division : NDS APP
Original enter : YES
Support Motion : NO
In last NEO Compo this project have won in the top 10 : NO
Project description: 
JabberDS is a Jabber client for Nintendo DS.
Features:

    * Should support any Jabber server (including GTalk)
    * User definable keyboard layout
    * User definable fonts (DSGUI's BFont format)
    * Support for BDF fonts
    * Supports any Unicode characters available in font
    * Roster operation (Add/Remove/Rename/Subscribe/Unsubscribe contacts)
    * Multi User Chat (now with bookmarks loading support)
    * SSL/TLS support
    * Support for user avatars in png format

there are no settings in UI.. all settings should be set in /data/jabberds.xml
there are examples and comments in supplied jabberds.xml

screenshot:


unpack in root of your flashcard
« Last Edit: March 20, 2008, 02:05:17 AM by theli » Logged
theli
Newbie
*
Offline Offline

Posts: 12



Re: JabberDS
« Reply #1 on: March 23, 2008, 02:13:21 AM »

while i think i'm not allowed to change posted archive after deadline i wanna say that included jabberds.xml is slightly bad-formed and this one is working without any modification (well, just put your username/password/server Wink )
Logged
MagNet
Jr. Member
**
Offline Offline

Posts: 87



Re: JabberDS
« Reply #2 on: March 23, 2008, 07:29:54 AM »

The old one worked as well, with a message that it's badly formed tho.
So thanks for this one.
Logged
sumiguchi
Jr. Member
**
Offline Offline

Posts: 55



WWW
Re: JabberDS
« Reply #3 on: April 03, 2008, 10:15:39 PM »

I tried using the server shown here for gtalk
http://www.google.com/support/talk/bin/answer.py?hl=en&answer=24076
but I can't seem to get it to work...
« Last Edit: April 03, 2008, 10:24:58 PM by sumiguchi » Logged
theli
Newbie
*
Offline Offline

Posts: 12



Re: JabberDS
« Reply #4 on: April 03, 2008, 11:09:07 PM »

I tried using the server shown here for gtalk
http://www.google.com/support/talk/bin/answer.py?hl=en&answer=24076
but I can't seem to get it to work...
there is example for setting up gtalk in default jabberds.xml

Code:
<server host="talk.google.com" port="5222" sasl="true" starttls="true" plain="false"/>
<user nick="nickname" jid="username@gmail.com" password="*****"/>
also make sure you do not remove
Code:
<certificate file="/data/cert.pem"/>
<prikey file="/data/key.pem"/>
and corresponding files
Logged
sumiguchi
Jr. Member
**
Offline Offline

Posts: 55



WWW
Re: JabberDS
« Reply #5 on: April 04, 2008, 11:45:00 PM »

Funny my config was ok and it seems to be working fine now - several attempts - all successes... very nice app! 
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  
Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC