I have communicated directly with Alain Desgeorge in a side-thread. 

The problem in the most basic form is:

The underlying code written in c++ only has the understanding of email.home and 
email.work (or something like that).
So email addresses it encounters past the second are ignored.

Imcontacts.xml contains the data I was overlooking. The existing conversion 
tool written in python dose not output the imcontacts.xml file.

I'm going to coerce my buddy into looking at the sip and address book c++ code 
and see if we can expand to a larger upper limit on email addresses. 

We will contribute this back to the project if it works.

Darrin


-----Original Message-----
From: Laurent Tarrisse <laur...@mbdsys.com>
Sender: qutecom-dev-boun...@lists.qutecom.org
Date: Wed, 1 Sep 2010 21:52:20 
To: <qutecom-dev@lists.qutecom.org>
Subject: Re: Request for Information : wgcard usage specification
        clarification.


Le 1 sept. 2010 à 03:02, darrin mcdougald a écrit :

> I'd like to find a more human readable spec for the wgcard. Not like a rfc 
> post or anything but something that would assist in the understanding the 
> constants and variables.

You should take a look at contact XmlSerializer :

http://trac.qutecom.org/browser/wengophone/src/model/contactlist/ContactXMLSerializer.cpp
http://trac.qutecom.org/browser/wengophone/src/model/profile/ProfileXMLSerializer.cpp
http://trac.qutecom.org/browser/libs/imwrapper/src/IMContactXMLSerializer.cpp
...

> Direct question of relevance: The <im> sub(?)item 
> <account>{Some-sort-of-hash-here}</account>

The im contact is associated with an account.
QuteCom can link a contact with its corresponding account with this 
"Some-sort-of-hash"

> Can that be left blank in contacts.xml and regenerated when qutecom is 
> reinitialized?

For sip account it is possible cause we have just one account by profile. But 
you can have more than one account for other type ( like jabber , msn ...)

Laurent
_______________________________________________
QuteCom-dev mailing list
QuteCom-dev@lists.qutecom.org
http://lists.qutecom.org/mailman/listinfo/qutecom-dev
_______________________________________________
QuteCom-dev mailing list
QuteCom-dev@lists.qutecom.org
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to