Changeset 6286f80 for protocols/jabber/jabber.h
- Timestamp:
- 2007-04-26T04:41:34Z (15 years ago)
- Branches:
- master
- Children:
- bb95d43
- Parents:
- 2d317bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r2d317bb r6286f80 52 52 JBFLAG_IS_CHATROOM = 4, /* It's convenient to use this JID thingy for 53 53 groupchat state info too. */ 54 JBFLAG_IS_ANONYMOUS = 8, /* For anonymous chatrooms, when we don't have 55 have a real JID. */ 54 56 } jabber_buddy_flags_t; 55 57 … … 103 105 char *resource; 104 106 105 /* Groupchat-only*/106 char *orig_jid;107 char *ext_jid; /* The JID to use in BitlBee. The real JID if possible, */ 108 /* otherwise something similar to the conference JID. */ 107 109 108 110 int priority;
Note: See TracChangeset
for help on using the changeset viewer.