can we pretend that airplanes in the night sky are like shooting stars
This commit is contained in:
@@ -16,6 +16,7 @@ type chatTab struct {
|
||||
isMuc bool
|
||||
msgs *gtk.ListBox
|
||||
msg_refsID map[string]*abMessage
|
||||
msg_refsOSID map[string]*abMessage
|
||||
name string
|
||||
current_nick string
|
||||
muc_presence *stanza.Presence
|
||||
@@ -65,6 +66,9 @@ type lambdaConfig struct {
|
||||
|
||||
RandomizeResource bool // If this is set to true, then the resource will be completely randomized by the server on every single connect
|
||||
|
||||
// Local Bookmarks
|
||||
LocalBookmarks map[string]string // key: JID, value: Nickname
|
||||
|
||||
// Privacy settings
|
||||
DiscoPrivacy DiscoveryMode // Whether or not Lambda will report its service discovery features and Identity. Reccomended mode is Everyone, Default is Everyone
|
||||
VersionPrivacy DiscoveryMode // Whether or not Lambda will report its version information. Reccomended mode is Roster, Default is Everyone
|
||||
|
||||
Reference in New Issue
Block a user