Ignore:
Timestamp:
2015-05-28T04:10:55Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
a1d30c5, dd43c62
Parents:
24f113b
git-author:
dequis <dx@…> (24-07-14 10:41:47)
git-committer:
dequis <dx@…> (28-05-15 04:10:55)
Message:

jabber: Refactor conference message handling

  • Improve handling of "unknown 'from'"
  • Try a bit harder to detect the source of the message, and fall back to messages sent from a fake temporary user.
  • Fix receiving topic when it was set by someone who left the room.
  • Add jabber_get_bare_jid() utility function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r24f113b r3d31618  
    312312void jabber_error_free(struct jabber_error *err);
    313313gboolean jabber_set_me(struct im_connection *ic, const char *me);
     314char *jabber_get_bare_jid(char *jid);
    314315
    315316extern const struct jabber_away_state jabber_away_state_list[];
Note: See TracChangeset for help on using the changeset viewer.