Miranda IM

Page 2 of 39 FirstFirst 123412 ... LastLast
Results 11 to 20 of 385

Thread: Skype to imo.im Gateway

  1. #11
    Join Date
    January 2008
    Location
    www.MojaMiranda.pl
    Posts
    751
    196< GET USER hellgrind-pl ONLINESTATUS
    196> USER hellgrind-pl ONLINESTATUS OFFLINE
    196< SEARCH USERSWAITINGMYAUTHORIZATION
    196> USER hellgrind-pl ONLINESTATUS AWAY
    196< GET USER hellgrind-pl FULLNAME
    196> USER hellgrind-pl FULLNAME Brat
    196< GET USER hellgrind-pl BIRTHDAY
    196> ERROR 10 Invalid propery
    196< SEARCH MISSEDCHATMESSAGES
    196< GET CURRENTUSERHANDLE
    196> CURRENTUSERHANDLE Bartosz "AL|EN" Rojek
    196< GET USER Bartosz "AL|EN" Rojek FULLNAME
    196> ERROR 26 Invalid user handle
    196< GET USER hellgrind-pl COUNTRY
    196> ERROR 10 Invalid propery

    And Miranda is terminated :-( Everything was fine on Skype to imo.im Gateway 1.0.0.3

    Testing was done on clean Miranda 8.5

  2. #12
    Join Date
    March 2005
    Location
    Berlin, Germany
    Posts
    396
    For some reason I can't see online contacts from skype with this proxy. It connects but nothing else happens.
    In verbose mode I receive the following:
    Code:
    1808< SET USERSTATUS ONLINE
    [{ "name": "disconnect", "proto": "prpl-skype", "sh": 963, "edata": { "msg": "ui
    d" }, "type": "account", "uid": "Dommasch" }]
    whereas "dommasch" is my account name ;-)

  3. #13
    Join Date
    April 2005
    Location
    Austria
    Posts
    182
    Strange that the Plugin crashes.. From what I'm seeing in your log, CURRENTUSERHANDLE should return the User ID, not the Alias, maybe this was the reason for the fault.
    I changed this now.

    Can you check if your problem still persists in my current dev build from
    http://dose.0wnz.at/miranda/Skype/im...32_binonly.zip ?

    Thanks.

  4. #14
    Join Date
    April 2005
    Location
    Austria
    Posts
    182
    Quote Originally Posted by Alberto View Post
    For some reason I can't see online contacts from skype with this proxy. It connects but nothing else happens.
    In verbose mode I receive the following:
    Code:
    1808< SET USERSTATUS ONLINE
    [{ "name": "disconnect", "proto": "prpl-skype", "sh": 963, "edata": { "msg": "ui
    d" }, "type": "account", "uid": "Dommasch" }]
    whereas "dommasch" is my account name ;-)
    Normally this happens if the supplied username/password combination is wrong. Please check that you supplied the correct logon data on commandline and also check if you can sign in when using http://www.imo.im directly in your browser.

  5. #15
    Join Date
    March 2005
    Location
    Berlin, Germany
    Posts
    396
    Quote Originally Posted by leecher View Post
    Normally this happens if the supplied username/password combination is wrong. Please check that you supplied the correct logon data on commandline and also check if you can sign in when using http://www.imo.im directly in your browser.
    Thanks for the hint. I used to write my account name beginning with a capital letter, which worked fine with skype and www.imo.im imho.

  6. #16
    Join Date
    January 2008
    Location
    www.MojaMiranda.pl
    Posts
    751
    Quote Originally Posted by leecher View Post
    Strange that the Plugin crashes.. From what I'm seeing in your log, CURRENTUSERHANDLE should return the User ID, not the Alias, maybe this was the reason for the fault.
    I changed this now.

    Can you check if your problem still persists in my current dev build from
    http://dose.0wnz.at/miranda/Skype/im...32_binonly.zip ?

    Thanks.
    Problem with crash solved. About statuses:

    - there is a problem with Skype DND status: DND Skype users are show as N/A users in Miranda. Since Skype 4 don't support Free for chat and N/A status it should be also removed/hide from plugin.

    - receiving initial status of other contacts can take long time and i also get that i don't see online users even if they are, but after they change status they appears. It seems that this is random.

  7. #17
    Join Date
    April 2005
    Location
    Austria
    Posts
    182
    Quote Originally Posted by AL|EN View Post
    Problem with crash solved. About statuses:

    - there is a problem with Skype DND status: DND Skype users are show as N/A users in Miranda. Since Skype 4 don't support Free for chat and N/A status it should be also removed/hide from plugin.
    I guess every user has another opinion which status matches best.
    Just tell me how I should map them.

    imo.im supports the following status keywords:

    - available
    - away
    - busy
    - invisible
    - offline

    Skype API (and therefore Sype plugin) makes use of the following keywords:

    ONLINE
    AWAY
    NA
    DND
    SKYPEME
    OFFLINE

    Currently the mapping is:

    static STATMAP m_stMap[] =
    {
    {"available", "ONLINE"},
    {"available", "SKYPEME"},
    {"offline", "OFFLINE"},
    {"away", "AWAY"},
    {"busy", "NA"},
    {"busy", "DND"},
    {"invisible", "ONLINE"}
    };

    The first status that matches takes precedence, so
    available --> ONLINE
    busy --> NA

    If you set Miranda Status to DND, it will map to "busy". Got the point?
    Now if I understand currectly I should map busy to DND, not NA, right?
    I don't have influence on the plugin as I'm not the maintainer anymore and my applicatoin is only a proxy. Is tweety still maintaining the plugin?

    Quote Originally Posted by AL|EN View Post
    - receiving initial status of other contacts can take long time and i also get that i don't see online users even if they are, but after they change status they appears. It seems that this is random.
    I also have this issue sometimes, however I cannot do anything about it, it's related to imo.im as it also happens in imo.im Webinterface. I don't know if it's not even related to Skype, I was also having this issue in the real Skype client back when I had it installed.

  8. #18
    Join Date
    January 2008
    Location
    www.MojaMiranda.pl
    Posts
    751
    Quote Originally Posted by leecher View Post
    I guess every user has another opinion which status matches best.
    Just tell me how I should map them.
    Now if I understand currectly I should map busy to DND, not NA, right?
    Right.And N/A is "longer version" of Away status where DND is equal with Occupied so in this case it clearly see that DND from skype should be DND in Miranda.

    Quote Originally Posted by leecher View Post
    I don't have influence on the plugin as I'm not the maintainer anymore and my applicatoin is only a proxy. Is tweety still maintaining the plugin?
    There is one guy: jls17 and he post beta version with some fixes etc here

  9. #19
    Join Date
    January 2008
    Location
    www.MojaMiranda.pl
    Posts
    751
    Eggert: use plugin from here and also disable "Start Skype when Miranda start" Skype will start when you go online with Skype Protocol.

    About imo2sproxy - i notice problem with invisible status - when i change from Online to Inv I'm still online for Skype users. Also when i set DND status, but without Status Message Skype Users see me as "Away"
    Last edited by AL|EN; 6 Sep 2009 at 8:15 PM.

  10. #20
    Join Date
    March 2005
    Location
    Belarus
    Posts
    28
    Q: Is it possible insert this new technology into skype protocol plugin? For example to create a MOD of this plugin ;)

Similar Threads

  1. Skype Protocol Discussion
    By tweety in forum Protocols
    Replies: 1451
    Last Post: 28 Mar 2013, 3:04 PM
  2. Skype Plugin: Skype & Miranda Window Popup
    By ZappoB in forum Technical Support
    Replies: 4
    Last Post: 26 Dec 2011, 2:13 PM
  3. Skype support without Skype running?
    By fmxer in forum Feature Requests
    Replies: 25
    Last Post: 15 Mar 2011, 6:11 PM
  4. skype not connecting via miranda ..
    By mojomuse in forum Technical Support
    Replies: 4
    Last Post: 2 Mar 2006, 5:06 PM
  5. Skype not importing contacts
    By pescuma in forum Technical Support
    Replies: 2
    Last Post: 19 Nov 2005, 12:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •