Ignore:
Timestamp:
2015-04-05T21:44:05Z (9 years ago)
Author:
dequis <dx@…>
Children:
9dc67f4
Parents:
830864d
Message:

Revert "Add the concept of jabber sub-protocols"

This reverts commit 7733b8c95abbac26f5cbf02a9874a9d96c23bf0d.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    r830864d rac6855b3  
    8383                } else {
    8484                        strcpy(tag, "aim");
     85                }
     86        } else if (strcmp(prpl->name, "jabber") == 0) {
     87                if (strstr(a->user, "@gmail.com") ||
     88                    strstr(a->user, "@googlemail.com")) {
     89                        strcpy(tag, "gtalk");
     90                } else if (strstr(a->user, "@chat.facebook.com")) {
     91                        strcpy(tag, "fb");
    8592                }
    8693        }
Note: See TracChangeset for help on using the changeset viewer.