|
Revision 193, 0.6 KB
(checked in by jppavao, 5 years ago)
|
|
Improved the GUI workflow for renaming a group and for moving contacts to a new group. Added some more commands to the contextual menus for roster groups: one for starting a group chat with all the members of the group that support MUC, and another one for inviting all the members of the group to an already open group-chat. Fixes #128, references #123.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 | <plist version="1.0"> |
|---|
| 4 | <dict> |
|---|
| 5 | <key>IBDocumentLocation</key> |
|---|
| 6 | <string>78 41 356 240 0 0 1440 878 </string> |
|---|
| 7 | <key>IBEditorPositions</key> |
|---|
| 8 | <dict> |
|---|
| 9 | <key>336</key> |
|---|
| 10 | <string>466 353 559 407 0 0 1440 878 </string> |
|---|
| 11 | </dict> |
|---|
| 12 | <key>IBFramework Version</key> |
|---|
| 13 | <string>489.0</string> |
|---|
| 14 | <key>IBOldestOS</key> |
|---|
| 15 | <integer>4</integer> |
|---|
| 16 | <key>IBOpenObjects</key> |
|---|
| 17 | <array> |
|---|
| 18 | <integer>336</integer> |
|---|
| 19 | </array> |
|---|
| 20 | <key>IBSystem Version</key> |
|---|
| 21 | <string>9B18</string> |
|---|
| 22 | <key>targetFramework</key> |
|---|
| 23 | <string>IBCocoaFramework</string> |
|---|
| 24 | </dict> |
|---|
| 25 | </plist> |
|---|